# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Pure OCaml PNG library" description: "A native OCaml library for reading and writing PNG files" maintainer: ["Mark Elvers "] authors: ["Mark Elvers "] license: "MIT" homepage: "https://github.com/mtelvers/ocaml-png" bug-reports: "https://github.com/mtelvers/ocaml-png/issues" depends: [ "ocaml" {>= "4.14"} "dune" {>= "3.0" & >= "3.0"} "alcotest" {with-test} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/mtelvers/ocaml-png.git" url { src: "git+https://github.com/mtelvers/ocaml-png#ce0dc21c92f0e1b405ddb1de2d16a6eb770f1edc" }