# This file is generated by dune, edit dune-project instead opam-version: "2.0" version: "1.20.0" synopsis: "The main library for the Grew system" description: "Grew implements a Graph Rewriting system to be used in NLP" maintainer: ["Bruno.Guillaume@inria.fr"] authors: ["Bruno Guillaume"] license: "CECILL-2.1" tags: ["nlp" "graph rewriting"] homepage: "https://github.com/grew-nlp/grewlib" doc: "https://grew.fr" bug-reports: "https://github.com/grew-nlp/grewlib/issues" depends: [ "ocaml" {>= "4.13.0"} "dune" {>= "3.5"} "menhir" "re" "yojson" "fileutils" "ANSITerminal" "containers" {>= "3.16"} "amr" {>= "0.9.1"} "conll" {>= "1.19.7"} "uunf" {>= "17.0.0"} "odoc" {with-doc} ] conflicts: ["libcaml-grew"] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/grew-nlp/grewlib.git" url { src: "http://opam.grew.fr/tgz/grewlib.1.20.0.tgz" checksum: "md5=bbbbc83ab3b0518d8a521e9fdc106c55" }