File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "CFG - Context-Free Grammars"
3+ description:
4+ "CFG is a library for verifying and manipulating context-free grammars."
5+ maintainer: ["Markus Mottl <
[email protected] >"]
6+ authors: ["Markus Mottl <
[email protected] >"]
7+ license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
8+ homepage: "https://mmottl.github.io/cfg"
9+ doc: "https://mmottl.github.io/cfg/api"
10+ bug-reports: "https://github.com/mmottl/cfg/issues"
11+ depends: [
12+ "dune" {>= "2.7"}
13+ "ocaml" {>= "4.08"}
14+ "menhir" {>= "20180523"}
15+ "odoc" {with-doc}
16+ ]
17+ build: [
18+ ["dune" "subst"] {dev}
19+ [
20+ "dune"
21+ "build"
22+ "-p"
23+ name
24+ "-j"
25+ jobs
26+ "@install"
27+ "@runtest" {with-test}
28+ "@doc" {with-doc}
29+ ]
30+ ]
31+ dev-repo: "git+https://github.com/mmottl/cfg.git"
32+ url {
33+ src: "https://github.com/mmottl/cfg/releases/download/2.3.1/cfg-2.3.1.tbz"
34+ checksum: [
35+ "sha256=55ca21a8fef9a3a69999dbe47dcee79c85f673c7ed692501c791e44cb598b342"
36+ "sha512=153cf370546e254d0e9c283e865afb6d4abd3128f3b3ed67fd38e64297b3657581d49e02668e9708346e453dce9141b865815770efa74941b6581975b49fb0ec"
37+ ]
38+ }
39+ x-commit-hash: "8f10d17b353ff3c70ca7c2ba01754303264fae88"
You can’t perform that action at this time.
0 commit comments