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.
19 lines
484 B
Plaintext
19 lines
484 B
Plaintext
opam-version: "2.0"
|
|
name: "memory-proto-alpha"
|
|
version: "1.0"
|
|
synopsis: "Tezos Protocol Alpha in memory"
|
|
maintainer: "Galfour <contact@ligolang.org>"
|
|
authors: "Galfour <contact@ligolang.org>"
|
|
license: "MIT"
|
|
homepage: "https://gitlab.com/ligolang/tezos"
|
|
bug-reports: "https://gitlab.com/ligolang/tezos/issues"
|
|
depends: [
|
|
"dune"
|
|
"tezos-protocol-environment"
|
|
"tezos-protocol-006-PsCARTHA"
|
|
]
|
|
build: [
|
|
["dune" "build" "-p" name]
|
|
]
|
|
dev-repo: "git+https://gitlab.com/ligolang/tezos"
|