this repo has no description

[new release] md2mld (0.6)

CHANGES:

- Add support for `-version` option ([mseri/md2mld#10](https://github.com/mseri/md2mld/pull/10) dmbaturin)
- Escape square brackets, braces and `@` characters in text nodes, fixes [mseri/md2mld#4](https://github.com/mseri/md2mld/issues/4) ([mseri/md2mld#9](https://github.com/mseri/md2mld/pull/9) dmbaturin)
- Add support for reading Markdown from the standard input ([mseri/md2mld#8](https://github.com/mseri/md2mld/pull/8) dmbaturin)

Changed files
+27
packages
md2mld
md2mld.0.6
+27
packages/md2mld/md2mld.0.6/opam
···
···
+
opam-version: "2.0"
+
synopsis: "Little cli tool to convert md files into mld files"
+
maintainer: "Marcello Seri <marcello.seri@gmail.com>"
+
authors: "Marcello Seri <marcello.seri@gmail.com>"
+
license: "ISC"
+
homepage: "https://github.com/mseri/md2mld"
+
doc: "https://mseri.github.io/md2mld/"
+
bug-reports: "https://github.com/mseri/md2mld/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "2.0"}
+
"base-bytes"
+
"omd" {>= "2.0.0~alpha2"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test}]
+
]
+
dev-repo: "git+https://github.com/mseri/md2mld.git"
+
url {
+
src: "https://github.com/mseri/md2mld/releases/download/0.6/md2mld-0.6.tbz"
+
checksum: [
+
"sha256=d96fe90397489cf57a57f4fe50b85e2e60dd0214fea3d6e0195973d8db96298e"
+
"sha512=5bb805781e35d2aadf82d54c2cddc71360670b9c481c10dad048575d8624b2d64c29a91da6d7300ce48d1a1755b26fca7c69a045bfebbd694e7555ff46e3cd83"
+
]
+
}
+
x-commit-hash: "21f6f7e00dc1c0670cc2be8fd7294f55d977d66e"