opam-version: "2.0"
authors: "Jun Furuse"
maintainer: "jun.furuse@dailambda.jp"
synopsis: "SCaml, Smart Contract Abstract Machine Language"
homepage: "https://gitlab.com/dailambda/scaml/"
bug-reports: "https://gitlab.com/dailambda/scaml/"
dev-repo: "git://https://gitlab.com/dailambda/scaml/"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "dune" { >= "2.5" }
  "ocaml" { = "4.09.1" }
  "ppxlib" { >= "0.12.0" }
  "ocaml-migrate-parsetree" {< "2.0.0"}
  "ppxx"
  "spotlib"
  "hex"
  "ptime"
  "zarith"
  "data-encoding" { = "0.2" }
  "tezos-error-monad" { = "7.0" }
  "tezos-micheline" { = "7.0" } 
  "tezos-stdlib" { = "7.0" }
  "tezos-crypto" { = "7.0" }
  "camlon"
  "ppx_meta_conv"
  "typerep"
  "ppx_typerep_conv"
  "blake2" { = "0.3" }
  "hacl" { = "0.3" }
]
url {
  src: "https://gitlab.com/dailambda/scaml/-/archive/1.2.0pre7/scaml-1.2.0pre7.tar.bz2"
  checksum: "md5=1357c9702d6d758c9346293eb6f60bf0"
}
