2020-04-07 20:33:46 +04:00
|
|
|
opam-version : "2.0"
|
|
|
|
name : "simple-utils"
|
|
|
|
version : "dev"
|
|
|
|
synopsis : "LIGO utilities, to be used by other libraries"
|
|
|
|
maintainer : "Galfour <contact@ligolang.org>"
|
2020-06-30 16:34:15 +04:00
|
|
|
authors : "Galfour, Christian Rinderknecht"
|
2020-04-07 20:33:46 +04:00
|
|
|
license : "MIT"
|
2020-06-30 16:34:15 +04:00
|
|
|
homepage : "https://gitlab.com/ligolang/ligo-utils"
|
|
|
|
bug-reports : "https://gitlab.com/ligolang/ligo-utils/issues"
|
|
|
|
depends : ["dune"
|
|
|
|
"base"
|
|
|
|
"yojson"
|
|
|
|
"ppx_let"
|
|
|
|
# from ppx_let:
|
|
|
|
"ocaml" {>= "4.04.2" & < "4.08.0"}
|
|
|
|
"dune" {build & >= "1.5.1"}
|
|
|
|
"ppxlib" {>= "0.5.0"}]
|
|
|
|
build : [["dune" "build" "-p" name]]
|