File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed
packages/morbig/morbig.0.10.4 Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+
3+ synopsis: "A trustworthy parser for POSIX shell"
4+ description: """
5+ Morbig is a parser for shell scripts written in the POSIX shell script
6+ language. It parses the scripts statically, that is without executing
7+ them, and constructs a concrete syntax tree for each of them. The
8+ concrete syntax trees are built using constructors according to the
9+ shell grammar of the POSIX standard.
10+ """
11+
12+ maintainer: "Nicolas Jeannerod <
[email protected] >"
13+ authors: [
14+ "Yann Régis-Gianas <
[email protected] >"
15+ "Ralf Treinen <
[email protected] >"
16+ "Nicolas Jeannerod <
[email protected] >"
17+ ]
18+ license: "GPL-3.0-only"
19+
20+ homepage: "https://github.com/colis-anr/morbig"
21+ bug-reports: "https://github.com/colis-anr/morbig/issues"
22+ dev-repo: "git+https://github.com/colis-anr/morbig.git"
23+
24+ depends: [
25+ "dune" {>= "1.4.0"}
26+ "menhir" {>= "20180538"}
27+ "ocaml" {>= "4.04"}
28+ "odoc" {with-doc}
29+ "ppx_deriving_yojson"
30+ "visitors" {>= "20180513"}
31+ "yojson" {>= "1.6.0" & < "2.0.0"}
32+ ]
33+
34+ build: ["dune" "build" "-p" name "-j" jobs]
35+ run-test: [make "check"]
36+
37+ url {
38+ src: "https://github.com/colis-anr/morbig/archive/0.10.4.tar.gz"
39+ checksum: [
40+ "md5=73ce60f81e41bee3cf4be45ed17c8be9"
41+ "sha512=b059e2aaed40c468e6fcd4726ffeb4e35dd225be9edf81ddf327ba4fd52d7d2ea5ac1f5206fef13be6d3e0e0482dfa2288f21faf3717945cfed501658b28edd8"
42+ ]
43+ }
You can’t perform that action at this time.
0 commit comments