package forester
Install
Dune Dependency
Authors
Maintainers
Sources
md5=24f4aed96a8b8af33aba13fba66f1b37
sha512=d36b896aca11858bb4a00fc704c16cc27a1f197bdb3e479d6132fd70f70d67d7158096285cb0b6fb00db14417f0f822cc27fe65d82f0971e42378fd8271ce573
doc/README.html
This is the source repository for the forester tool, which is implemented in the OCaml programming language. Please see this page for more information.
System Requirements
You need to have OCaml 5 and opam installed.
Installation
You can install forester by running opam install forester
. See README.nix.md for instructions for using Forester with nix
.
Contributing
Please mail patches by email to ~jonsterling/forester-devel@lists.sr.ht. General discussion can be mailed to ~jonsterling/forester-discuss@lists.sr.ht.
When you prepare patches, please try to match the surrounding coding style to the best of your ability (and do not use ocamlformat
); patches will not be rejected on grounds of poor formatting but they may be reformatted before being applied. If you install Topiary, you can format the entire project using ./format.sh
.
Example Use
Please see my Forest for an example of using forester, or create your own forest using forester init
.