package forester
A tool for tending mathematical forests
Install
Dune Dependency
Authors
Maintainers
Sources
4.1.0.tar.gz
md5=576a2fe0666a6bd9fbbf9a567c0aee79
sha512=af7666a0bcd8fb20497a8c0a0bc01cb57db0bde07d68952e40d37464efe81c3a3c8207a5e5dc88264a5f67b5815874e88f3aa31972dd5f0413d44f97e11b758e
README.md.html
README.md
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
.
Using nix (Optional)
Forester can also be used with nix
. To run forester
, use nix run sourcehut:~jonsterling/ocaml-forester
. If you are working with a Nix flake-based project and want to include Forester as a build input, you can add it to your flake.nix
:
{
inputs = {
forester.url = "sourcehut:~jonsterling/ocaml-forester";
forester.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = inputs@{ self, forester, nixpkgs }:
let
system = "x86_64-linux"; # make sure to change this to your use case!
pkgs = import nixpkgs { inherit system inputs; };
in
{
devShells.${system}.default = pkgs.mkShell {
buildInputs = [ forester.packages.${system}.default ];
};
};
}
Example Use
Please see my Forest for an example of using forester, or clone your own template forest.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>