24 lines
625 B
Plaintext
24 lines
625 B
Plaintext
|
name: "ligo-helpers"
|
||
|
opam-version: "2.0"
|
||
|
version: "1.0"
|
||
|
maintainer: "gabriel.alfour@gmail.com"
|
||
|
authors: [ "Galfour" ]
|
||
|
homepage: "https://gitlab.com/gabriel.alfour/tezos"
|
||
|
bug-reports: "https://gitlab.com/gabriel.alfour/tezos/issues"
|
||
|
dev-repo: "git+https://gitlab.com/gabriel.alfour/tezos.git"
|
||
|
license: "MIT"
|
||
|
depends: [
|
||
|
"ocamlfind" { build }
|
||
|
"dune" { build & >= "1.0.1" }
|
||
|
"meta-michelson"
|
||
|
"tezos-utils"
|
||
|
"tezos-base"
|
||
|
]
|
||
|
build: [
|
||
|
[ "dune" "build" "-p" name "-j" jobs ]
|
||
|
[ "mv" "src/ligo/ligo-helpers/ligo-helpers.install" "." ]
|
||
|
]
|
||
|
url {
|
||
|
src: "https://gitlab.com/gabriel.alfour/tezos/-/archive/master/tezos.tar.gz"
|
||
|
}
|