opam-version: "2.0"
synopsis: "Zelus GTK library"
authors: [
  "Timothy Bourke <timothy.bourke@inria.fr>"
  "Marc Pouzet <marc.pouzet@ens.fr>"
  ]
maintainer: ["Marc Pouzet <marc.pouzet@ens.fr>"]
homepage: "http://zelus.di.ens.fr"
doc: "http://zelus.di.ens.fr/man/"
bug-reports: "https://github.com/INRIA/zelus/issues"
depends: [
  "ocaml" {>= "4.08.1"}
  "dune" {>= "2.6"}
  "zelus" {= version}
  "lablgtk"
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune" "build" "-p" name "-j" jobs
    "@install"
  ]
]
dev-repo: "git+https://github.com/INRIA/zelus.git"
url {
    src: "https://github.com/INRIA/zelus/archive/2.1.tar.gz"
    checksum: "md5=83fb886e4b14ce286e7a6eb59248be4b"
}
