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_truetype"
bug-reports: "https://github.com/def-lkb/stb_truetype"
license: "CC0-1.0+"
dev-repo: "git+https://github.com/def-lkb/stb_truetype.git"
build: [make]
install: [make "install"]
remove: ["ocamlfind" "remove" "stb_truetype"]
depends: [
  "ocaml"
  "ocamlfind" {build}
]
synopsis: "OCaml bindings to stb_truetype, a public domain font rasterizer"
description: """
Stb_truetype is an OCaml binding to stb_truetype from Sean Barrett, [Nothings](http://nothings.org/):

  stb_truetype.h: public domain C truetype rasterization library 

The OCaml binding is released under CC-0 license.  It has no dependency beside
working OCaml and C compilers (stb_truetype is self-contained)."""
flags: light-uninstall
url {
  src: "https://github.com/let-def/stb_truetype/archive/v0.2.tar.gz"
  checksum: "md5=682a0876d3d7e0e5f982b4de34b9b55e"
}
