opam-version: "2.0"
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
authors: ["Daniel Bünzli <daniel.buenzli i@erratique.ch>"]
homepage: "http://erratique.ch/software/otfm"
license: "BSD-3-Clause"
doc: ["http://erratique.ch/software/otfm/doc/Otfm"]
tags: [
  "OpenType"
  "font"
  "decoder"
  "graphics"
]
build: [
  ["./pkg/pkg-git"]
  ["./pkg/build" "true"]
]
depends: [
  "ocaml" {>= "4.00.0"}
  "uutf" {<= "0.9.4"}
  "ocamlfind"
  "ocamlbuild" {build}
]
synopsis: "OpenType font decoder for OCaml"
description: """
Otfm is an in-memory decoder for the OpenType font data format. It
provides low-level access to font tables and functions to decode some
of them.

Otfm is made of a single module and depends on [Uutf][1]. It is distributed 
under the BSD3 license.

[1]: http://erratique.ch/software/uutf"""
url {
  src: "http://erratique.ch/software/otfm/releases/otfm-0.1.0.tbz"
  checksum: "md5=36b5a4b30b2e7be1f0a665824d35a20c"
}
