Work in Progress OCaml bindings for Harfbuzz
  • OCaml 95.6%
  • Makefile 3.8%
  • Dune 0.4%
  • C 0.2%
Find a file
2022-06-18 12:48:04 +02:00
.github/workflows Initial commit 2021-08-05 17:13:05 +02:00
example Add type and function descriptions 2021-09-12 15:32:24 +02:00
src Add some functions 2022-06-18 12:48:04 +02:00
test Add type and function descriptions 2021-09-12 15:32:24 +02:00
.gitignore Initial commit 2021-08-05 17:13:05 +02:00
.gitmodules Vendor harfbuzz 2021-08-05 17:12:40 +02:00
.ocamlformat Add type and function descriptions 2021-09-12 15:32:24 +02:00
CHANGES.md Initial commit 2021-08-05 17:13:05 +02:00
CONTRIBUTING.md Initial commit 2021-08-05 17:13:05 +02:00
dune Compile harfbuzz 2021-09-04 13:53:16 +02:00
dune-project Compile harfbuzz 2021-09-04 13:53:16 +02:00
harfbuzz.opam Compile harfbuzz 2021-09-04 13:53:16 +02:00
LICENSE Initial commit 2021-08-05 17:13:05 +02:00
Makefile Configure 2021-08-05 17:38:48 +02:00
README.md Add type and function descriptions 2021-09-12 15:32:24 +02:00

OCaml Harfbuzz

Actions Status

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.