opam-version: "2.0"
maintainer: "sylvain.pogodalla@inria.fr"
build: [
  ["./configure" "--prefix=%{prefix}%"]
  [make "all"]
]
install: [
  [make "install-all"]
]
remove: [
  ["./configure" "--prefix=%{prefix}%"]
  [make "uninstall-all"]
]
depends: [
  "ocaml" {>= "4.03.0"}
  "dypgen"
  "bolt"
  "ANSITerminal" {>= "0.7"}
  "cairo2" {< "0.6"}
  "yojson" {< "1.4.0"}
  "easy-format" {< "1.3.0"}
  "ocf"
]
homepage: "http://acg.gforge.inria.fr/"
license: "CeCILL-1.0+"
authors: ["Sylvain Pogodalla"]
bug-reports: "sylvain.pogodalla@inria.fr"
synopsis: "Abstract Categorial Grammar development toolkit."
description:
  "Provides a compiler and an interpreter to parse or realize terms"
url {
  src: "http://calligramme.loria.fr/acg/software/acg-1.3.0-20160909.tar.gz"
  checksum: "md5=829d35110953a6ed94d9ba2aee84b05d"
}
