ligo/ligo.opam

32 lines
848 B
Plaintext
Raw Normal View History

2019-05-13 00:56:22 +04:00
name: "ligo"
opam-version: "2.0"
2019-05-24 13:36:39 +04:00
maintainer: "ligolang@gmail.com"
2019-05-13 00:56:22 +04:00
authors: [ "Galfour" ]
2019-05-24 13:36:39 +04:00
homepage: "https://gitlab.com/ligolang/tezos"
bug-reports: "https://gitlab.com/ligolang/tezos/issues"
2019-05-13 00:56:22 +04:00
synopsis: "A higher-level language which compiles to Michelson"
2019-05-24 13:36:39 +04:00
dev-repo: "git+https://gitlab.com/ligolang/tezos.git"
2019-05-13 00:56:22 +04:00
license: "MIT"
depends: [
"ocamlfind" { build }
2019-11-25 18:15:11 +04:00
"dune" { build & = "1.11.4" }
2019-09-26 19:59:18 +04:00
"menhir" { = "20190626" }
2019-12-11 15:23:11 +04:00
"bisect_ppx" {dev & >= "2.0.0"}
2019-05-13 00:56:22 +04:00
"ppx_let"
"ppx_deriving"
2019-11-22 00:06:34 +04:00
"ppx_expect"
2019-05-13 00:56:22 +04:00
"tezos-utils"
2019-05-13 16:20:23 +04:00
"proto-alpha-utils"
2019-05-13 00:56:22 +04:00
"yojson"
"alcotest" { with-test }
"getopt"
2019-11-15 20:02:22 +04:00
# work around upstream in-place update
2019-12-11 15:23:11 +04:00
"ocaml-migrate-parsetree" { = "1.4.0" }
]
pin-depends: [
2019-12-23 17:39:41 +04:00
["bisect_ppx.git" "git+https://github.com/aantron/bisect_ppx.git#02dfb10188033a26d07d23480c2bc44a3a670357"]
]
2019-05-13 00:56:22 +04:00
build: [
[ "dune" "build" "-p" name "-j" jobs ]
]