opam-version: "2.0"
maintainer: "abdallah.saffidine@gmail.com"
authors: ["Abdallah Saffidine"]
license: "BSD-2-Clause"
build: [
  [make "gadelac"]
]
depends: [
  "ocaml" {>= "3.12.1"}
  "base-unix"
  "menhir"
  "ocamlbuild" {build}
]
synopsis: "Preprocessor for the Game Description Language."
extra-files: ["gadelac.install" "md5=6f4e673cc399c6fdee3bc2845fcaf5dc"]
url {
  src: "https://bitbucket.org/Abdallah/gadelac/get/v0.6.1.tar.gz"
  checksum: "md5=e2de253e8ab8fc2cbcb81734f594ef5d"
}
