opam-version: "2.0"
maintainer: "Jonathan Chan <jyc@fastmail.fm>"
authors: "Jonathan Chan <jyc@fastmail.fm>"
homepage: "https://github.com/jonathanyc/ocaml-cmark"
bug-reports: "https://github.com/jonathanyc/ocaml-cmark/issues"
license: "BSD-2-Clause"
dev-repo: "git+ssh://git@github.com/jonathanyc/ocaml-cmark.git"
install: ["./car" "lib"]
remove: ["./car" "unlib"]
depends: [
  "ocaml" {>= "4.02"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "ctypes" {>= "0.4.1"}
  "ctypes-foreign" {>= "0.4.0"}
]
depexts: [
  ["homebrew" "osx"]
  ["cmark"]
]
synopsis:
  "OCaml bindings for the CMark Common Markdown parsing and rendering library."
url {
  src: "https://github.com/jonathanyc/ocaml-cmark/archive/0.2.0.tar.gz"
  checksum: "md5=a1d0979deee4c059852f7b3d5b06cf10"
}
