opam-version: "1.2"

maintainer: "Yann Régis-Gianas <yann.regis-gianas@irif.fr>"
authors: [
  "Yann Régis-Gianas <yann.regis-gianas@irif.fr>"
  "Ralf Treinen <ralf.treinen@irif.fr>"
  "Nicolas Jeannerod <nicolas.jeannerod@irif.fr>"
]
license: "GPL3"

homepage: "https://github.com/colis-anr/morbig"
bug-reports: "https://github.com/colis-anr/morbig/issues"
dev-repo: "git://github.com/colis-anr/morbig.git"

available: [ocaml-version >= "4.02.3"]
depends: [
  "yojson"
  "ppx_deriving_yojson"
  "visitors"
  "ocamlbuild" {build}
  "menhir" {build}
]

build: [make]
install: [make "install"]
remove: [make "uninstall"]
build-test: [make "check"]
