opam-version: "2.0"
maintainer: "dave@recoil.org"
authors: "David Scott"
homepage: "https://github.com/djs55/ocaml-pcf"
build: make
remove: [["ocamlfind" "remove" "pcf"]]
depends: [
  "ocaml"
  "ocamlfind"
  "cstruct" {>= "0.7.0" & < "2.0.0"}
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/djs55/ocaml-pcf"
install: [make "install"]
synopsis: "parse PCF format X11 bitmap font files"
flags: light-uninstall
url {
  src: "http://github.com/djs55/ocaml-pcf/archive/0.0.1.tar.gz"
  checksum: "md5=efe75b128bf63b01f43f0e3cf3da697a"
}
