| 
 | 1 | +opam-version: "2.0"  | 
 | 2 | +synopsis: "CommonMark parser and renderer for OCaml"  | 
 | 3 | +description: """\  | 
 | 4 | +Cmarkit parses the [CommonMark specification]. It provides:  | 
 | 5 | + | 
 | 6 | +- A CommonMark parser for UTF-8 encoded documents. Link label resolution  | 
 | 7 | +  can be customized and a non-strict parsing mode can be activated to add:   | 
 | 8 | +  strikethrough, LaTeX math, footnotes, task items and tables.  | 
 | 9 | +    | 
 | 10 | +- An extensible abstract syntax tree for CommonMark documents with  | 
 | 11 | +  source location tracking and best-effort source layout preservation.  | 
 | 12 | + | 
 | 13 | +- Abstract syntax tree mapper and folder abstractions for quick and  | 
 | 14 | +  concise tree transformations.  | 
 | 15 | +    | 
 | 16 | +- Extensible renderers for HTML, LaTeX and CommonMark with source  | 
 | 17 | +  layout preservation.  | 
 | 18 | + | 
 | 19 | +Cmarkit is distributed under the ISC license. It has no dependencies.  | 
 | 20 | + | 
 | 21 | +[CommonMark specification]: https://spec.commonmark.org/  | 
 | 22 | + | 
 | 23 | +Homepage: <https://erratique.ch/software/cmarkit>"""  | 
 | 24 | +maintainer: "Daniel Bünzli <daniel.buenzl  [email protected]>"  | 
 | 25 | +authors: "The cmarkit programmers"  | 
 | 26 | +license: "ISC"  | 
 | 27 | +tags: ["codec" "commonmark" "markdown" "org:erratique"]  | 
 | 28 | +homepage: "https://github.com/dune-universe/cmarkit"  | 
 | 29 | +bug-reports: "https://github.com/dbuenzli/cmarkit/issues"  | 
 | 30 | +depends: [  | 
 | 31 | +  "ocaml" {>= "4.14.0"}  | 
 | 32 | +  "dune"  | 
 | 33 | +]  | 
 | 34 | +depopts: ["cmdliner"]  | 
 | 35 | +conflicts: [  | 
 | 36 | +  "cmdliner" {< "2.0.0"}  | 
 | 37 | +]  | 
 | 38 | +build: [ "dune" "build" "-p" name "-j" jobs ]  | 
 | 39 | +dev-repo: "git+https://github.com/dune-universe/cmarkit.git"  | 
 | 40 | +x-maintenance-intent: ["(latest)"]  | 
 | 41 | +url {  | 
 | 42 | +  src:  | 
 | 43 | +    "https://github.com/dune-universe/cmarkit/releases/download/v0.4.0%2Bdune/cmarkit-0.4.0.dune.tbz"  | 
 | 44 | +  checksum: [  | 
 | 45 | +    "sha256=b085c28336e9483689d3846241547646a263fb9d3907f4ebeb262aaa11783ee2"  | 
 | 46 | +    "sha512=162b18312c5e7fac057bec0d7181657a1ad8d40ac6e7ca86f089e72f7e6470774db6a83e78f74b2f4d77465e8918fb76c9d0f28dc0721a0274e7b3df5078c02f"  | 
 | 47 | +  ]  | 
 | 48 | +}  | 
 | 49 | +x-commit-hash: "a1411015d5fb39f0b7fa434f958e03bed6051882"  | 
0 commit comments