c0ee726fb2
Preprocessor is now a library installed by opam. Replaced ligolang@gmail.com by contact@ligolang.org in opam files. Reformatted some opam files. Removed #line directive from preprocessor. Added to the interface of ParserUnit. Script messages.sh now checks the identity of .msg and .msg.old to avoid undue warning about possibly different LR items.
56 lines
1.1 KiB
Plaintext
56 lines
1.1 KiB
Plaintext
opam-version: "2.0"
|
|
name: "proto-alpha-utils"
|
|
version: "dev"
|
|
synopsis: "LIGO Proto Alpha-specific Utilities, to be used by other libraries"
|
|
maintainer: "Galfour <contact@ligolang.org>"
|
|
authors: "Galfour <contact@ligolang.org>"
|
|
license: "MIT"
|
|
homepage: "https://gitlab.com/ligolang/ligo-utils"
|
|
bug-reports: "https://gitlab.com/ligolang/ligo-utils/issues"
|
|
depends: [
|
|
"dune"
|
|
"base"
|
|
"base"
|
|
"bigstring"
|
|
"calendar"
|
|
"cohttp-lwt-unix"
|
|
"cstruct"
|
|
"ezjsonm"
|
|
"hex"
|
|
"hidapi"
|
|
"ipaddr"
|
|
"macaddr"
|
|
"irmin"
|
|
"js_of_ocaml"
|
|
"lwt"
|
|
"lwt_log"
|
|
"mtime"
|
|
"ocplib-endian"
|
|
"ocp-ocamlres"
|
|
"re"
|
|
"rresult"
|
|
"stdio"
|
|
"uri"
|
|
"uutf"
|
|
# tezos does not constrain their required version
|
|
"zarith" {= "1.7"}
|
|
"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"
|
|
"michelson-parser"
|
|
"simple-utils"
|
|
"tezos-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]
|
|
]
|