opam-version: "2.0" maintainer: "Jonathan Chan " authors: "Jonathan Chan " 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" & < "5.0.0"} "ocamlfind" {build} "ocamlbuild" {build} "ctypes" {>= "0.4.1"} "ctypes-foreign" {>= "0.4.0"} ] depexts: [ ["cmark"] {os = "macos" & os-distribution = "homebrew"} ] 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: [ "sha256=0830137b22baadc95ed8296476ca954a6c3de6316abbbb2cceb1ef6d56bbcb84" "md5=a1d0979deee4c059852f7b3d5b06cf10" ] }