Skip to content

An OCaml binding for reveal.js, a html presentation framework.

License

Notifications You must be signed in to change notification settings

OCamlPro/ocp-reveal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ocp-reveal

OCaml bindings to reveal.js library.

Reveal.js is a framework for easily creating beautiful presentations using HTML.

reveal.js comes with a broad range of features including nested slides, Markdown contents, PDF export, speaker notes and a JavaScript API. It's best viewed in a modern browser but fallbacks are available to make sure your presentation can still be viewed elsewhere.

Dependencies

ocp-reveal depends on dune, omd, js_of_ocaml. You can install them using opam:

opam install dune js_of_ocaml omd

Usage

This will build the library and the exemples.

dune build

After building, you can see the examples with:

xdg-open _build/default/examples/example.html
xdg-open _build/default/examples/example_2.html

You can also see an online demo.

To start your own slides, you can have a look at the examples folder. It's just a matter of creating an HTML file, an OCaml file and compiling.

About

An OCaml binding for reveal.js, a html presentation framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages