Skip to content

david-maison/generic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Generic Programming Library for OCaml

Documentation

Usage

Build & Install

make
make install

Uninstall

make uninstall

Compile & Link with this library

Without PPX syntax extensions

ocamlc -c $(ocamlfind query -i-format generic) a.ml
ocamlc -o a.byte $(ocamlfind query -a-format -predicates byte generic) a.cmo

With reify or import

ocamlc -c \
  $(ocamlfind query -i-format generic) \
  -ppx $(ocamlfind query generic)/reify \
  -ppx $(ocamlfind query generic)/import \
   a.ml

About

Generic Programming Library for OCaml

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 93.9%
  • CSS 2.9%
  • Makefile 2.4%
  • Other 0.8%