Skip to content

Commit abe2eea

Browse files
committed
[new release] md2mld (0.4.0)
CHANGES: - use html blockquotes - port to omd 2.0.0~alpha1 -- including cross-linking features (from ocaml-community/omd#215) - trim output - modified argument parsing
1 parent 43694a3 commit abe2eea

File tree

1 file changed

+25
-0
lines changed
  • packages/md2mld/md2mld.0.4.0

1 file changed

+25
-0
lines changed

packages/md2mld/md2mld.0.4.0/opam

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
opam-version: "2.0"
2+
synopsis: "Little cli tool to convert md files into mld files"
3+
maintainer: "Marcello Seri <marcello.seri@gmail.com>"
4+
authors: "Marcello Seri <marcello.seri@gmail.com>"
5+
license: "ISC"
6+
homepage: "https://github.com/mseri/md2mld"
7+
doc: "https://mseri.github.io/md2mld/"
8+
bug-reports: "https://github.com/mseri/md2mld/issues"
9+
depends: [
10+
"ocaml"
11+
"dune" {>= "2.0"}
12+
"base-bytes"
13+
"omd" {= "2.0.0~alpha1"}
14+
]
15+
build: ["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test}]
16+
dev-repo: "git+https://github.com/mseri/md2mld.git"
17+
x-commit-hash: "e736b1d043efdcb207a5835af4f9a14ebec97ce3"
18+
url {
19+
src:
20+
"https://github.com/mseri/md2mld/releases/download/0.4.0/md2mld-0.4.0.tbz"
21+
checksum: [
22+
"sha256=cc8ecb0b3062c43116935a61350255a16e88dcb9b87536b65f7d7c0bd28bdf45"
23+
"sha512=5ff662bceb37ff333460a9d243467aebdcac03fe7ff16e7394316dadbace2777b34f37be34b4feffeeeadfe86aeb8704a021b26f1a63575f5be7a763c7231251"
24+
]
25+
}

0 commit comments

Comments
 (0)