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.6.tar.gz"
  checksum: [
    "md5=edf45cf0a817f9422c6221b0a862676c"
    "sha512=66ffaa4a328411a8e690bf935fe6c835b687925db58a0ed1614453d1bc2b57d06166ec15e7fc1602377e8f9d4ffe678641034006b74c1d78705972df0db2ced4"
  ]
}
