opam-version: "2.0"
maintainer: "Frederic Bour <frederic.bour@lakaban.net>"
authors: "Frederic Bour <frederic.bour@lakaban.net>"
homepage: "https://github.com/let-def/stb_truetype"
bug-reports: "https://github.com/let-def/stb_truetype"
license: "CC0-1.0+"
dev-repo: "git+https://github.com/let-def/stb_truetype.git"
build: [make]
install: [make "install"]
remove: ["ocamlfind" "remove" "stb_truetype"]
depends: [
  "ocaml" {>= "4.02"}
  "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.4.tar.gz"
  checksum: "md5=293c268649b0cdab23c3fc5d7847dea3"
}
