15 abstract_algebra = janePackage {
16 pname = "abstract_algebra";
17 hash = "sha256-W2rSSbppNkulCgGeTiovzP5zInPWIVfflDxWkGpEOFA=";
18 meta.description = "A small library describing abstract algebra concepts";
19 propagatedBuildInputs = [
25 accessor = janePackage {
27 hash = "sha256-1inoFwDDhnfhW+W3aAkcFNUkf5Umy8BDGDEbMty+Fts=";
28 meta.description = "A library that makes it nicer to work with nested functional data structures";
29 propagatedBuildInputs = [ higher_kinded ];
32 accessor_async = janePackage {
33 pname = "accessor_async";
34 hash = "sha256-EYyxZur+yshYaX1EJbWc/bCaAa9PDKiuK87fIeqhspo=";
35 meta.description = "Accessors for Async types, for use with the Accessor library";
36 propagatedBuildInputs = [
42 accessor_base = janePackage {
43 pname = "accessor_base";
44 hash = "sha256-6LJ8dKPAuaxWinArkPl4OE0eYPqvM7+Ao6jff8jhjXc=";
45 meta.description = "Accessors for Base types, for use with the Accessor library";
46 propagatedBuildInputs = [ ppx_accessor ];
49 accessor_core = janePackage {
50 pname = "accessor_core";
51 hash = "sha256-ku83ZfLtVI8FvQhrKcnJmhmoNlYcVMKx1tor5N8Nq7M=";
52 meta.description = "Accessors for Core types, for use with the Accessor library";
53 propagatedBuildInputs = [
61 hash = "sha256-CwRPH5tFZHJqptdmNwdZvKvSJ1Qr21gV1jaxsa/vFBU=";
62 meta.description = "Monadic concurrency library";
63 propagatedBuildInputs = [
69 doCheck = false; # we don't have netkit_sockets
72 async_durable = janePackage {
73 pname = "async_durable";
74 hash = "sha256-CAU54j3K47p4hQqAtHJYuAQ0IvZPMQZKFp5J7G+xtjM=";
75 meta.description = "Durable connections for use with async";
76 propagatedBuildInputs = [
85 async_extra = janePackage {
86 pname = "async_extra";
87 hash = "sha256-rZUROyYrvtgnI+leTMXuGcw71MfVhqdkfp9EIhAFUnM=";
88 meta.description = "Monadic concurrency library";
89 propagatedBuildInputs = [ async_kernel ];
92 async_find = janePackage {
94 hash = "sha256-byvLJvhq7606gKP1kjLRYe3eonkAG3Vz6wQcsjJOiOE=";
95 meta.description = "Directory traversal with Async";
96 propagatedBuildInputs = [ async ];
99 async_inotify = janePackage {
100 pname = "async_inotify";
101 hash = "sha256-608G8OKQxqrQdYc1Cfrd8g8WLX6QwSeMUz8ORuSbmA8=";
102 meta.description = "Async wrapper for inotify";
103 propagatedBuildInputs = [
109 async_interactive = janePackage {
110 pname = "async_interactive";
111 hash = "sha256-hC7mLDLtvIEMKLMeDOC5ADiAGJlJqYF35RDI+porsKA=";
112 meta.description = "Utilities for building simple command-line based user interfaces";
113 propagatedBuildInputs = [ async ];
116 async_js = janePackage {
118 hash = "sha256-4t7dJ04lTQ0b6clf8AvtyC8ip43vIcEBXgHJLiRbuGM=";
119 meta.description = "A small library that provide Async support for JavaScript platforms";
120 buildInputs = [ js_of_ocaml-ppx ];
121 propagatedBuildInputs = [
128 async_kernel = janePackage {
129 pname = "async_kernel";
130 hash = "sha256-fEbo7EeOJHnBqTYvC/o2a2x69XPnANbe15v/yv29l/4=";
131 meta.description = "Monadic concurrency library";
132 propagatedBuildInputs = [ core_kernel ];
135 async_log = janePackage {
137 hash = "sha256-XeWC3oC0n4or3EDLrNLWXMWhyhH6kcah0Mdb56rZ5lA=";
138 meta.description = "Logging library built on top of Async_unix";
139 propagatedBuildInputs = [
149 async_rpc_kernel = janePackage {
150 pname = "async_rpc_kernel";
151 hash = "sha256-zSqmRgybvWhS9XiNIqgxUjQU8xc9aXM69ZaBq4+r+HA=";
152 meta.description = "Platform-independent core of Async RPC library";
153 propagatedBuildInputs = [
155 protocol_version_header
159 async_rpc_websocket = janePackage {
160 pname = "async_rpc_websocket";
161 hash = "sha256-pbgG872Av6rX/CH2sOKgTVR42XpP0xhzdR/Bqoq7bSU=";
162 meta.description = "Library to serve and dispatch Async RPCs over websockets";
163 propagatedBuildInputs = [
166 cohttp_async_websocket
170 async_sendfile = janePackage {
171 pname = "async_sendfile";
172 hash = "sha256-x2chts7U9hoGW6uvyfpHMkSwCx1JXhHX601Xg92Wk3U=";
173 meta.description = "Thin wrapper around [Linux_ext.sendfile] to send full files";
174 propagatedBuildInputs = [ async_unix ];
177 async_shell = janePackage {
178 pname = "async_shell";
179 hash = "sha256-/wqfuKiQQufs/KhNtBn8C9AzX7GbP8s8cyWGynJ0m1M=";
180 meta.description = "Shell helpers for Async";
181 propagatedBuildInputs = [
187 async_smtp = janePackage {
188 pname = "async_smtp";
189 hash = "sha256-RWtbg6Vpp71ock8Duya5j9Y89OUY4wRXh0pDOxM1NT4=";
190 meta.description = "SMTP client and server";
191 propagatedBuildInputs = [
204 async_ssl = janePackage {
206 hash = "sha256-7obEoeckwydi2wHBkBmX0LynY1QVCb3sQ/U945eteJo=";
207 meta.description = "Async wrappers for SSL";
208 buildInputs = [ dune-configurator ];
209 propagatedBuildInputs = [
215 patches = fetchpatch {
216 url = "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/async_ssl/no-incompatible-pointer-types-017.patch";
217 hash = "sha256-bpfIi97/b1hIwsFzsmhFAZV1w8CdaMxXoi72ScSYMjY=";
221 async_unix = janePackage {
222 pname = "async_unix";
223 hash = "sha256-fA1e5AnNe/tMTMZ60jtGUofRi4rh+MmVx81kfhfaBaQ=";
224 meta.description = "Monadic concurrency library";
225 propagatedBuildInputs = [
232 async_websocket = janePackage {
233 pname = "async_websocket";
234 hash = "sha256-22N+QO9hpkKHv3n9WkvtmJouxb/nuauv1UXdVV0zOGA=";
235 meta.description = "A library that implements the websocket protocol on top of Async";
236 propagatedBuildInputs = [
242 babel = janePackage {
244 hash = "sha256-mRSlLXtaGj8DcdDZGUZbi16qQxtfb+fXkwxz6AXxN3o=";
245 meta.description = "A library for defining Rpcs that can evolve over time without breaking backward compatibility";
246 propagatedBuildInputs = [
258 hash = "sha256-5wqBpOHhiIy9JUuxb3OnpZHrHSM7VODuLSihaIyeFn0=";
259 meta.description = "Full standard library replacement for OCaml";
260 buildInputs = [ dune-configurator ];
261 propagatedBuildInputs = [
263 ocaml_intrinsics_kernel
265 checkInputs = [ alcotest ];
268 base_bigstring = janePackage {
269 pname = "base_bigstring";
270 hash = "sha256-tGDtkVOU10GzNsJ4wZtbqyIMjY5lHM4+rA3+w34TYOE=";
271 meta.description = "String type based on [Bigarray], for use in I/O and C-bindings";
272 propagatedBuildInputs = [
278 base_trie = janePackage {
280 hash = "sha256-KuVDLJiEIjbvLCNI51iFLlsMli+hspWMyhrMk5pSL58=";
281 meta.description = "Trie data structure library";
282 propagatedBuildInputs = [
285 expect_test_helpers_core
290 base_quickcheck = janePackage {
291 pname = "base_quickcheck";
292 hash = "sha256-jDxO+/9Qnntt6ZNX1xvaWvoJ0JpnPqeq8X8nsYpeqsY=";
293 meta.description = "Randomized testing framework, designed for compatibility with Base";
294 propagatedBuildInputs = [
303 bidirectional_map = janePackage {
304 pname = "bidirectional_map";
305 hash = "sha256-LnslyNdgQpa9DOAkwb0qq9/NdRvKNocUTIP+Dni6oYc=";
306 meta.description = "A library for bidirectional maps and multimaps";
309 bignum = janePackage {
311 hash = "sha256-QhVEZ97n/YUBBXYCshDa5UnZpv0BKK6xRN1kXabY3Es=";
312 propagatedBuildInputs = [
317 meta.description = "Core-flavoured wrapper around zarith's arbitrary-precision rationals";
320 bin_prot = janePackage {
322 hash = "sha256-5QeK8Cdu+YjNE/MLiQps6SSf5bRJ/eYZYsJH7oYSarg=";
323 meta.description = "A binary protocol generator";
324 propagatedBuildInputs = [
333 patchShebangs xen/cflags.sh
337 bonsai = janePackage {
339 hash = "sha256-rr87o/w/a6NtCrDIIYmk2a5IZ1WJM/qJUeDqTLN1Gr4=";
340 meta.description = "A library for building dynamic webapps, using Js_of_ocaml";
341 buildInputs = [ ppx_pattern_bind ];
342 nativeBuildInputs = [
347 propagatedBuildInputs = [
368 versioned_polling_state_rpc
372 capitalization = janePackage {
373 pname = "capitalization";
374 hash = "sha256-wq8SO+SXF+UQhSu+ElVYv9erZ8S54G3SzJd0HX/Vwyk=";
375 meta.description = "Naming conventions for multiple-word identifiers";
376 propagatedBuildInputs = [
382 cinaps = janePackage {
385 hash = "sha256-LycruanldSP251uYJjQqIfI76W0UQ6o5i5u8XjszBT0=";
386 meta.description = "Trivial metaprogramming tool";
387 minimalOCamlVersion = "4.04";
388 propagatedBuildInputs = [ re ];
389 # doCheck fails because ppx_base doesn't include ppx_js_style, and this is
390 # needed for the ppx executable to parse `-allow-toplevel-expression` flag.
394 codicons = janePackage {
396 hash = "sha256-S4VrMObA5+SNeL/XsWU6SoSD/0TVvuqHjthUaQCDoRU=";
397 meta.description = "Icons from VS code";
398 propagatedBuildInputs = [
405 cohttp_async_websocket = janePackage {
406 pname = "cohttp_async_websocket";
407 hash = "sha256-0InGCF34LWQes9S4OgbR6w+6cylThYuj1Dj0aQyTnuY=";
408 meta.description = "Websocket library for use with cohttp and async";
409 propagatedBuildInputs = [
418 cohttp_static_handler = janePackage {
419 pname = "cohttp_static_handler";
420 hash = "sha256-RB/sUq1tL8A3m9YhHHx2LFqoExTX187VeZI9MRb1NeA=";
421 meta.description = "A library for easily creating a cohttp handler for static files";
422 propagatedBuildInputs = [ cohttp-async ];
425 content_security_policy = janePackage {
426 pname = "content_security_policy";
427 hash = "sha256-AQN2JJA+5B0PERNNOA9FXX6rIeej40bwJtQmHP6GKw4=";
428 meta.description = "A library for building content-security policies";
429 propagatedBuildInputs = [
440 hash = "sha256-XkABcvglVJLVnWJmvfr5eVywyclPSDqanVOLQNqdNtQ=";
441 meta.description = "Industrial strength alternative to OCaml's standard library";
442 buildInputs = [ jst-config ];
443 propagatedBuildInputs = [
453 core_bench = janePackage {
454 pname = "core_bench";
455 hash = "sha256-oXE3FuCCIbX2M0r4Ds2BMUU6g1bqe9E87lDo2CcMtMU=";
456 meta.description = "Benchmarking library";
457 propagatedBuildInputs = [
464 core_extended = janePackage {
465 pname = "core_extended";
466 hash = "sha256-Xl6czD1gdnvHkXDz+qa7TWZq6dm8wlDqywxEIi2R6bI=";
467 meta.description = "Extra components that are not as closely vetted or as stable as Core";
468 propagatedBuildInputs = [
474 core_kernel = janePackage {
475 pname = "core_kernel";
476 hash = "sha256-l7U0edUCNHTroYMBHiEMDx5sl7opEmmmeo2Z06tCMts=";
477 meta.description = "System-independent part of Core";
478 buildInputs = [ jst-config ];
479 propagatedBuildInputs = [
486 doCheck = false; # we don't have quickcheck_deprecated
489 core_unix = janePackage {
491 hash = "sha256-eqBMiEJ5xUrgFJTMZoEDxqkhedQxxbbf0DedZKHprww=";
492 meta.description = "Unix-specific portions of Core";
493 buildInputs = [ jst-config ];
494 propagatedBuildInputs = [
496 expect_test_helpers_core
503 patchShebangs unix_pseudo_terminal/src/discover.sh
505 doCheck = false; # command_validate_parsing.exe is not specified in test build deps
507 # Compatibility with OCaml 5.3
508 patches = lib.optional (lib.versionAtLeast ocaml.version "5.3") (fetchpatch {
509 url = "https://github.com/janestreet/core_unix/commit/ebce389ac68e098f542e34400e114ac992f415af.patch";
510 includes = [ "bigstring_unix/src/bigstring_unix_stubs.c" ];
511 hash = "sha256-FGg2zlyp3aZFu1VeFdm7pgSPiW0HAkLYgMGTj+tqju8=";
515 csvfields = janePackage {
517 hash = "sha256-hCH2NGQIRTU5U3TUOYHao6Kz5PhnLbySmzic4ytppEc=";
518 propagatedBuildInputs = [
522 meta.description = "Runtime support for ppx_xml_conv and ppx_csv_conv";
525 dedent = janePackage {
527 hash = "sha256-Scir/gaIhmNowXZ0tv57M/Iv1GXQIkyDks1sU1DAoIQ=";
528 propagatedBuildInputs = [
533 meta.description = "A library for improving redability of multi-line string constants in code";
536 delimited_parsing = janePackage {
537 pname = "delimited_parsing";
538 hash = "sha256-bgt99kQvaU7FPK1+K1UOAUbSaaaCB1DV23Cuo3A68M0=";
539 propagatedBuildInputs = [
543 meta.description = "Parsing of character (e.g., comma) separated and fixed-width values";
546 legacy_diffable = janePackage {
547 pname = "legacy_diffable";
548 hash = "sha256-wUSG04bHCnwqXpWKgkceAORs1inxexiPKZIR9fEVmCo=";
549 propagatedBuildInputs = [
555 meta.description = "An interface for diffs";
558 ecaml = janePackage {
560 hash = "sha256-CEroXMEIAfvXD603bnIVwzcrE3KbVaOOhGZastkQcdU=";
561 meta.description = "Library for writing Emacs plugin in OCaml";
562 propagatedBuildInputs = [
564 expect_test_helpers_core
568 email_message = janePackage {
569 pname = "email_message";
570 hash = "sha256-1OJ6bQb/rdyfAgMyuKT/ylpa8qBldZV5kEm0B45Ej1w=";
571 meta.description = "E-mail message parser";
572 propagatedBuildInputs = [
582 env_config = janePackage {
583 pname = "env_config";
584 hash = "sha256-vG309p7xqanTnrnHBwvuCO3YD4tVbTNa7F1F9sZDZE0=";
585 meta.description = "Helper library for retrieving configuration from an environment variable";
586 propagatedBuildInputs = [
594 expect_test_helpers_async = janePackage {
595 pname = "expect_test_helpers_async";
596 hash = "sha256-oInNgNISqOrmQUXVxzjDy+mS06yPEeFPGIvaKnCETjk=";
597 meta.description = "Async helpers for writing expectation tests";
598 propagatedBuildInputs = [
600 expect_test_helpers_core
604 expect_test_helpers_core = janePackage {
605 pname = "expect_test_helpers_core";
606 hash = "sha256-vnlDZ8k3JFCdN6WGiaG9OEEdQJnw0/eMogFCfTXIu2Y=";
607 meta.description = "Helpers for writing expectation tests";
608 propagatedBuildInputs = [
614 fieldslib = janePackage {
616 hash = "sha256-Zfnc32SghjZYTlnSdo6JPm4WCb7BPVjrWNDfeMZHaiU=";
617 meta.description = "Syntax extension to define first class values representing record fields, to get and set record fields, iterate and fold over all fields of a record and create new record values";
618 propagatedBuildInputs = [ base ];
621 file_path = janePackage {
623 hash = "sha256-XSLfYasn6qMZmDzAUGssOM9EX09n2W9/imTgNoSBEyk=";
624 meta.description = "A library for typed manipulation of UNIX-style file paths";
625 propagatedBuildInputs = [
630 expect_test_helpers_async
631 expect_test_helpers_core
636 fuzzy_match = janePackage {
637 pname = "fuzzy_match";
638 hash = "sha256-XB1U4mY0LcdsKYRnmV0SR4ODTIZynZetBk5X5SdHs44=";
639 meta.description = "A library for fuzzy string matching";
640 propagatedBuildInputs = [
648 hash = "sha256-yHdvC3cB5sVXsZQbtNzUZkaaqOe/7y8pDHgLwugAlQg=";
649 meta.description = "A library for running the fzf command line tool";
650 propagatedBuildInputs = [
656 substituteInPlace src/fzf.ml --replace /usr/bin/fzf ${fzf}/bin/fzf
662 hash = "sha256-zGDlxbJINXD1qG7EifZGDfKbQpehdHyR/WLRJRYlwUg=";
663 meta.description = "A library to mark non-record fields global";
664 propagatedBuildInputs = [
670 hex_encode = janePackage {
671 pname = "hex_encode";
672 hash = "sha256-5DqaCJllphdEreOpzAjT61qb3M6aN9b2xhiUjHVLrvE=";
673 meta.description = "Hexadecimal encoding library";
674 propagatedBuildInputs = [
681 higher_kinded = janePackage {
682 pname = "higher_kinded";
683 hash = "sha256-6aZxgGzltRs2aS4MYJh23Gpoqcko6xJxU11T6KixXno=";
684 meta.description = "A library with an encoding of higher kinded types in OCaml";
685 propagatedBuildInputs = [
691 incr_dom = janePackage {
693 hash = "sha256-dkF7+aq5Idw1ltDgGEjGYspdmOXjXqv8AA27b4M7U8A=";
694 meta.description = "A library for building dynamic webapps, using Js_of_ocaml";
695 buildInputs = [ js_of_ocaml-ppx ];
696 propagatedBuildInputs = [
704 incr_map = janePackage {
706 hash = "sha256-qNahlxe3Pe1EEcFz1bAKUw3vBaNjgDlahQeuj/+VqbI=";
707 meta.description = "Helpers for incremental operations on map like data structures";
708 buildInputs = [ ppx_pattern_bind ];
709 propagatedBuildInputs = [
718 incr_select = janePackage {
719 pname = "incr_select";
720 hash = "sha256-/VCNiE8Y7LBL0OHd5V+tB/b3HGKhfSvreU6LZgurYAg=";
721 meta.description = "Handling of large set of incremental outputs from a single input";
722 propagatedBuildInputs = [ incremental ];
725 incremental = janePackage {
726 pname = "incremental";
727 hash = "sha256-siBN36Vv0Bktyxh+8tL6XkUGLqSYMxqvd0UWuTRgAnI=";
728 meta.description = "Library for incremental computations";
729 propagatedBuildInputs = [
735 indentation_buffer = janePackage {
736 pname = "indentation_buffer";
737 hash = "sha256-/IUZyRkcxUsddzGGIoaLpXbpCxJ1satK79GkzPxSPSc=";
738 meta.description = "A library for building strings with indentation";
739 propagatedBuildInputs = [
745 int_repr = janePackage {
747 hash = "sha256-yeaAzw95zB1wow9Alg18CU+eemZVxjdLiO/wVRitDwE=";
748 meta.description = "Integers of various widths";
749 propagatedBuildInputs = [
755 janestreet_cpuid = janePackage {
756 pname = "janestreet_cpuid";
757 hash = "sha256-3ZwEZQSkJJyFW5/+C9x8nW6+GrfVwccNFPlcs7qNcjQ=";
758 meta.description = "A library for parsing CPU capabilities out of the `cpuid` instruction";
759 propagatedBuildInputs = [
766 janestreet_csv = janePackage {
767 pname = "janestreet_csv";
768 hash = "sha256-at7ywGDaYIDsqhxxLYJhB8a697ccfPtKKI8LvCmRgG8=";
769 propagatedBuildInputs = [
784 meta.description = "Tools for working with CSVs on the command line";
787 jane_rope = janePackage {
789 hash = "sha256-Lo4+ZUX9R2EGrz4BN+LqdJgVXB3hQqNifgwsjFC1Hfs=";
790 meta.description = "String representation with cheap concatenation";
791 propagatedBuildInputs = [
797 jane-street-headers = janePackage {
798 pname = "jane-street-headers";
799 hash = "sha256-nEa40utpXA3KiFhp9inWurKyDF4Jw1Jlln6fiW5MAkM=";
800 meta.description = "Jane Street C header files";
803 js_of_ocaml_patches = janePackage {
804 pname = "js_of_ocaml_patches";
805 hash = "sha256-N61IEZLGfCU3ZX+sw35DAUqUh3u8RaCFcNlXxU1dvL8=";
806 meta.description = "Additions to js_of_ocaml's standard library that are required by Jane Street libraries";
807 propagatedBuildInputs = [
811 patches = [ ./js_of_ocaml_patches.patch ];
814 jsonaf = janePackage {
816 hash = "sha256-MMIDHc40cmPpO0n8yREIGMyFndw3NfvGUhy6vHnn40w=";
817 meta.description = "A library for parsing, manipulating, and serializing data structured as JSON";
818 propagatedBuildInputs = [
826 jst-config = janePackage {
827 pname = "jst-config";
828 hash = "sha256-xwQ+q2Hsduu2vWMWFcjoj3H8Es00N7Mv9LwIZG4hw7c=";
829 meta.description = "Compile-time configuration for Jane Street libraries";
837 lru_cache = janePackage {
838 pname = "janestreet_lru_cache";
839 hash = "sha256-/UMSccN9yGAXF7/g6ueSnsfPSnF1fm0zJIRFsThZvH8=";
840 meta.description = "An LRU Cache implementation";
841 propagatedBuildInputs = [
847 man_in_the_middle_debugger = janePackage {
848 pname = "man_in_the_middle_debugger";
849 hash = "sha256-ImEzn/EssgW63vdGhLMp4NB/FW0SsCMQ32ZNAs7bDg4=";
850 meta.description = "Man-in-the-middle debugging library";
851 propagatedBuildInputs = [
860 n_ary = janePackage {
862 hash = "sha256-xg4xK3m7SoO1P+rBHvPqFMLx9JXnADEeyU58UmAqW6s=";
863 meta.description = "A library for N-ary datatypes and operations";
864 propagatedBuildInputs = [
866 expect_test_helpers_core
876 numeric_string = janePackage {
877 pname = "numeric_string";
878 hash = "sha256-cU5ETGfavkkiqZOjehCYg06YdDk8W+ZDqz17FGWHey8=";
879 meta.description = "A comparison function for strings that sorts numeric fragments of strings according to their numeric value";
880 propagatedBuildInputs = [
886 ocaml-compiler-libs = janePackage (
888 pname = "ocaml-compiler-libs";
889 minimalOCamlVersion = "4.04.1";
890 meta.description = "OCaml compiler libraries repackaged";
893 if lib.versionAtLeast ocaml.version "5.2" then
896 hash = "sha256-QaC6BWrpFblra6X1+TrlK+J3vZxLvLJZ2b0427DiQzM=";
901 hash = "sha256-W+KUguz55yYAriHRMcQy8gRPzh2TZSJnexG1JI8TLgI=";
906 ocaml-embed-file = janePackage {
907 pname = "ocaml-embed-file";
908 hash = "sha256-7fyZ5DNcRHud0rd4dLUv9Vyf3lMwMVxgkl9jVUn1/lw=";
909 propagatedBuildInputs = [
913 meta.description = "Files contents as module constants";
916 ocaml_intrinsics_kernel = janePackage {
917 pname = "ocaml_intrinsics_kernel";
918 hash = "sha256-utD9HE0P3vPgSXDW8Bz0FxgEy+lNkIAlN/+JkfDqb9A=";
919 meta.description = "A kernel library of intrinsics for OCaml";
920 buildInputs = [ dune-configurator ];
923 ocaml_intrinsics = janePackage {
924 pname = "ocaml_intrinsics";
925 hash = "sha256-Ndt6ZPJamBYzr1YA941BLwvRgkkbD8AEQR/JjjR38xI=";
926 meta.description = "A library of intrinsics for OCaml";
929 ocaml_intrinsics_kernel
933 ocaml_openapi_generator = janePackage {
934 pname = "ocaml_openapi_generator";
935 hash = "sha256-HCq9fylcVjBMs8L6E860nw+EonWEQadlyEKpQI6mynU=";
936 meta.description = " An OpenAPI 3 to OCaml client generator";
949 nativeBuildInputs = [ ocaml-embed-file ];
952 of_json = janePackage {
954 hash = "sha256-pZCiwXRwZK6ohsGz/WLacgo48ekdT35uD4VESvGxH8A=";
955 meta.description = "A friendly applicative interface for Jsonaf";
964 ordinal_abbreviation = janePackage {
965 pname = "ordinal_abbreviation";
966 hash = "sha256-kmTGnGbhdiUoXXw2DEAeZJL2sudEf8BRRt2RHCdL7HU=";
967 meta.description = "A minimal library for generating ordinal names of integers";
974 parsexp = janePackage {
976 hash = "sha256-iKrZ6XDLM6eRl7obaniDKK6X8R7Kxry6HD7OQBwh3NU=";
977 meta.description = "S-expression parsing library";
978 propagatedBuildInputs = [
984 patdiff = janePackage {
986 hash = "sha256-iphpQ0b8i+ItY57zM4xL9cID9GYuTCMZN7SYa7TDprI=";
988 # Used by patdiff-git-wrapper. Providing it here also causes the shebang
989 # line to be automatically patched.
990 buildInputs = [ bash ];
991 propagatedBuildInputs = [
997 description = "File Diff using the Patience Diff algorithm";
1000 patchShebangs test/bin/setup.sh
1002 doCheck = false; # test rules broken
1005 patience_diff = janePackage {
1006 pname = "patience_diff";
1007 hash = "sha256-sn/8SvMt7kzzuYUwhB/uH/3mO1aIKHw/oRYRzA7goFU=";
1008 meta.description = "Diff library using Bram Cohen's patience diff algorithm";
1009 propagatedBuildInputs = [ core_kernel ];
1012 polling_state_rpc = janePackage {
1013 pname = "polling_state_rpc";
1014 hash = "sha256-fZKGva11ztuM+q0Lc6rr9NEH/Qo+wFmE6Rr1/TJm7rA=";
1015 meta.description = "An RPC which tracks state on the client and server so it only needs to send diffs across the wire";
1016 propagatedBuildInputs = [
1027 posixat = janePackage {
1029 hash = "sha256-G+5q8x1jfG3wEwNzX2tkcC2Pm4E5/ZYxQyBwCUNXIrw=";
1030 propagatedBuildInputs = [
1034 meta.description = "Binding to the posix *at functions";
1037 ppx_accessor = janePackage {
1038 pname = "ppx_accessor";
1039 hash = "sha256-vK6lA0J98bDGtVthIdU76ckzH+rpNUD1cQ3vMzHy0Iw=";
1040 meta.description = "[@@deriving] plugin to generate accessors for use with the Accessor libraries";
1041 propagatedBuildInputs = [ accessor ];
1044 ppx_assert = janePackage {
1045 pname = "ppx_assert";
1046 hash = "sha256-o9ywdFH6+qoJ3eWb29/gGlkWkHDMuBx626mNxrT1D8A=";
1047 meta.description = "Assert-like extension nodes that raise useful errors on failure";
1048 propagatedBuildInputs = [
1056 ppx_base = janePackage {
1058 hash = "sha256-/s7c8vfLIO1pPajNldMgurBKXsSzQ8yxqFI6QZCHm5I=";
1059 meta.description = "Base set of ppx rewriters";
1060 propagatedBuildInputs = [
1068 ppx_bench = janePackage {
1069 pname = "ppx_bench";
1070 hash = "sha256-y4nL/wwjJUL2Fa7Ne0f7SR5flCjT1ra9M1uBHOUZWCg=";
1071 meta.description = "Syntax extension for writing in-line benchmarks in ocaml code";
1072 propagatedBuildInputs = [ ppx_inline_test ];
1075 ppx_bin_prot = janePackage {
1076 pname = "ppx_bin_prot";
1077 hash = "sha256-nQps/+Csx3+6H6KBzIm/dLCGWJ9fcRD7JxB4P2lky0o=";
1078 meta.description = "Generation of bin_prot readers and writers from types";
1079 propagatedBuildInputs = [
1083 doCheck = false; # circular dependency with ppx_jane
1086 ppx_cold = janePackage {
1088 hash = "sha256-fFZqlcbUS7D+GjnxSjGYckkQtx6ZcPNtOIsr6Rt6D9A=";
1089 meta.description = "Expands [@cold] into [@inline never][@specialise never][@local never]";
1090 propagatedBuildInputs = [ ppxlib ];
1093 ppx_compare = janePackage {
1094 pname = "ppx_compare";
1095 hash = "sha256-uAXB9cba0IBl+cA2CAuGVVxuos4HXH5jlB6Qjxx44Y0=";
1096 meta.description = "Generation of comparison functions from types";
1097 propagatedBuildInputs = [
1104 ppx_conv_func = janePackage {
1105 pname = "ppx_conv_func";
1106 hash = "sha256-PJ8T0u8VkxefaxojwrmbMXDjqyfAIxKe92B8QqRY2JU=";
1107 meta.description = "Part of the Jane Street's PPX rewriters collection";
1108 propagatedBuildInputs = [
1114 ppx_custom_printf = janePackage {
1115 pname = "ppx_custom_printf";
1116 hash = "sha256-DFgDb9MIFCqglYoMgPUN0zEaxkr7VJAXgLxq1yp8ap4=";
1117 meta.description = "Printf-style format-strings for user-defined string conversion";
1118 propagatedBuildInputs = [ ppx_sexp_conv ];
1121 ppx_css = janePackage {
1123 hash = "sha256-mzLMVtNTy9NrVaNgsRa+oQynxXnh2qlHJCfr3FLFJ2I=";
1124 meta.description = "A ppx that takes in css strings and produces a module for accessing the unique names defined within";
1125 propagatedBuildInputs = [
1138 ppx_csv_conv = janePackage {
1139 pname = "ppx_csv_conv";
1140 hash = "sha256-NtqfagLIYiuyBjEAxilAhATx8acJwD7LykHBzfr+yAc=";
1141 meta.description = "Generate functions to read/write records in csv format";
1142 propagatedBuildInputs = [
1148 ppx_demo = janePackage {
1150 hash = "sha256-blD96GhicOj3b6jYNniSpq6fBR+ul9Y2kn0ZmfbeVMo=";
1151 meta.description = "PPX that exposes the source code string of an expression/module structure";
1152 propagatedBuildInputs = [
1160 ppx_derive_at_runtime = janePackage {
1161 pname = "ppx_derive_at_runtime";
1162 hash = "sha256-Y/z4BKFRt3z1lUGdc7SznIv/ys//dZHoPSnsouj1GtI=";
1163 meta.description = "Define a new ppx deriver by naming a runtime module";
1164 propagatedBuildInputs = [
1166 expect_test_helpers_core
1172 ppx_diff = janePackage {
1174 hash = "sha256-MAn+vcU6vLR8g16Wq1sORyLcLgWxLsazMQY1syY6HsA=";
1175 meta.description = "Generation of diffs and update functions for ocaml types";
1176 propagatedBuildInputs = [
1185 ppx_disable_unused_warnings = janePackage {
1186 pname = "ppx_disable_unused_warnings";
1187 hash = "sha256-KHWIufXU+k6xCLf8l50Pp/1JZ2wFrKnKT/aQYpadlmU=";
1188 meta.description = ''Expands [@disable_unused_warnings] into [@warning "-20-26-32-33-34-35-36-37-38-39-60-66-67"]'';
1189 propagatedBuildInputs = [ ppxlib ];
1192 ppx_embed_file = janePackage {
1193 pname = "ppx_embed_file";
1194 hash = "sha256-Ew6/X7oAq81ldERU37QWXQdgReEtPD/lxbku8WZNJ6A=";
1195 meta.description = "A PPX that allows embedding files directly into executables/libraries as strings or bytes";
1196 propagatedBuildInputs = [
1204 ppx_enumerate = janePackage {
1205 pname = "ppx_enumerate";
1206 hash = "sha256-YqBrxp2fe91k8L3aQVW6egoDPj8onGSRueQkE2Icdu4=";
1207 meta.description = "Generate a list containing all values of a finite type";
1208 propagatedBuildInputs = [
1214 ppx_expect = janePackage {
1215 pname = "ppx_expect";
1216 hash = "sha256-m4Nr48ZET632I6vw5RjpNA0elW3lpN3aPmfA3RzsEn8=";
1217 meta.description = "Cram like framework for OCaml";
1218 propagatedBuildInputs = [
1223 doCheck = false; # test build rules broken
1226 ppx_fields_conv = janePackage {
1227 pname = "ppx_fields_conv";
1228 hash = "sha256-FA7hDgqJMJ2obsVwzwaGnNLPvjP0SkTec8Nh3znuNDQ=";
1229 meta.description = "Generation of accessor and iteration functions for ocaml records";
1230 propagatedBuildInputs = [
1236 ppx_fixed_literal = janePackage {
1237 pname = "ppx_fixed_literal";
1238 hash = "sha256-Xq+btvZQ/+6bcHoH9DcrrhD5CkwpFeedn7YEFHeLzsU=";
1239 meta.description = "Simpler notation for fixed point literals";
1240 propagatedBuildInputs = [ ppxlib ];
1243 ppx_globalize = janePackage {
1244 pname = "ppx_globalize";
1245 hash = "sha256-LKV5zfaf6AXn3NzOhN2ka8NtjItPTIsfmoJVBw5bYi8=";
1246 meta.description = "A ppx rewriter that generates functions to copy local values to the global heap";
1247 propagatedBuildInputs = [
1254 ppx_hash = janePackage {
1256 hash = "sha256-GADCLoF2GjZkvAiezn0xyReCs1avrUgjJGSS/pMNq38=";
1257 meta.description = "A ppx rewriter that generates hash functions from type expressions and definitions";
1258 propagatedBuildInputs = [
1264 ppx_here = janePackage {
1266 hash = "sha256-ybwOcv82uDRPTlfaQgaBJHVq6xBxIRUj07CXP131JsM=";
1267 meta.description = "Expands [%here] into its location";
1268 propagatedBuildInputs = [ ppxlib ];
1269 doCheck = false; # test build rules broken
1272 ppx_ignore_instrumentation = janePackage {
1273 pname = "ppx_ignore_instrumentation";
1274 hash = "sha256-73dp8XKfsLO0Z6A1p5/K7FjxgeUPMBkScx0IjfbOV+w=";
1275 meta.description = "Ignore Jane Street specific instrumentation extensions";
1276 propagatedBuildInputs = [ ppxlib ];
1279 ppx_inline_test = janePackage {
1280 pname = "ppx_inline_test";
1281 hash = "sha256-pNdrmAlT3MUbuPUcMmCRcUIXv4fZ/o/IofJmnUKf8Cs=";
1282 meta.description = "Syntax extension for writing in-line tests in ocaml code";
1283 propagatedBuildInputs = [
1287 doCheck = false; # test build rules broken
1290 ppx_jane = janePackage {
1292 hash = "sha256-HgIob7iJkV0HcGi6IjjSUWdKOAu2TsC3GMyzpjYS1cs=";
1293 meta.description = "Standard Jane Street ppx rewriters";
1294 propagatedBuildInputs = [
1297 ppx_disable_unused_warnings
1300 ppx_ignore_instrumentation
1315 ppx_jsonaf_conv = janePackage {
1316 pname = "ppx_jsonaf_conv";
1317 hash = "sha256-v7CYOJ1g4LkqIv5De5tQjjkBWXqKHbvqfSr0X5jBUuM=";
1318 meta.description = "[@@deriving] plugin to generate Jsonaf conversion functions";
1319 propagatedBuildInputs = [
1327 ppx_js_style = janePackage {
1328 pname = "ppx_js_style";
1329 hash = "sha256-7jRzxe4bLyZ2vnHeqWiLlCUvOlNUAk0dwCfBFhrykUU=";
1330 meta.description = "Code style checker for Jane Street Packages";
1331 propagatedBuildInputs = [
1337 ppx_let = janePackage {
1339 hash = "sha256-JkNQgbPHVDH659m4Xy9ipcZ/iqGtj5q1qQn1P+O7TUY=";
1340 meta.description = "Monadic let-bindings";
1341 propagatedBuildInputs = [
1347 ppx_log = janePackage {
1349 hash = "sha256-llnjWeJH4eg5WtegILRxdwO3RWGWTFeCIKr6EbrUDI4=";
1350 meta.description = "Ppx_sexp_message-like extension nodes for lazily rendering log messages";
1351 propagatedBuildInputs = [
1366 doCheck = false; # test build rules broken
1369 ppx_module_timer = janePackage {
1370 pname = "ppx_module_timer";
1371 hash = "sha256-OWo1Ij9JAxsk9HlTlaz9Qw2+4YCvXDmIvytAOgFCLPI=";
1372 meta.description = "Ppx rewriter that records top-level module startup times";
1373 propagatedBuildInputs = [ time_now ];
1376 ppx_optcomp = janePackage {
1377 pname = "ppx_optcomp";
1378 hash = "sha256-H9oTzhJx9IGRkcwY2YEvcvNgeJ8ETNO95qKcjTXJBwk=";
1379 meta.description = "Optional compilation for OCaml";
1380 propagatedBuildInputs = [ ppxlib ];
1383 ppx_optional = janePackage {
1384 pname = "ppx_optional";
1385 hash = "sha256-SHw2zh6lG1N9zWF2b3VWeYzRHUx4jUxyOYgHd2/N9wE=";
1386 meta.description = "Pattern matching on flat options";
1387 propagatedBuildInputs = [
1393 ppx_pattern_bind = janePackage {
1394 pname = "ppx_pattern_bind";
1395 hash = "sha256-IVDvFU9ERB2YFJOgP/glYcO4KhEH5VdQ7wCCfreboqA=";
1396 meta.description = "A ppx for writing fast incremental bind nodes in a pattern match";
1397 propagatedBuildInputs = [ ppx_let ];
1400 ppx_pipebang = janePackage {
1401 pname = "ppx_pipebang";
1402 hash = "sha256-GBa1zzNChZOQfVSHyUeDEMFxuNUT3lj/pIQi/l1J35M=";
1403 meta.description = "A ppx rewriter that inlines reverse application operators `|>` and `|!`";
1404 propagatedBuildInputs = [ ppxlib ];
1407 ppx_python = janePackage {
1408 pname = "ppx_python";
1409 hash = "sha256-WqTYH5Zz/vRak/CL1ha8oUbQ8+XRuUu9610uj8II74o=";
1410 meta.description = "A [@@deriving] plugin to generate Python conversion functions ";
1411 propagatedBuildInputs = [
1416 doCheck = false; # test rules broken
1419 ppx_quick_test = janePackage {
1420 pname = "ppx_quick_test";
1421 hash = "sha256-Kxb0IJcosC4eYlUjEfZE9FhY8o1/gDHHLWD5Cby5hXY=";
1422 meta.description = "Spiritual equivalent of let%expect_test, but for property based tests";
1423 propagatedBuildInputs = [
1430 expect_test_helpers_core
1439 ppx_sexp_conv = janePackage {
1440 pname = "ppx_sexp_conv";
1441 hash = "sha256-hUi0I50SODK1MpL86xy8eM8yn8f4q1Hv4LP9zFnnr70=";
1442 meta.description = "[@@deriving] plugin to generate S-expression conversion functions";
1443 propagatedBuildInputs = [
1451 ppx_sexp_message = janePackage {
1452 pname = "ppx_sexp_message";
1453 hash = "sha256-SNgTvsTUgFzjqHpyIYk4YuA4c5MbA9e77YUEsDaKTeA=";
1454 meta.description = "A ppx rewriter for easy construction of s-expressions";
1455 propagatedBuildInputs = [
1461 ppx_sexp_value = janePackage {
1462 pname = "ppx_sexp_value";
1463 hash = "sha256-f96DLNFI+s3TKsOj01i6xUoM9L+qRgAXbbepNis397I=";
1464 meta.description = "A ppx rewriter that simplifies building s-expressions from ocaml values";
1465 propagatedBuildInputs = [
1471 ppx_stable = janePackage {
1472 pname = "ppx_stable";
1473 hash = "sha256-N5oPjjQcLgiO9liX8Z0vg0IbQXaGZ4BqOgwvuIKSKaA=";
1474 meta.description = "Stable types conversions generator";
1475 propagatedBuildInputs = [ ppxlib ];
1478 ppx_stable_witness = janePackage {
1479 pname = "ppx_stable_witness";
1480 hash = "sha256-k45uR/OMPRsi5450CuUo592EVc82DPhO8TvBPjgJTh0=";
1481 meta.description = "Ppx extension for deriving a witness that a type is intended to be stable";
1482 propagatedBuildInputs = [
1488 ppx_string = janePackage {
1489 pname = "ppx_string";
1490 hash = "sha256-taAvJas9DvR5CIiFf38IMdNqLJ0QJmnIdcNJAaVILgA=";
1491 meta.description = "Ppx extension for string interpolation";
1492 propagatedBuildInputs = [
1499 ppx_string_conv = janePackage {
1500 pname = "ppx_string_conv";
1501 hash = "sha256-r+XubSXjxVyCsra99D6keJ/lmXeK5SZbI6h/IFghvPQ=";
1502 meta.description = "Ppx to help derive of_string and to_string, primarily for variant types";
1503 propagatedBuildInputs = [
1510 ppx_tydi = janePackage {
1512 hash = "sha256-PM89fP6Rb6M99HgEzQ7LfpW1W5adw6J/E1LFQJtdd0U=";
1513 meta.description = "Let expressions, inferring pattern type from expression";
1514 propagatedBuildInputs = [
1520 ppx_typed_fields = janePackage {
1521 pname = "ppx_typed_fields";
1522 hash = "sha256-aTPEBBc1zniZkEmzubGkU064bwGnefBOjVDqTdPm2w8=";
1523 meta.description = "GADT-based field accessors and utilities";
1524 propagatedBuildInputs = [
1531 ppx_typerep_conv = janePackage {
1532 pname = "ppx_typerep_conv";
1533 hash = "sha256-V9yOSy3cj5/bz9PvpO3J+aeFu1G+qGQ8AR3gSczUZbY=";
1534 meta.description = "Generation of runtime types from type declarations";
1535 propagatedBuildInputs = [
1541 ppx_variants_conv = janePackage {
1542 pname = "ppx_variants_conv";
1543 hash = "sha256-Av2F699LzVCpwcdji6qG0jt5DVxCnIY4eBLaPK1JC10=";
1544 meta.description = "Generation of accessor and iteration functions for ocaml variant types";
1545 propagatedBuildInputs = [
1551 ppxlib_jane = janePackage (
1553 pname = "ppxlib_jane";
1554 meta.description = "A library for use in ppxes for constructing and matching on ASTs corresponding to the augmented parsetree";
1555 propagatedBuildInputs = [ ppxlib ];
1558 if lib.versionAtLeast ocaml.version "5.3" then
1561 hash = "sha256-AQJSdKtF6p/aG5Lx8VHVEOsisH8ep+iiml6DtW+Hdik=";
1566 hash = "sha256-8NC8CHh3pSdFuRDQCuuhc2xxU+84UAsGFJbbJoKwd0U=";
1571 profunctor = janePackage {
1572 pname = "profunctor";
1573 hash = "sha256-WYPJLt3kYvIzh88XcPpw2xvSNjNX63/LvWwIDK+Xr0Q=";
1574 meta.description = "A library providing a signature for simple profunctors and traversal of a record";
1575 propagatedBuildInputs = [
1582 protocol_version_header = janePackage {
1583 pname = "protocol_version_header";
1584 hash = "sha256-WKy4vahmmj6o82/FbzvFYfJFglgNMrka0XhtCMUyct4=";
1585 meta.description = "Protocol versioning";
1586 propagatedBuildInputs = [ core_kernel ];
1591 hash = "sha256-0VCSOzrVouMRVZJumcqv0F+HQFXlFfVEFIhYq7Tfhrg=";
1592 meta.description = "OCaml bindings for RE2, Google's regular expression library";
1593 propagatedBuildInputs = [
1599 substituteInPlace src/re2_c/dune --replace 'CXX=g++' 'CXX=c++'
1600 substituteInPlace src/dune --replace '(cxx_flags (:standard \ -pedantic) (-I re2_c/libre2))' '(cxx_flags (:standard \ -pedantic) (-I re2_c/libre2) (-x c++))'
1604 re2_stable = janePackage {
1605 pname = "re2_stable";
1607 hash = "sha256-gyet2Pzn7ZIqQ+UP2J51pRmwaESY2LSGTqCMZZwDTE4=";
1608 meta.description = "Re2_stable adds an incomplete but stable serialization of Re2";
1609 propagatedBuildInputs = [
1615 record_builder = janePackage {
1616 pname = "record_builder";
1617 hash = "sha256-NQ0Wizxi/wD8BCwt8hxZWnEpLBTn3XkaG+96ooOKIFE=";
1618 meta.description = "A library which provides traversal of records with an applicative";
1619 propagatedBuildInputs = [
1625 redis-async = janePackage {
1626 pname = "redis-async";
1627 hash = "sha256-bwKPEnK2uJq5H65BDAL1Vk3qSr5kUwaCEiFsgaCdHw8=";
1628 meta.description = "Redis client for Async applications";
1629 propagatedBuildInputs = [
1638 regex_parser_intf = janePackage {
1639 pname = "regex_parser_intf";
1640 hash = "sha256-j6zWJf5c5qWphMqb9JpEAMGDDsrzV+NU2zrGmZHSAgk=";
1641 meta.description = "Interface shared by Re_parser and Re2.Parser";
1642 propagatedBuildInputs = [ base ];
1645 resource_cache = janePackage {
1646 pname = "resource_cache";
1647 hash = "sha256-1WEjvdnl47rjCCMvGxqDKAb2ny6pJDlvDfZhKp+40Jg=";
1648 meta.description = "General resource cache";
1649 propagatedBuildInputs = [ async_rpc_kernel ];
1652 semantic_version = janePackage {
1653 pname = "semantic_version";
1654 hash = "sha256-2Z2C+1bfI6W7Pw7SRYw8EkaVVwQkkm+knCrJIfsJhPE=";
1655 meta.description = "Semantic versioning";
1656 propagatedBuildInputs = [
1663 sexp = janePackage {
1665 hash = "sha256-89SNb0MeJbetRRbA5qbBQPXIcLQ0QCeSf8p9v5yUTP0=";
1666 propagatedBuildInputs = [
1678 meta.description = "S-expression swiss knife";
1681 sexp_grammar = janePackage {
1682 pname = "sexp_grammar";
1683 hash = "sha256-yagp8bEZvc4joV81w56hAb17mUbnekuzECVcwLIvYoE=";
1684 propagatedBuildInputs = [
1694 meta.description = "Helpers for manipulating [Sexplib.Sexp_grammar] values";
1697 sexp_diff = janePackage {
1698 pname = "sexp_diff";
1699 hash = "sha256-0p1+jMa2b/GJu+JtN+XUuR04lFQchxMeu9ikfgErqMU=";
1700 propagatedBuildInputs = [ core_kernel ];
1701 meta.description = "Code for computing the diff of two sexps";
1704 sexp_macro = janePackage {
1705 pname = "sexp_macro";
1706 hash = "sha256-KXJ+6uR38ywkr8uT8n2bWk10W7vW2ntMgxgF4ZvzzWU=";
1707 propagatedBuildInputs = [
1711 meta.description = "Sexp macros";
1714 sexp_pretty = janePackage {
1715 pname = "sexp_pretty";
1716 hash = "sha256-DcgLlwp3AMC1QzFYPzi7aHA+VhnhbG6p/fLDTMx8ATc=";
1717 meta.description = "S-expression pretty-printer";
1718 propagatedBuildInputs = [
1725 sexp_select = janePackage {
1726 pname = "sexp_select";
1727 hash = "sha256-3AUFRtNe32TEB7lItcu7XlEv+3k+4QTitcTnT0kg28Y=";
1728 propagatedBuildInputs = [
1733 meta.description = "A library to use CSS-style selectors to traverse sexp trees";
1736 sexplib0 = janePackage {
1738 hash = "sha256-Q53wEhRet/Ou9Kr0TZNTyXT5ASQpsVLPz5n/I+Fhy+g=";
1739 minimalOCamlVersion = "4.14.0";
1740 meta.description = "Library containing the definition of S-expressions and some base converters";
1743 sexplib = janePackage {
1745 hash = "sha256-DxTMAQbskZ87pMVQnxYc3opGGCzmUKGCZfszr/Z9TGA=";
1746 meta.description = "Library for serializing OCaml values to and from S-expressions";
1747 propagatedBuildInputs = [
1753 shell = janePackage {
1755 hash = "sha256-MJerTFLGrUaR3y3mnKVrH5EQHYBXZyuVL+n2wJZ9HoU=";
1756 meta.description = "Yet another implementation of fork&exec and related functionality";
1757 buildInputs = [ jst-config ];
1758 propagatedBuildInputs = [ textutils ];
1759 checkInputs = [ ounit ];
1762 shexp = janePackage {
1764 hash = "sha256-tf9HqZ01gMWxfcpe3Pl3rdPTPgIEdb59iwzwThznqAc=";
1765 propagatedBuildInputs = [
1769 meta.description = "Process library and s-expression based shell";
1772 spawn = janePackage {
1774 minimalOCamlVersion = "4.05";
1776 hash = "sha256-6vAkRjTZQGiPhYBWX4MBO3GxEDmAE+18vpMWXMcvWJk=";
1777 meta.description = "Spawning sub-processes";
1778 buildInputs = [ ppx_expect ];
1781 splay_tree = janePackage {
1782 pname = "splay_tree";
1783 hash = "sha256-gRHRqUKjFEgkL1h8zSbqJkf+gHxhh61AtAT+mkPcz+k=";
1784 meta.description = "A splay tree implementation";
1785 propagatedBuildInputs = [ core_kernel ];
1788 splittable_random = janePackage {
1789 pname = "splittable_random";
1790 hash = "sha256-LlaCxL17GBZc33spn/JnunpaMQ47n+RXS8CShBlaRWA=";
1791 meta.description = "PRNG that can be split into independent streams";
1792 propagatedBuildInputs = [
1800 stdio = janePackage {
1802 hash = "sha256-N4VMUq6zWdYiJarVECSadxnoXJKh6AsIIaChmHFSbdA=";
1803 meta.description = "Standard IO library for OCaml";
1804 propagatedBuildInputs = [ base ];
1807 stored_reversed = janePackage {
1808 pname = "stored_reversed";
1809 hash = "sha256-FPyQxXaGAzFWW6GiiqKQgU+6/lAZhEQwhNnXsmqKkzg=";
1810 meta.description = "A library for representing a list temporarily stored in reverse order";
1811 propagatedBuildInputs = [
1817 streamable = janePackage {
1818 pname = "streamable";
1819 hash = "sha256-FtrAX4nsacCO5HTVxwLgwwT8R2sASJ05qu4gT2ZVSDg=";
1820 meta.description = "A collection of types suitable for incremental serialization";
1821 propagatedBuildInputs = [
1832 textutils = janePackage {
1833 pname = "textutils";
1834 hash = "sha256-J58sqp9fkx3JyjnH6oJLCyEC0ZvnuDfqLVl+dt3tEgA=";
1835 meta.description = "Text output utilities";
1836 propagatedBuildInputs = [
1842 textutils_kernel = janePackage {
1843 pname = "textutils_kernel";
1844 hash = "sha256-B5ExbKMRSw4RVJ908FVGob2soHFnJ6Ajsdn0q8lDhio=";
1845 meta.description = "Text output utilities";
1846 propagatedBuildInputs = [
1853 tilde_f = janePackage {
1855 hash = "sha256-tuddvOmhk0fikB4dHNdXamBx6xfo4DCvivs44QXp5RQ=";
1856 meta.description = "Provides a let-syntax for continuation-passing style";
1857 propagatedBuildInputs = [
1863 time_now = janePackage {
1865 hash = "sha256-bTPWE9+x+zmdLdzLc1naDlRErPZ8m4WXDJL2iLErdqk=";
1866 meta.description = "Reports the current time";
1871 propagatedBuildInputs = [
1878 timezone = janePackage {
1880 hash = "sha256-/6OLWMrkyQSVTNJ24zRy6v4DObt9q99s75QRS/VVxXE=";
1881 meta.description = "Time-zone handling";
1882 propagatedBuildInputs = [ core_kernel ];
1885 topological_sort = janePackage {
1886 pname = "topological_sort";
1887 hash = "sha256-jLkJnh5lasrphI6BUKv7oVPrKyGqNm6VIGYthNs04iU=";
1888 meta.description = "Topological sort algorithm";
1889 propagatedBuildInputs = [
1895 typerep = janePackage {
1898 hash = "sha256-hw03erwLx9IAbkBibyhZxofA5jIi12rFJOHNEVYpLSk=";
1899 meta.description = "Typerep is a library for runtime types";
1900 propagatedBuildInputs = [ base ];
1903 uopt = janePackage {
1905 hash = "sha256-t0SFJVF0ScyFFwziBZOYCOsmhRd6J5H3s0Kk9NKorcM=";
1906 meta.description = "An [option]-like type that incurs no allocation";
1907 propagatedBuildInputs = [
1913 username_kernel = janePackage {
1914 pname = "username_kernel";
1915 hash = "sha256-1lxWSv7CbmucurNw8ws18N9DYqo4ik2KZBc5GtNmmeU=";
1916 meta.description = "An identifier for a user";
1917 propagatedBuildInputs = [
1923 variantslib = janePackage {
1924 pname = "variantslib";
1925 hash = "sha256-v/p718POQlFsB7N7WmMCDnmQDB2sP1263pSQIuvlLt8=";
1926 meta.description = "Part of Jane Street's Core library";
1927 propagatedBuildInputs = [ base ];
1930 vcaml = janePackage {
1932 hash = "sha256-z3v0Uqb+jE19+EN/b6qQvAx+FaK5HmbdHnxEkYGSmS8=";
1933 meta.description = "OCaml bindings for the Neovim API";
1934 propagatedBuildInputs = [
1938 expect_test_helpers_async
1941 man_in_the_middle_debugger
1944 doCheck = false; # tests depend on nvim
1947 versioned_polling_state_rpc = janePackage {
1948 pname = "versioned_polling_state_rpc";
1949 hash = "sha256-Ba+Pevc/cvvY9FnQ2oTUxTekxypVkEy4MfrpRKmJhZ0=";
1950 meta.description = "Helper functions for creating stable/versioned `Polling_state_rpc.t`s with babel";
1951 propagatedBuildInputs = [
1960 virtual_dom = janePackage {
1961 pname = "virtual_dom";
1962 hash = "sha256-5T+/N1fELa1cR9mhWLUgS3Fwr1OQXJ3J6T3YaHT9q7U=";
1963 meta.description = "OCaml bindings for the virtual-dom library";
1964 buildInputs = [ js_of_ocaml-ppx ];
1965 propagatedBuildInputs = [
1977 virtual_dom_toplayer = janePackage {
1978 pname = "virtual_dom_toplayer";
1979 hash = "sha256-trTSWzWsXkV4RtQvVCyXqJN5/wftaFuooaehNekP9H0=";
1980 meta.description = "OCaml bindings for the floating positioning library for 'toplevel' virtual dom components";
1981 propagatedBuildInputs = [
1993 zarith_stubs_js = janePackage {
1994 pname = "zarith_stubs_js";
1995 hash = "sha256-QNhs9rHZetwgKAOftgQQa6aU8cOux8JOe3dBRrLJVh0=";
1996 meta.description = "Javascripts stubs for the Zarith library";
1997 propagatedBuildInputs = [ ppx_jane ];
1998 doCheck = false; # some test sources unavailable
2001 zstandard = janePackage {
2002 pname = "zstandard";
2003 hash = "sha256-EUI7fnN8ZaM1l0RBsgSAMWO+VXA8VoCv/lO5kcj+j4E=";
2004 meta.description = "OCaml bindings to Zstandard";
2005 buildInputs = [ ppx_jane ];
2006 propagatedBuildInputs = [