synopsis: "Archetype language compiler"
description:
"""
Archetype is a domain-specific language (DSL) to develop smart contracts on the Tezos blockchain,
with a specific focus on contract security
"""
opam-version: "2.0"
maintainer: "The Archetype development team <archetype-dev@edukera.com>"
authors: ["Benoit Rognier <benoit.rognier@edukera.com>"
          "Guillaume Duhamel <guillaume.duhamel@edukera.com>"
          "Pierre-Yves Strub <pierre-yves.strub@polytechnique.edu>"]
homepage: "https://github.com/edukera/archetype-lang"
bug-reports: "https://github.com/edukera/archetype-lang/issues"
dev-repo: "git+https://github.com/edukera/archetype-lang.git"
license: "MIT"
doc: "https://docs.archetype-lang.org/"

build: [
  [ "dune" "subst" ]
  [ "dune" "build" "-p" name "-j" jobs ]
]

depends: [
  "ocaml"               { >= "4.07.0" }
  "dune"                { >= "1.10.0" }
  "menhir"
  "digestif"            { >= "0.7.2" }
  "num"
  "yojson"
  "ppx_deriving"
  "ppx_deriving_yojson"
]

conflicts: [
  "digestif"            { = "0.7.4" }
]
url {
  src: "https://github.com/edukera/archetype-lang/archive/0.1.8.tar.gz"
  checksum: [
    "md5=261a8693f78966153f4ffc4b2ef13fb2"
    "sha512=0a17bab3fb14b092a5cdbd3767db008fca9199140fb81ed330d595696b54a4d93fa3b8cdb58f13b6d127e96b18d3ba6de85e5dc1a9e64a6ae7bd1a0173651382"
  ]
}
