Skip to content

jsdf/reason-api-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reason-api-docs

Converts OCaml API docs to Reason

git clone https://github.com/jsdf/reason-api-docs.git
cd reason-api-docs/

# make ocaml docs
git clone https://github.com/ocaml/ocaml.git
cd ocaml/

git checkout 4.02.3
./configure
make clean
make world
make html_doc
cd ..

# convert docs to reason

yarn install
./build.sh # this will take a minute

# converted html is now in `output/`

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published