Work in Progress OCaml bindings for Harfbuzz
- OCaml 95.6%
- Makefile 3.8%
- Dune 0.4%
- C 0.2%
| .github/workflows | ||
| example | ||
| src | ||
| test | ||
| .gitignore | ||
| .gitmodules | ||
| .ocamlformat | ||
| CHANGES.md | ||
| CONTRIBUTING.md | ||
| dune | ||
| dune-project | ||
| harfbuzz.opam | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
OCaml Harfbuzz
Harfbuzz bindings for OCaml
Installation
Using Opam
opam install harfbuzz
Using Esy
esy add @opam/harfbuzz
Usage
In OCaml
let () = Ocaml_harfbuzz.greet "World"
Contributing
Take a look at our Contributing Guide.