ligo/vendors/ligo-utils/proto-alpha-utils/proto-alpha-utils.opam

56 lines
1.1 KiB
Plaintext
Raw Normal View History

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"
2019-11-03 02:38:39 +04:00
"ipaddr"
"macaddr"
2019-05-13 00:46:25 +04:00
"irmin"
"js_of_ocaml"
"lwt"
"lwt_log"
"mtime"
"ocplib-endian"
"ocp-ocamlres"
"re"
"rresult"
"stdio"
"uri"
"uutf"
2019-09-08 00:52:00 +04:00
# tezos does not constrain their required version
"zarith" {= "1.7"}
2019-05-13 00:46:25 +04:00
"ocplib-json-typed"
"ocplib-json-typed-bson"
"tezos-crypto"
"tezos-stdlib-unix"
"tezos-data-encoding"
"tezos-protocol-environment"
"tezos-protocol-alpha"
"tezos-protocol-006-PsCARTHA"
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]
]