version: "dev" name: "tezos-stdlib" opam-version: "2.0" maintainer: "contact@tezos.com" authors: [ "Tezos devteam" ] homepage: "https://www.tezos.com/" bug-reports: "https://gitlab.com/tezos/tezos/issues" dev-repo: "git+https://gitlab.com/tezos/tezos.git" license: "MIT" depends: [ "ocamlfind" { build } "dune" { build & >= "1.0.1" & < "1.7" } ## Incompatible with lwt<4 "bigstring" "hex" "ocplib-endian" "re" "lwt" { < "4" } "zarith" "alcotest" { with-test } "ocp-indent" { with-test & = "1.6.1" } ] build: [ [ "dune" "build" "-p" name "-j" jobs ] [ "mv" "vendors/tezos-modded/src/lib_stdlib/tezos-stdlib.install" "." ] ] run-test: [ [ "dune" "runtest" "-p" name "-j" jobs ] ] url { src: "https://gitlab.com/ligolang/ligo/-/archive/master/ligo.tar.gz" }