opam-version: "2.0" synopsis: "A simple library to work with pgocaml" maintainer: ["Fabrice Le Fessant "] authors: ["Fabrice Le Fessant "] license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" homepage: "https://github.com/ocamlpro/ez_pgocaml" bug-reports: "https://github.com/ocamlpro/ez_pgocaml/issues" depends: [ "ocaml" {>= "4.07.0"} "dune" {>= "2.0"} "pgocaml" {>= "4.2.2"} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/ocamlpro/ez_pgocaml.git" url { src: "https://github.com/ocamlpro/ez_pgocaml/archive/v1.0.tar.gz" checksum: [ "sha256=57b409aeef2e0e5e372ba23d4ca40a5e62f5d85d3a69aeab301d0670da4a986c" ] }