2019-05-13 00:46:25 +04:00
|
|
|
opam-version: "2.0"
|
2019-05-13 02:43:18 +04:00
|
|
|
name: "proto-alpha-utils"
|
2019-05-13 00:46:25 +04:00
|
|
|
version: "dev"
|
2019-05-13 02:43:18 +04:00
|
|
|
synopsis: "LIGO Proto Alpha-specific Utilities, to be used by other libraries"
|
2019-05-24 13:28:52 +04:00
|
|
|
maintainer: "Galfour <ligolang@gmail.com>"
|
|
|
|
authors: "Galfour <ligolang@gmail.com>"
|
2019-05-13 00:46:25 +04:00
|
|
|
license: "MIT"
|
2019-05-24 13:28:52 +04:00
|
|
|
homepage: "https://gitlab.com/ligolang/ligo-utils"
|
|
|
|
bug-reports: "https://gitlab.com/ligolang/ligo-utils/issues"
|
2019-05-13 00:46:25 +04:00
|
|
|
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"
|
2019-09-05 17:21:01 +04:00
|
|
|
"tezos-protocol-alpha-parameters"
|
2019-05-13 00:46:25 +04:00
|
|
|
"michelson-parser"
|
|
|
|
"simple-utils"
|
2019-05-13 17:17:24 +04:00
|
|
|
"tezos-utils"
|
2019-05-13 00:46:25 +04:00
|
|
|
# from ppx_let:
|
|
|
|
"ocaml" {>= "4.04.2" & < "4.08.0"}
|
|
|
|
"dune" {build & >= "1.5.1"}
|
|
|
|
"ppxlib" {>= "0.5.0"}
|
|
|
|
]
|
|
|
|
build: [
|
|
|
|
["dune" "build" "-p" name]
|
|
|
|
]
|