-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtezla.opam
41 lines (41 loc) · 1.15 KB
/
tezla.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "An intermediate representation of the Michelson language"
maintainer: ["João Santos Reis <joaosreis@outlook.pt>"]
authors: ["João Santos Reis <joaosreis@outlook.pt>"]
license: "MIT"
homepage: "https://github.com/joaosreis/tezla"
bug-reports: "https://github.com/joaosreis/tezla/issues"
depends: [
"dune" {>= "2.8" & build}
"bisect_ppx" {with-test}
"ppx_inline_test"
"alcotest" {with-test}
"qcheck" {with-test}
"qcheck-alcotest" {with-test}
"core_unix" {with-test & >= "v0.14" & < "v0.15"}
"core" {>= "v0.14" & < "v0.15"}
"bignum"
"michelson-adt"
"michelson-parser"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/joaosreis/tezla.git"
pin-depends: [
["michelson-adt.dev" "git+https://github.com/joaosreis/michelson-adt#36d8f738406ed7e64ae8642bc98dbe64b31df4aa"]
["michelson-parser.dev" "git+https://github.com/joaosreis/michelson-parser#22bca908d438c9688e736970578601e5e9304c11"]
]