ligo/src/ligo.opam

27 lines
672 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 }
"dune" { build & >= "1.0.1" }
2019-09-26 19:59:18 +04:00
"menhir" { = "20190626" }
2019-05-13 00:56:22 +04:00
"ppx_let"
"ppx_deriving"
"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
"ocaml-migrate-parsetree" { = "1.3.1" }
2019-05-13 00:56:22 +04:00
]
build: [
[ "dune" "build" "-p" name "-j" jobs ]
]