Trivial Metaprogramming tool using the OCaml toplevel
Cinaps is a trivial Metaprogramming tool for OCaml using the OCaml toplevel. It is intended for two purposes: - when you want to include a bit of generated code in a file, but writing a proper generator/ppx rewriter is not worth it; - when you have many repeated blocks of similar code in your program, to help writing and maintaining them. It is not intended as a general preprocessor, and in particular can only be used to generate static code that is independent of the system.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.15.1-21.fc41 | - |
Fedora 41 | 0.15.1-21.fc41 | - |
Fedora 40 | 0.15.1-18.fc40 | - |
Fedora 39 | 0.15.1-13.fc39 | - |
You can contact the maintainers of this package via email at
ocaml-cinaps dash maintainers at fedoraproject dot org
.