opam-version: "2.0" maintainer: "sylvain.pogodalla@inria.fr" build: [ ["dune" "subst"] {dev} # remove the -p to also build the local libraries: conflict with the # fact that some libraries are also part of the acgtkLib package # ["dune" "build" "-p" name "-j" jobs] ["dune" "build" "--profile=release" "-j" jobs] ] install: ["dune" "install"] depends: [ "ocaml" { >= "4.05.0" } "dune" { >= "1.4" } "menhir" {>= "20181113"} "ANSITerminal" "fmt" "logs" "mtime" {>= "1.0.0" & < "2.0.0"} "cmdliner" {>= "1.0.0" & < "1.1.0"} "conf-freetype" "conf-pkg-config" "conf-cairo" "cairo2" "yojson" {>= "1.6.0"} "easy-format" ] dev-repo: "git+https://gitlab.inria.fr/ACG/dev/ACGtk.git" homepage: "http://acg.loria.fr/" license: "CeCILL-1.0+" authors: ["Sylvain Pogodalla"] bug-reports: "sylvain.pogodalla@inria.fr" synopsis: "Abstract Categorial Grammar development toolkit" description: "This toolkit provides a compiler and an interpreter for Abstract Categorial Grammars (ACGs). Grammars can be compiled and then used by the interpreter to parse (if the grammar is at most second-order) or to generate terms. See http://acg.loria.fr for more details and bibliographic references." url { src: "https://github.com/ocaml/opam-source-archives/raw/main/acgtk-1.5.3.tar.gz" checksum: [ "sha256=2743321ae4cc97400856eb503a876cbcbd08435ebc750276399a97481d001d41" "md5=04c1e14f98e2c8fd966ef7ef30b38323" ] }