Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/omd/omd.0.8.0/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
A Markdown frontend in pure OCaml.
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.
4 changes: 4 additions & 0 deletions packages/omd/omd.0.8.0/files/omd.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
bin: [
"?_build/src/omd_main.byte" {"omd"}
"?_build/src/omd_main.native" {"omd"}
]
16 changes: 16 additions & 0 deletions packages/omd/omd.0.8.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
opam-version: "1"
maintainer: "philippe.wang@gmail.com"
authors: [ "Philippe Wang <philippe.wang@gmail.com>" ]
license: "ISC"
homepage: "https://github.com/pw374/omd"
build: [
["ocaml" "setup.ml" "-configure" "--prefix" prefix]
["ocaml" "setup.ml" "-build"]
["ocaml" "setup.ml" "-install"]
]
remove: [
["ocamlfind" "remove" "omd"]
]
depends: [
"ocamlfind"
]
2 changes: 2 additions & 0 deletions packages/omd/omd.0.8.0/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "http://pw374.github.io/distrib/omd/omd-0.8.0.tar.gz"
checksum: "46ae136e47fa2f9235ae336e0ab87df5"