Skip to content

jyc/ocaml-cmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ocaml-cmark

ocaml-cmark is an OCaml interface for the cmark CommonMark parsing and rendering library.

Before installing this, you must install cmark.

What's Implemented

All the parsing and rendering functions should be implemented.

The interface is pretty simple. Check out src/cmark.mli.

Functions for examining, modifying, and iterating over node data are not yet implemented.

They shouldn't be hard to do, just tedious.

Installing

To build, you will need to install car, a collection of ocamlbuild aliases.

Then you can install via OPAM with:

opam pin add cmark .

Alternatively you can install using car:

car lib

About

OCaml bindings for the cmark CommonMark library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published