yallop / ocaml-ctypes-inverted-stubs-exampleLinks
Example showing how to turn OCaml code (here Xmlm) into a C library.
☆45Updated 4 years ago
Alternatives and similar repositories for ocaml-ctypes-inverted-stubs-example
Users that are interested in ocaml-ctypes-inverted-stubs-example are comparing it to the libraries listed below
Sorting:
- Yet another type combinator library☆54Updated 3 years ago
- A simple state-machine framework for OCaml based on QCheck☆66Updated 3 years ago
- OCaml with typed algebraic effects☆50Updated 6 years ago
- Selective Applicative Functors in OCaml: Declare Your Effects Statically, Select Which to Execute Dynamically☆46Updated 6 years ago
- OCaml with macros☆58Updated last month
- OCaml BitTorrent library and client☆40Updated 2 years ago
- Various signed and unsigned integer types for OCaml☆66Updated 7 months ago
- Algorithms to layout trees in a pretty manner.☆36Updated 3 years ago
- Trivial Metaprogramming tool using the OCaml toplevel☆55Updated 3 years ago
- Declarative events and signals for OCaml☆50Updated last year
- OPAM repo for OCaml multicore development☆51Updated 3 years ago
- OCaml Programming Patterns - random tricks, "design patterns", etc.☆52Updated 5 months ago
- Strongly typed multidimensional array library for OCaml☆53Updated 5 months ago
- Parallelize _anything_ //☆54Updated last year
- Choice operator in OCaml, providing a backtracking monad☆26Updated 3 years ago
- Adaptive Radix Tree in OCaml☆51Updated 11 months ago
- Notes and findings from our OCaml benchmarking adventures☆49Updated 2 years ago
- Monad-based linear types in OCaml, with a few syntax extensions☆37Updated 5 years ago
- Simple, efficient iterators for OCaml☆59Updated 2 years ago
- Wiki for ocaml compiler internals☆46Updated 11 years ago
- Misc algorithms in OCaml (HyperLogLog, jump consistent hashing)☆68Updated last year
- Private extraction of astrada's lens library☆57Updated 4 years ago
- Functional Priority Search Queues for OCaml☆53Updated last year
- Self-contained OCaml bindings to linenoise, easy high level readline functionality in OCaml☆55Updated 11 months ago
- Matching Regular Expressions with OCaml Patterns☆55Updated 2 years ago
- A PPX syntax extension for the OCaml programming language. Adds a compile-time "if" statement.☆21Updated 4 years ago
- Ocaml binding generator for vulkan☆40Updated 2 years ago
- Ropes ("heavyweight strings") for OCaml☆49Updated 11 months ago
- A dumb OCaml logger☆37Updated last year
- A simple monadic parser combinator library for OCaml