update repository
This commit is contained in:
parent
a010bf2327
commit
9b8da7451e
BIN
index.tar.gz
BIN
index.tar.gz
Binary file not shown.
56
packages/proto-alpha-utils/proto-alpha-utils.1.0/opam
vendored
Normal file
56
packages/proto-alpha-utils/proto-alpha-utils.1.0/opam
vendored
Normal file
@ -0,0 +1,56 @@
|
||||
opam-version: "2.0"
|
||||
name: "tezos-utils"
|
||||
version: "dev"
|
||||
synopsis: "LIGO Teozs-specificUtilities, to be used by other libraries"
|
||||
maintainer: "Galfour <gabriel.alfour@gmail.com>"
|
||||
authors: "Galfour <gabriel.alfour@gmail.com>"
|
||||
license: "MIT"
|
||||
homepage: "https://gitlab.com/gabriel.alfour/ligo-utils"
|
||||
bug-reports: "https://gitlab.com/gabriel.alfour/ligo-utils/issues"
|
||||
depends: [
|
||||
"dune"
|
||||
"base"
|
||||
"base"
|
||||
"bigstring"
|
||||
"calendar"
|
||||
"cohttp-lwt-unix"
|
||||
"cstruct"
|
||||
"ezjsonm"
|
||||
"hex"
|
||||
"hidapi"
|
||||
"ipaddr"
|
||||
"irmin"
|
||||
"js_of_ocaml"
|
||||
"lwt"
|
||||
"lwt_log"
|
||||
"mtime"
|
||||
"ocplib-endian"
|
||||
"ocp-ocamlres"
|
||||
"re"
|
||||
"rresult"
|
||||
"stdio"
|
||||
"uri"
|
||||
"uutf"
|
||||
"zarith"
|
||||
"ocplib-json-typed"
|
||||
"ocplib-json-typed-bson"
|
||||
"tezos-crypto"
|
||||
"tezos-stdlib-unix"
|
||||
"tezos-data-encoding"
|
||||
"tezos-protocol-environment"
|
||||
"tezos-protocol-alpha"
|
||||
"michelson-parser"
|
||||
"simple-utils"
|
||||
# from ppx_let:
|
||||
"ocaml" {>= "4.04.2" & < "4.08.0"}
|
||||
"dune" {build & >= "1.5.1"}
|
||||
"ppxlib" {>= "0.5.0"}
|
||||
]
|
||||
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"
|
||||
}
|
55
packages/simple-utils/simple-utils.1.0/opam
vendored
Normal file
55
packages/simple-utils/simple-utils.1.0/opam
vendored
Normal file
@ -0,0 +1,55 @@
|
||||
opam-version: "2.0"
|
||||
name: "ligo-utils"
|
||||
version: "dev"
|
||||
synopsis: "LIGO Utilities, to be used by other libraries"
|
||||
maintainer: "Galfour <gabriel.alfour@gmail.com>"
|
||||
authors: "Galfour <gabriel.alfour@gmail.com>"
|
||||
license: "MIT"
|
||||
homepage: "https://gitlab.com/gabriel.alfour/ligo-utils"
|
||||
bug-reports: "https://gitlab.com/gabriel.alfour/ligo-utils/issues"
|
||||
depends: [
|
||||
"dune"
|
||||
"base"
|
||||
"base"
|
||||
"bigstring"
|
||||
"calendar"
|
||||
"cohttp-lwt-unix"
|
||||
"cstruct"
|
||||
"ezjsonm"
|
||||
"hex"
|
||||
"hidapi"
|
||||
"ipaddr"
|
||||
"irmin"
|
||||
"js_of_ocaml"
|
||||
"lwt"
|
||||
"lwt_log"
|
||||
"mtime"
|
||||
"ocplib-endian"
|
||||
"ocp-ocamlres"
|
||||
"re"
|
||||
"rresult"
|
||||
"stdio"
|
||||
"uri"
|
||||
"uutf"
|
||||
"zarith"
|
||||
"ocplib-json-typed"
|
||||
"ocplib-json-typed-bson"
|
||||
"tezos-crypto"
|
||||
"tezos-stdlib-unix"
|
||||
"tezos-data-encoding"
|
||||
"tezos-protocol-environment"
|
||||
"tezos-protocol-alpha"
|
||||
"michelson-parser"
|
||||
# from ppx_let:
|
||||
"ocaml" {>= "4.04.2" & < "4.08.0"}
|
||||
"dune" {build & >= "1.5.1"}
|
||||
"ppxlib" {>= "0.5.0"}
|
||||
]
|
||||
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"
|
||||
}
|
56
packages/tezos-utils/tezos-utils.1.0/opam
vendored
Normal file
56
packages/tezos-utils/tezos-utils.1.0/opam
vendored
Normal file
@ -0,0 +1,56 @@
|
||||
opam-version: "2.0"
|
||||
name: "tezos-utils"
|
||||
version: "dev"
|
||||
synopsis: "LIGO Teozs-specificUtilities, to be used by other libraries"
|
||||
maintainer: "Galfour <gabriel.alfour@gmail.com>"
|
||||
authors: "Galfour <gabriel.alfour@gmail.com>"
|
||||
license: "MIT"
|
||||
homepage: "https://gitlab.com/gabriel.alfour/ligo-utils"
|
||||
bug-reports: "https://gitlab.com/gabriel.alfour/ligo-utils/issues"
|
||||
depends: [
|
||||
"dune"
|
||||
"base"
|
||||
"base"
|
||||
"bigstring"
|
||||
"calendar"
|
||||
"cohttp-lwt-unix"
|
||||
"cstruct"
|
||||
"ezjsonm"
|
||||
"hex"
|
||||
"hidapi"
|
||||
"ipaddr"
|
||||
"irmin"
|
||||
"js_of_ocaml"
|
||||
"lwt"
|
||||
"lwt_log"
|
||||
"mtime"
|
||||
"ocplib-endian"
|
||||
"ocp-ocamlres"
|
||||
"re"
|
||||
"rresult"
|
||||
"stdio"
|
||||
"uri"
|
||||
"uutf"
|
||||
"zarith"
|
||||
"ocplib-json-typed"
|
||||
"ocplib-json-typed-bson"
|
||||
"tezos-crypto"
|
||||
"tezos-stdlib-unix"
|
||||
"tezos-data-encoding"
|
||||
"tezos-protocol-environment"
|
||||
"tezos-protocol-alpha"
|
||||
"michelson-parser"
|
||||
"simple-utils"
|
||||
# from ppx_let:
|
||||
"ocaml" {>= "4.04.2" & < "4.08.0"}
|
||||
"dune" {build & >= "1.5.1"}
|
||||
"ppxlib" {>= "0.5.0"}
|
||||
]
|
||||
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"
|
||||
}
|
2
repo
2
repo
@ -1,3 +1,3 @@
|
||||
opam-version: "2.0"
|
||||
archive-mirrors: "cache"
|
||||
stamp: "d236de24"
|
||||
stamp: "a010bf23"
|
||||
|
Loading…
Reference in New Issue
Block a user