hirrolot's Stars
giscus/giscus
A comment system powered by GitHub Discussions. :octocat: :speech_balloon: :gem:
ocaml/ocaml
The core OCaml system: compilers, runtime system, base libraries
janestreet/magic-trace
magic-trace collects and displays high-resolution traces of what a process is doing
plasma-umass/coz
Coz: Causal Profiling
comby-tools/comby
A code rewrite tool for structural search and replace that supports ~every language.
MinaProtocol/mina
Mina is a cryptocurrency protocol with a constant size blockchain, improving scaling while maintaining decentralization and security.
pygments/pygments
Pygments is a generic syntax highlighter written in Python
mirage/irmin
Irmin is a distributed database that follows the same design principles as Git
ocaml/dune
A composable build system for OCaml.
janestreet/core
Jane Street Capital's standard library overlay
rgrinberg/opium
Sinatra like web toolkit for OCaml
flux-rs/flux
Refinement Types for Rust
AndrasKovacs/elaboration-zoo
Minimal implementations for dependent type checking and elaboration
AndrasKovacs/smalltt
Demo for high-performance type theory elaboration
c-cube/ocaml-containers
A lightweight, modular standard library extension, string library, and interfaces to various libraries (unix, threads, etc.) BSD license.
ocaml-ppx/ppx_deriving
Type-driven code generation for OCaml
mirage/alcotest
A lightweight and colourful test framework
ocsigen/eliom
Multi-tier framework for programming web and mobile applications in OCaml.
aantron/bisect_ppx
Code coverage for OCaml and ReScript
dbuenzli/cmdliner
Declarative definition of command line interfaces for OCaml
xvw/preface
Preface is an opinionated library designed to facilitate the handling of recurring functional programming idioms in OCaml.
ocaml-flambda/flambda-backend
The Flambda backend project for OCaml
janestreet/ppx_let
Monadic let-bindings
japiirainen/fp
A small, weird and unpractical programming language.
gildor478/ounit
janestreet/ppx_fields_conv
Generation of accessor and iteration functions for ocaml records
andreypopp/type-systems
Playing with type systems
hirrolot/untyped-nbe
Untyped lambda calculus via Normalization by Evaluation (NbE) in Haskell
nguermond/normalization-by-evaluation
Various implementations of normalization by evaluation.
olliefr/ounit-simple-test
A (borrowed) example of unit testing OCaml code with OUnit. A reminder for myself.