this repo has no description
1opam-version: "2.0" 2maintainer: "Jonathan Chan <jyc@fastmail.fm>" 3authors: "Jonathan Chan <jyc@fastmail.fm>" 4homepage: "https://github.com/jonathanyc/ocaml-cmark" 5bug-reports: "https://github.com/jonathanyc/ocaml-cmark/issues" 6license: "BSD-2-Clause" 7dev-repo: "git+ssh://git@github.com/jonathanyc/ocaml-cmark.git" 8install: ["./car" "lib"] 9remove: ["./car" "unlib"] 10depends: [ 11 "ocaml" {>= "4.02" & < "5.0.0"} 12 "ocamlfind" {build} 13 "ocamlbuild" {build} 14 "ctypes" {>= "0.4.1"} 15 "ctypes-foreign" {>= "0.4.0"} 16] 17depexts: [ 18 ["cmark"] {os = "macos" & os-distribution = "homebrew"} 19] 20synopsis: 21 "OCaml bindings for the CMark Common Markdown parsing and rendering library." 22url { 23 src: "https://github.com/jonathanyc/ocaml-cmark/archive/0.2.0.tar.gz" 24 checksum: [ 25 "sha256=0830137b22baadc95ed8296476ca954a6c3de6316abbbb2cceb1ef6d56bbcb84" 26 "md5=a1d0979deee4c059852f7b3d5b06cf10" 27 ] 28}