Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release of Morbig 0.11.0 #23667

Merged
merged 11 commits into from
Apr 18, 2023
7 changes: 4 additions & 3 deletions packages/morbig/morbig.0.10.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ concrete syntax trees are built using constructors according to the
shell grammar of the POSIX standard.
"""

maintainer: "Nicolas Jeannerod <nicolas.jeannerod@irif.fr>"
maintainer: "Nicolas Jeannerod <niols@niols.fr>"
authors: [
"Yann Régis-Gianas <yann.regis-gianas@irif.fr>"
"Ralf Treinen <ralf.treinen@irif.fr>"
"Nicolas Jeannerod <nicolas.jeannerod@irif.fr>"
"Nicolas Jeannerod <niols@niols.fr>"
]
license: "GPL-3.0-only"

Expand All @@ -26,8 +26,9 @@ depends: [
"menhir" {>= "20180538"}
"ocaml" {>= "4.04"}
"odoc" {with-doc}
"ppx_deriving" {>= "5.0"}
"ppx_deriving_yojson"
"visitors" {>= "20180513"}
"visitors" {>= "20200207"}
"yojson" {< "2.0.0"}
]

Expand Down
7 changes: 4 additions & 3 deletions packages/morbig/morbig.0.10.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ concrete syntax trees are built using constructors according to the
shell grammar of the POSIX standard.
"""

maintainer: "Nicolas Jeannerod <nicolas.jeannerod@irif.fr>"
maintainer: "Nicolas Jeannerod <niols@niols.fr>"
authors: [
"Yann Régis-Gianas <yann.regis-gianas@irif.fr>"
"Ralf Treinen <ralf.treinen@irif.fr>"
"Nicolas Jeannerod <nicolas.jeannerod@irif.fr>"
"Nicolas Jeannerod <niols@niols.fr>"
]
license: "GPL-3.0-only"

Expand All @@ -26,8 +26,9 @@ depends: [
"menhir" {>= "20180538"}
"ocaml" {>= "4.04"}
"odoc" {with-doc}
"ppx_deriving" {>= "5.0"}
"ppx_deriving_yojson"
"visitors" {>= "20180513"}
"visitors" {>= "20200207"}
"yojson" {>= "1.6.0" & < "2.0.0"}
]

Expand Down
44 changes: 44 additions & 0 deletions packages/morbig/morbig.0.11.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
opam-version: "2.0"

synopsis: "A trustworthy parser for POSIX shell"
description: """
Morbig is a parser for shell scripts written in the POSIX shell script
language. It parses the scripts statically, that is without executing
them, and constructs a concrete syntax tree for each of them. The
concrete syntax trees are built using constructors according to the
shell grammar of the POSIX standard.
"""

maintainer: "Nicolas Jeannerod <niols@niols.fr>"
authors: [
"Yann Régis-Gianas <yann.regis-gianas@irif.fr>"
"Ralf Treinen <ralf.treinen@irif.fr>"
"Nicolas Jeannerod <niols@niols.fr>"
]
license: "GPL-3.0-only"

homepage: "https://github.com/colis-anr/morbig"
bug-reports: "https://github.com/colis-anr/morbig/issues"
dev-repo: "git+https://github.com/colis-anr/morbig.git"

depends: [
"dune" {>= "2.5.0"}
"menhir" {>= "20200211"}
"ocaml" {>= "4.11"}
"odoc" {with-doc}
"ppx_deriving_yojson"
"visitors" {>= "20200207"}
"yojson" {>= "1.6.0"}
"conf-jq" {with-test}
]
Niols marked this conversation as resolved.
Show resolved Hide resolved

build: [make "build"]
run-test: [make "check"]

url {
src: "https://github.com/colis-anr/morbig/archive/v0.11.0.tar.gz"
checksum: [
"md5=8829a7d682d7182c3d066b9ee42dec40"
"sha512=ed3fc21e6e9840a1a11f57cc34e9cd7f767227281c5822dd324f4b583a6ed126a22c9b79f3b3cf7b0dbdf6ff9c065e2ca25984e56aff9bd7f6ca41ec393525f9"
]
}
4 changes: 2 additions & 2 deletions packages/morbig/morbig.0.9.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ concrete syntax trees are built using constructors according to the
shell grammar of the POSIX standard.
"""

maintainer: "Nicolas Jeannerod <nicolas.jeannerod@irif.fr>"
maintainer: "Nicolas Jeannerod <niols@niols.fr>"
authors: [
"Yann Régis-Gianas <yann.regis-gianas@irif.fr>"
"Ralf Treinen <ralf.treinen@irif.fr>"
"Nicolas Jeannerod <nicolas.jeannerod@irif.fr>"
"Nicolas Jeannerod <niols@niols.fr>"
]
license: "GPL-3.0-only"

Expand Down
4 changes: 2 additions & 2 deletions packages/morbig/morbig.0.9/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ concrete syntax trees are built using constructors according to the
shell grammar of the POSIX standard.
"""

maintainer: "Nicolas Jeannerod <nicolas.jeannerod@irif.fr>"
maintainer: "Nicolas Jeannerod <niols@niols.fr>"
authors: [
"Yann Régis-Gianas <yann.regis-gianas@irif.fr>"
"Ralf Treinen <ralf.treinen@irif.fr>"
"Nicolas Jeannerod <nicolas.jeannerod@irif.fr>"
"Nicolas Jeannerod <niols@niols.fr>"
]
license: "GPL-3.0-only"

Expand Down
4 changes: 2 additions & 2 deletions packages/morsmall/morsmall.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ A concise AST for POSIX shell

license: "GPL-3.0-only"

maintainer: "Nicolas Jeannerod <nicolas.jeannerod@irif.fr>"
authors: [ "Nicolas Jeannerod <nicolas.jeannerod@irif.fr>" ]
maintainer: "Nicolas Jeannerod <niols@niols.fr>"
authors: [ "Nicolas Jeannerod <niols@niols.fr>" ]

homepage: "https://github.com/colis-anr/morsmall"
bug-reports: "https://github.com/colis-anr/morsmall/issues"
Expand Down
8 changes: 4 additions & 4 deletions packages/morsmall/morsmall.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: """
A concise AST for POSIX shell
"""

maintainer: "Nicolas Jeannerod <nicolas.jeannerod@irif.fr>"
authors: [ "Nicolas Jeannerod <nicolas.jeannerod@irif.fr>" ]
maintainer: "Nicolas Jeannerod <niols@niols.fr>"
authors: [ "Nicolas Jeannerod <niols@niols.fr>" ]
license: "GPL-3.0-only"

homepage: "https://github.com/colis-anr/morsmall"
Expand All @@ -15,9 +15,9 @@ dev-repo: "git+https://github.com/colis-anr/morsmall.git"

depends: [
"dune"
"morbig" {>= "0.10.0"}
"morbig" {>= "0.10.0" & < "0.11.0"}
"ocaml" {>= "4.04"}
"ppx_deriving"
"ppx_deriving" {>= "5.0"}
]

build: [
Expand Down