c-cube / cconvLinks
[dead] combinators for type conversion (serialization/deserialization) to/from several formats. See this blog post (outdated): http://cedeela.fr/universal-serialization-and-deserialization.html
☆27Updated 6 years ago
Alternatives and similar repositories for cconv
Users that are interested in cconv are comparing it to the libraries listed below
Sorting:
- Asynchronous effect based IO☆32Updated 4 years ago
- Pure OCaml implementation of the "vchan" shared-memory communication protocol☆45Updated 6 months ago
- Yet another type combinator library☆54Updated 3 years ago
- Library to provide Erlang style distributed computations. This library is inspired by Cloud Haskell.☆58Updated 5 years ago
- The core parallel and shared memory library used by Hack, Flow, and Pyre☆41Updated 4 years ago
- Monad-based linear types in OCaml, with a few syntax extensions☆37Updated 5 years ago
- CRDTs - Conflict-Free Replicated Data Types for OCaml☆48Updated 9 years ago
- The core OCaml system: compilers, runtime system, base libraries☆21Updated this week
- Embed typed ASN.1 grammars in OCaml☆36Updated 9 months ago
- Runtime types for OCaml (beta version)☆25Updated 3 weeks ago
- OCaml API search engine☆25Updated 8 years ago
- Extension to OCaml for deriving functions from type declarations.☆26Updated 4 years ago
- Repository containing slides and examples from the 2020 OCaml Workshop talk on "Parallelising your OCaml code with Multicore OCaml"☆29Updated 2 years ago
- Ropes ("heavyweight strings") for OCaml☆48Updated last year
- OCaml with macros☆58Updated 3 months ago
- Algorithms to layout trees in a pretty manner.☆36Updated 3 years ago
- Declarative events and signals for OCaml☆50Updated last year
- OCaml with typed algebraic effects☆50Updated 6 years ago
- Printf-style format-strings for user-defined string conversion☆22Updated last month
- Functional Priority Search Queues for OCaml☆53Updated last year
- An MVC library for writing interactive webpages in OCaml☆35Updated 10 years ago
- Protocol Buffers, JSON, XML data serialization system for OCaml☆40Updated 3 years ago
- Constant time equal function to avoid timing attacks in OCaml☆51Updated last year
- Simple, efficient iterators for OCaml☆59Updated 2 years ago
- OCaml asynchronous scheduler and monad for server-oriented programming.☆16Updated 5 months ago
- OCaml Bitstring - bitstring matching for OCaml☆66Updated last month
- Selective Applicative Functors in OCaml: Declare Your Effects Statically, Select Which to Execute Dynamically