MyNixOS website logo
package-set

ocamlPackages.janeStreet

Showing entries 1-100 out of 113.
String representation with cheap concatenation
Library for parsing CPU capabilities out of the cpuid instruction
Tools for working with CSVs on the command line
Additions to js_of_ocaml's standard library that are required by Jane Street libraries
Library for parsing, manipulating, and serializing data structured as JSON
Compile-time configuration for Jane Street libraries
Man-in-the-middle debugging library
Library for N-ary datatypes and operations
Comparison function for strings that sorts numeric fragments of strings according to their numeric…
OCaml compiler libraries repackaged
Files contents as module constants
Library of intrinsics for OCaml
Kernel library of intrinsics for OCaml
OpenAPI 3 to OCaml client generator
Friendly applicative interface for Jsonaf
Minimal library for generating ordinal names of integers
S-expression parsing library
File Diff using the Patience Diff algorithm
Diff library using Bram Cohen's patience diff algorithm
RPC which tracks state on the client and server so it only needs to send diffs across the wire
Binding to the posix *at functions
[@@deriving] plugin to generate accessors for use with the Accessor libraries
Assert-like extension nodes that raise useful errors on failure
Base set of ppx rewriters
Syntax extension for writing in-line benchmarks in ocaml code
Generation of bin_prot readers and writers from types
Generation of comparison functions from types
Part of the Jane Street's PPX rewriters collection
PPX that takes in css strings and produces a module for accessing the unique names defined within
Generate functions to read/write records in csv format
Printf-style format-strings for user-defined string conversion
PPX that exposes the source code string of an expression/module structure
Define a new ppx deriver by naming a runtime module
Generation of diffs and update functions for ocaml types
PPX that allows embedding files directly into executables/libraries as strings or bytes
Generate a list containing all values of a finite type
Cram like framework for OCaml
Generation of accessor and iteration functions for ocaml records
Simpler notation for fixed point literals
PPX rewriter that generates functions to copy local values to the global heap
PPX rewriter that generates hash functions from type expressions and definitions
Ignore Jane Street specific instrumentation extensions
Syntax extension for writing in-line tests in ocaml code
Standard Jane Street ppx rewriters
Code style checker for Jane Street Packages
[@@deriving] plugin to generate Jsonaf conversion functions
Monadic let-bindings
Ppx_sexp_message-like extension nodes for lazily rendering log messages
Ppx rewriter that records top-level module startup times
Optional compilation for OCaml
Pattern matching on flat options
PPX for writing fast incremental bind nodes in a pattern match
PPX rewriter that inlines reverse application operators |> and |!
[@@deriving] plugin to generate Python conversion functions
Spiritual equivalent of let%expect_test, but for property based tests
[@@deriving] plugin to generate S-expression conversion functions
PPX rewriter for easy construction of s-expressions
PPX rewriter that simplifies building s-expressions from ocaml values
Stable types conversions generator
Ppx extension for deriving a witness that a type is intended to be stable
Ppx extension for string interpolation
Ppx to help derive of_string and to_string, primarily for variant types
Let expressions, inferring pattern type from expression
GADT-based field accessors and utilities
Generation of runtime types from type declarations
Generation of accessor and iteration functions for ocaml variant types
Library for use in ppxes for constructing and matching on ASTs corresponding to the augmented pars…
Library providing a signature for simple profunctors and traversal of a record
OCaml bindings for RE2, Google's regular expression library
Re2_stable adds an incomplete but stable serialization of Re2
Library which provides traversal of records with an applicative
Redis client for Async applications
Interface shared by Re_parser and Re2.Parser
S-expression swiss knife
Code for computing the diff of two sexps
Helpers for manipulating [Sexplib
S-expression pretty-printer
Library to use CSS-style selectors to traverse sexp trees
Library for serializing OCaml values to and from S-expressions
Library containing the definition of S-expressions and some base converters
Yet another implementation of fork&exec and related functionality
Process library and s-expression based shell
Spawning sub-processes
Splay tree implementation
PRNG that can be split into independent streams
Standard IO library for OCaml
Library for representing a list temporarily stored in reverse order
Collection of types suitable for incremental serialization
Text output utilities
Provides a let-syntax for continuation-passing style