-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtezos-contract-metadata.opam
More file actions
34 lines (34 loc) · 994 Bytes
/
tezos-contract-metadata.opam
File metadata and controls
34 lines (34 loc) · 994 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# This file is generated by dune, edit dune-project instead
version: "0.2"
description:
"A library to download and parse TZIP-016 Tezos contract metadata"
opam-version: "2.0"
maintainer: "[email protected]"
authors: [ "Tezos devteam" ]
homepage: "https://github.com/oxheadalpha/tezos-contract-metadata/"
bug-reports: "https://github.com/oxheadalpha/tezos-contract-metadata/issues"
dev-repo: "git+https://github.com/oxheadalpha/tezos-contract-metadata.git"
license: "MIT"
depends: [
"base"
"base58"
"digestif" { = "0.9.0" }
"lwt"
"tls"
"ppx_inline_test"
"ppx_expect"
"cohttp-lwt-unix"
"tezos-tooling" { with-test }
"dune" { >= "1.11" }
"tezos-micheline"
"cohttp"
"fmt"
]
pin-depends: [
[ "base58.version" "git+https://github.com/vbmithr/ocaml-base58.git#b7d41eb3bca54fe5c392a2b2110659a13fb4b871" ]
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Implementation of TZIP-16: core types and converters"