change ligo
This commit is contained in:
parent
a9211fad5c
commit
93da5b25e6
@ -1,6 +1,6 @@
|
|||||||
|
version: "dev"
|
||||||
name: "ligo"
|
name: "ligo"
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "dev"
|
|
||||||
maintainer: "gabriel.alfour@gmail.com"
|
maintainer: "gabriel.alfour@gmail.com"
|
||||||
authors: [ "Galfour" ]
|
authors: [ "Galfour" ]
|
||||||
homepage: "https://gitlab.com/gabriel.alfour/tezos"
|
homepage: "https://gitlab.com/gabriel.alfour/tezos"
|
||||||
@ -15,14 +15,14 @@ depends: [
|
|||||||
"ppx_let"
|
"ppx_let"
|
||||||
"ppx_deriving"
|
"ppx_deriving"
|
||||||
"tezos-utils"
|
"tezos-utils"
|
||||||
|
"proto-alpha-utils"
|
||||||
"yojson"
|
"yojson"
|
||||||
"alcotest" { with-test }
|
"alcotest" { with-test }
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
[ "dune" "build" "-p" name "-j" jobs ]
|
[ "dune" "build" "-p" name "-j" jobs ]
|
||||||
# needed in the repository, but must not be present in the local ligo.opam [ "mv" "src/ligo/ligo.install" "." ]
|
[ "mv" "ligo.install" "." ]
|
||||||
]
|
]
|
||||||
|
|
||||||
url {
|
url {
|
||||||
src: "https://gitlab.com/gabriel.alfour/tezos/-/archive/master/tezos.tar.gz"
|
src: "https://gitlab.com/gabriel.alfour/ligo/-/archive/master/ligo.tar.gz"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user