opam-version: "2.0" name: "tezos-utils" version: "1.0" synopsis: "Tezos Utilities defined in the Tezos repository, to be used by other libraries" maintainer: "Galfour " authors: "Galfour " license: "MIT" homepage: "https://gitlab.com/gabriel.alfour/tezos" bug-reports: "https://gitlab.com/gabriel.alfour/tezos/issues" 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" "michelson-parser" ] build: [ ["dune" "build" "-p" name] [ "mv" "src/lib_utils/tezos-utils.install" "." ] ] dev-repo: "git+https://gitlab.com/gabriel.alfour/tezos" url { src: "https://gitlab.com/gabriel.alfour/tezos/-/archive/master/tezos.master.tar.gz" }