opam-version: "2.0"
maintainer: "philippe.wang@gmail.com"
authors: ["Philippe Wang <philippe.wang@gmail.com>"]
homepage: "https://github.com/pw374/omd"
license: "ISC"
tags: [
  "org:ocamllabs"
  "org:mirage"
]
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "omd"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
install: ["ocaml" "setup.ml" "-install"]
synopsis: "A Markdown frontend in pure OCaml."
description: """
This Markdown library is implemented using only pure OCaml (including
I/O operations provided by the standard OCaml compiler distribution).
Omd targets the original Markdown with a few Github markdown features."""
flags: light-uninstall
extra-files: ["omd.install" "md5=0395736894a46f718a77f59ec6fbf1fd"]
url {
  src: "http://pw374.github.io/distrib/omd/omd-0.6.0.tar.gz"
  checksum: "md5=9897520b96a67c332ed080b1bb67ba69"
}
