Skip to content

Commit

Permalink
[new release] md2mld (0.4.0)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mseri committed Jun 25, 2021
1 parent 43694a3 commit abe2eea
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions packages/md2mld/md2mld.0.4.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
opam-version: "2.0"
synopsis: "Little cli tool to convert md files into mld files"
maintainer: "Marcello Seri <[email protected]>"
authors: "Marcello Seri <[email protected]>"
license: "ISC"
homepage: "https://github.com/mseri/md2mld"
doc: "https://mseri.github.io/md2mld/"
bug-reports: "https://github.com/mseri/md2mld/issues"
depends: [
"ocaml"
"dune" {>= "2.0"}
"base-bytes"
"omd" {= "2.0.0~alpha1"}
]
build: ["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test}]
dev-repo: "git+https://github.com/mseri/md2mld.git"
x-commit-hash: "e736b1d043efdcb207a5835af4f9a14ebec97ce3"
url {
src:
"https://github.com/mseri/md2mld/releases/download/0.4.0/md2mld-0.4.0.tbz"
checksum: [
"sha256=cc8ecb0b3062c43116935a61350255a16e88dcb9b87536b65f7d7c0bd28bdf45"
"sha512=5ff662bceb37ff333460a9d243467aebdcac03fe7ff16e7394316dadbace2777b34f37be34b4feffeeeadfe86aeb8704a021b26f1a63575f5be7a763c7231251"
]
}

0 comments on commit abe2eea

Please sign in to comment.