opam-version: "2.0"
maintainer: "Frederic Bour <frederic.bour@lakaban.net>"
authors: "Frederic Bour <frederic.bour@lakaban.net>"
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/let-def/stb_image_write/archive/v0.2.tar.gz"
  checksum: "md5=79cb1d610f2fc16231d4f1d4064166d0"
}
