Skip to content
Merged
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
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 <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"
"dune" {>= "2.0"}
"base-bytes"
"omd" {= "2.0.0~alpha1"}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to be a rather strict constraint. Is that expected? Would it be not worth it to modify a little bit if needed and be compatible with the new alpha2 that has just been released?

Copy link
Copy Markdown
Member Author

@mseri mseri Jun 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, omd 2.0.0 is breaking the internal type representation. The first alpha broke compatibility with omd 1.x and the second alpha breaks compatibility with the first alpha. I will release a version compatible with alpha2 sometimes shortly (out: #18928 #18929)

]
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"
]
}