this repo has no description
1opam-version: "2.0"
2maintainer: "Frederic Bour <frederic.bour@lakaban.net>"
3authors: "Frederic Bour <frederic.bour@lakaban.net>"
4homepage: "https://github.com/def-lkb/stb_image_write"
5bug-reports: "https://github.com/def-lkb/stb_image_write"
6license: "CC0-1.0+"
7dev-repo: "git+https://github.com/def-lkb/stb_image_write.git"
8build: [make]
9install: [make "install"]
10remove: ["ocamlfind" "remove" "stb_image_write"]
11depends: [
12 "ocaml" {!= "4.01.0"}
13 "ocamlfind" {build}
14]
15synopsis: "OCaml bindings to stb_image_write, a public domain image writer"
16description: """
17Stb_image_write is an OCaml binding to stb_image_write from Sean Barrett, [Nothings](http://nothings.org/).
18
19 stb_image_write.h writes out PNG/BMP/TGA images to C stdio.
20
21The OCaml binding is released under CC-0 license. It has no dependency beside
22working OCaml and C compilers (stb_image_write is self-contained)."""
23flags: light-uninstall
24url {
25 src: "https://github.com/let-def/stb_image_write/archive/v0.2.tar.gz"
26 checksum: [
27 "sha256=9819e8064ab802157cee09a35ed56a1505c98e30017fa113e2d5c68763422977"
28 "md5=79cb1d610f2fc16231d4f1d4064166d0"
29 ]
30}