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/def-lkb/stb_image_write/archive/v0.1.tar.gz"
26 checksum: [
27 "sha256=86dff92597c8a6d650027eb2391a9fa2ce7ef181c5f39f4faa3ee776735759b4"
28 "md5=80267942a3407956298845f4215d949c"
29 ]
30}