opam-version: "2.0" maintainer: "Frederic Bour " authors: "Frederic Bour " homepage: "https://github.com/def-lkb/stb_image_write" bug-reports: "https://github.com/def-lkb/stb_image_write" license: "CC0-1.0+" dev-repo: "git+https://github.com/def-lkb/stb_image_write.git" build: [make] install: [make "install"] remove: ["ocamlfind" "remove" "stb_image_write"] depends: [ "ocaml" {!= "4.01.0"} "ocamlfind" {build} ] synopsis: "OCaml bindings to stb_image_write, a public domain image writer" description: """ Stb_image_write is an OCaml binding to stb_image_write from Sean Barrett, [Nothings](http://nothings.org/). stb_image_write.h writes out PNG/BMP/TGA images to C stdio. The OCaml binding is released under CC-0 license. It has no dependency beside working OCaml and C compilers (stb_image_write is self-contained).""" flags: light-uninstall url { src: "https://github.com/def-lkb/stb_image_write/archive/v0.1.tar.gz" checksum: [ "sha256=86dff92597c8a6d650027eb2391a9fa2ce7ef181c5f39f4faa3ee776735759b4" "md5=80267942a3407956298845f4215d949c" ] }