this repo has no description
1opam-version: "2.0" 2maintainer: "Sylvain Le Gall <sylvain+ocaml@le-gall.net>" 3authors: [ "Sylvain Le Gall" "Mauricio Fernandez" ] 4license: "MIT" 5homepage: "https://github.com/gildor478/ocaml-markdown" 6dev-repo: "git+https://github.com/gildor478/ocaml-markdown.git" 7bug-reports: "https://github.com/gildor478/ocaml-markdown/issues" 8depends: [ "ocaml" "markdown" ] 9synopsis: "This is a transition package, ocaml-markdown is now named markdown." 10description:""" 11Use package markdown instead. 12"""