update repository
This commit is contained in:
parent
9b8da7451e
commit
aa7ea94034
BIN
index.tar.gz
BIN
index.tar.gz
Binary file not shown.
28
packages/ligo/ligo.1.0/opam
vendored
Normal file
28
packages/ligo/ligo.1.0/opam
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
name: "ligo"
|
||||
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"
|
||||
synopsis: "A higher-level language which compiles to Michelson"
|
||||
dev-repo: "git+https://gitlab.com/gabriel.alfour/tezos.git"
|
||||
license: "MIT"
|
||||
depends: [
|
||||
"ocamlfind" { build }
|
||||
"dune" { build & >= "1.0.1" }
|
||||
"menhir"
|
||||
"ppx_let"
|
||||
"ppx_deriving"
|
||||
"tezos-utils"
|
||||
"yojson"
|
||||
"alcotest" { with-test }
|
||||
]
|
||||
build: [
|
||||
[ "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" "." ]
|
||||
]
|
||||
|
||||
url {
|
||||
src: "https://gitlab.com/gabriel.alfour/tezos/-/archive/master/tezos.tar.gz"
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
opam-version: "2.0"
|
||||
name: "tezos-utils"
|
||||
name: "proto-alpha-utils"
|
||||
version: "dev"
|
||||
synopsis: "LIGO Teozs-specificUtilities, to be used by other libraries"
|
||||
synopsis: "LIGO Proto Alpha-specific Utilities, to be used by other libraries"
|
||||
maintainer: "Galfour <gabriel.alfour@gmail.com>"
|
||||
authors: "Galfour <gabriel.alfour@gmail.com>"
|
||||
license: "MIT"
|
||||
@ -50,7 +50,6 @@ build: [
|
||||
["dune" "build" "-p" name]
|
||||
[ "mv" "proto-alpha-utils/proto-alpha-utils.install" "." ]
|
||||
]
|
||||
dev-repo: "git+https://gitlab.com/gabriel.alfour/tezos"
|
||||
url {
|
||||
src: "https://gitlab.com/gabriel.alfour/tezos/-/archive/master/tezos.master.tar.gz"
|
||||
src: "https://gitlab.com/gabriel.alfour/ligo-utils/-/archive/master/ligo-utils.tar.gz"
|
||||
}
|
||||
|
5
packages/simple-utils/simple-utils.1.0/opam
vendored
5
packages/simple-utils/simple-utils.1.0/opam
vendored
@ -1,5 +1,5 @@
|
||||
opam-version: "2.0"
|
||||
name: "ligo-utils"
|
||||
name: "simple-utils"
|
||||
version: "dev"
|
||||
synopsis: "LIGO Utilities, to be used by other libraries"
|
||||
maintainer: "Galfour <gabriel.alfour@gmail.com>"
|
||||
@ -49,7 +49,6 @@ build: [
|
||||
["dune" "build" "-p" name]
|
||||
[ "mv" "simple-utils/simple-utils.install" "." ]
|
||||
]
|
||||
dev-repo: "git+https://gitlab.com/gabriel.alfour/tezos"
|
||||
url {
|
||||
src: "https://gitlab.com/gabriel.alfour/tezos/-/archive/master/tezos.master.tar.gz"
|
||||
src: "https://gitlab.com/gabriel.alfour/ligo-utils/-/archive/master/ligo-utils.tar.gz"
|
||||
}
|
||||
|
5
packages/tezos-utils/tezos-utils.1.0/opam
vendored
5
packages/tezos-utils/tezos-utils.1.0/opam
vendored
@ -1,7 +1,7 @@
|
||||
opam-version: "2.0"
|
||||
name: "tezos-utils"
|
||||
version: "dev"
|
||||
synopsis: "LIGO Teozs-specificUtilities, to be used by other libraries"
|
||||
synopsis: "LIGO Tezos specific Utilities, to be used by other libraries"
|
||||
maintainer: "Galfour <gabriel.alfour@gmail.com>"
|
||||
authors: "Galfour <gabriel.alfour@gmail.com>"
|
||||
license: "MIT"
|
||||
@ -50,7 +50,6 @@ build: [
|
||||
["dune" "build" "-p" name]
|
||||
[ "mv" "tezos-utils/tezos-utils.install" "." ]
|
||||
]
|
||||
dev-repo: "git+https://gitlab.com/gabriel.alfour/tezos"
|
||||
url {
|
||||
src: "https://gitlab.com/gabriel.alfour/tezos/-/archive/master/tezos.master.tar.gz"
|
||||
src: "https://gitlab.com/gabriel.alfour/ligo-utils/-/archive/master/ligo-utils.tar.gz"
|
||||
}
|
||||
|
2
repo
2
repo
@ -1,3 +1,3 @@
|
||||
opam-version: "2.0"
|
||||
archive-mirrors: "cache"
|
||||
stamp: "a010bf23"
|
||||
stamp: "9b8da745"
|
||||
|
Loading…
Reference in New Issue
Block a user