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