this repo has no description
1opam-version: "2.0"
2maintainer: "Markus Mottl <markus.mottl@gmail.com>"
3authors: [ "Markus Mottl <markus.mottl@gmail.com>" ]
4license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
5homepage: "https://mmottl.github.io/cfg"
6doc: "https://mmottl.github.io/cfg/api"
7dev-repo: "git+https://github.com/mmottl/cfg.git"
8bug-reports: "https://github.com/mmottl/cfg/issues"
9
10build: [
11 ["dune" "subst"] {dev}
12 ["dune" "build" "-p" name "-j" jobs]
13]
14
15depends: [
16 "ocaml" {>= "4.04"}
17 "dune" {>= "1.1.0"}
18]
19synopsis: "CFG - Context-Free Grammars"
20description:
21 "CFG is a library for verifying and manipulating context-free grammars."
22url {
23 src: "https://github.com/mmottl/cfg/releases/download/2.2.0/cfg-2.2.0.tbz"
24 checksum: [
25 "sha256=a689ba5fa8eaf18b83c45bd2d6405a344f1fd1ec4a0af7c55ed35cff9d6ebb4c"
26 "md5=4094add3ad3d237e68fe0d339a5173e4"
27 ]
28}