14 abstract_algebra = janePackage {
15 pname = "abstract_algebra";
16 hash = "sha256-W2rSSbppNkulCgGeTiovzP5zInPWIVfflDxWkGpEOFA=";
17 meta.description = "A small library describing abstract algebra concepts";
18 propagatedBuildInputs = [
24 accessor = janePackage {
26 hash = "sha256-1inoFwDDhnfhW+W3aAkcFNUkf5Umy8BDGDEbMty+Fts=";
27 meta.description = "A library that makes it nicer to work with nested functional data structures";
28 propagatedBuildInputs = [ higher_kinded ];
31 accessor_async = janePackage {
32 pname = "accessor_async";
33 hash = "sha256-EYyxZur+yshYaX1EJbWc/bCaAa9PDKiuK87fIeqhspo=";
34 meta.description = "Accessors for Async types, for use with the Accessor library";
35 propagatedBuildInputs = [
41 accessor_base = janePackage {
42 pname = "accessor_base";
43 hash = "sha256-6LJ8dKPAuaxWinArkPl4OE0eYPqvM7+Ao6jff8jhjXc=";
44 meta.description = "Accessors for Base types, for use with the Accessor library";
45 propagatedBuildInputs = [ ppx_accessor ];
48 accessor_core = janePackage {
49 pname = "accessor_core";
50 hash = "sha256-ku83ZfLtVI8FvQhrKcnJmhmoNlYcVMKx1tor5N8Nq7M=";
51 meta.description = "Accessors for Core types, for use with the Accessor library";
52 propagatedBuildInputs = [
60 hash = "sha256-CwRPH5tFZHJqptdmNwdZvKvSJ1Qr21gV1jaxsa/vFBU=";
61 meta.description = "Monadic concurrency library";
62 propagatedBuildInputs = [
68 doCheck = false; # we don't have netkit_sockets
71 async_durable = janePackage {
72 pname = "async_durable";
73 hash = "sha256-CAU54j3K47p4hQqAtHJYuAQ0IvZPMQZKFp5J7G+xtjM=";
74 meta.description = "Durable connections for use with async";
75 propagatedBuildInputs = [
84 async_extra = janePackage {
85 pname = "async_extra";
86 hash = "sha256-rZUROyYrvtgnI+leTMXuGcw71MfVhqdkfp9EIhAFUnM=";
87 meta.description = "Monadic concurrency library";
88 propagatedBuildInputs = [ async_kernel ];
91 async_find = janePackage {
93 hash = "sha256-byvLJvhq7606gKP1kjLRYe3eonkAG3Vz6wQcsjJOiOE=";
94 meta.description = "Directory traversal with Async";
95 propagatedBuildInputs = [ async ];
98 async_inotify = janePackage {
99 pname = "async_inotify";
100 hash = "sha256-608G8OKQxqrQdYc1Cfrd8g8WLX6QwSeMUz8ORuSbmA8=";
101 meta.description = "Async wrapper for inotify";
102 propagatedBuildInputs = [
108 async_interactive = janePackage {
109 pname = "async_interactive";
110 hash = "sha256-hC7mLDLtvIEMKLMeDOC5ADiAGJlJqYF35RDI+porsKA=";
111 meta.description = "Utilities for building simple command-line based user interfaces";
112 propagatedBuildInputs = [ async ];
115 async_js = janePackage {
117 hash = "sha256-4t7dJ04lTQ0b6clf8AvtyC8ip43vIcEBXgHJLiRbuGM=";
118 meta.description = "A small library that provide Async support for JavaScript platforms";
119 buildInputs = [ js_of_ocaml-ppx ];
120 propagatedBuildInputs = [
127 async_kernel = janePackage {
128 pname = "async_kernel";
129 hash = "sha256-fEbo7EeOJHnBqTYvC/o2a2x69XPnANbe15v/yv29l/4=";
130 meta.description = "Monadic concurrency library";
131 propagatedBuildInputs = [ core_kernel ];
134 async_log = janePackage {
136 hash = "sha256-XeWC3oC0n4or3EDLrNLWXMWhyhH6kcah0Mdb56rZ5lA=";
137 meta.description = "Logging library built on top of Async_unix";
138 propagatedBuildInputs = [
148 async_rpc_kernel = janePackage {
149 pname = "async_rpc_kernel";
150 hash = "sha256-zSqmRgybvWhS9XiNIqgxUjQU8xc9aXM69ZaBq4+r+HA=";
151 meta.description = "Platform-independent core of Async RPC library";
152 propagatedBuildInputs = [
154 protocol_version_header
158 async_rpc_websocket = janePackage {
159 pname = "async_rpc_websocket";
160 hash = "sha256-pbgG872Av6rX/CH2sOKgTVR42XpP0xhzdR/Bqoq7bSU=";
161 meta.description = "Library to serve and dispatch Async RPCs over websockets";
162 propagatedBuildInputs = [
165 cohttp_async_websocket
169 async_sendfile = janePackage {
170 pname = "async_sendfile";
171 hash = "sha256-x2chts7U9hoGW6uvyfpHMkSwCx1JXhHX601Xg92Wk3U=";
172 meta.description = "Thin wrapper around [Linux_ext.sendfile] to send full files";
173 propagatedBuildInputs = [ async_unix ];
176 async_shell = janePackage {
177 pname = "async_shell";
178 hash = "sha256-/wqfuKiQQufs/KhNtBn8C9AzX7GbP8s8cyWGynJ0m1M=";
179 meta.description = "Shell helpers for Async";
180 propagatedBuildInputs = [
186 async_smtp = janePackage {
187 pname = "async_smtp";
188 hash = "sha256-RWtbg6Vpp71ock8Duya5j9Y89OUY4wRXh0pDOxM1NT4=";
189 meta.description = "SMTP client and server";
190 propagatedBuildInputs = [
203 async_ssl = janePackage {
205 hash = "sha256-7obEoeckwydi2wHBkBmX0LynY1QVCb3sQ/U945eteJo=";
206 meta.description = "Async wrappers for SSL";
207 buildInputs = [ dune-configurator ];
208 propagatedBuildInputs = [
216 async_unix = janePackage {
217 pname = "async_unix";
218 hash = "sha256-fA1e5AnNe/tMTMZ60jtGUofRi4rh+MmVx81kfhfaBaQ=";
219 meta.description = "Monadic concurrency library";
220 propagatedBuildInputs = [
227 async_websocket = janePackage {
228 pname = "async_websocket";
229 hash = "sha256-22N+QO9hpkKHv3n9WkvtmJouxb/nuauv1UXdVV0zOGA=";
230 meta.description = "A library that implements the websocket protocol on top of Async";
231 propagatedBuildInputs = [
237 babel = janePackage {
239 hash = "sha256-mRSlLXtaGj8DcdDZGUZbi16qQxtfb+fXkwxz6AXxN3o=";
240 meta.description = "A library for defining Rpcs that can evolve over time without breaking backward compatibility";
241 propagatedBuildInputs = [
253 hash = "sha256-5wqBpOHhiIy9JUuxb3OnpZHrHSM7VODuLSihaIyeFn0=";
254 meta.description = "Full standard library replacement for OCaml";
255 buildInputs = [ dune-configurator ];
256 propagatedBuildInputs = [
258 ocaml_intrinsics_kernel
260 checkInputs = [ alcotest ];
263 base_bigstring = janePackage {
264 pname = "base_bigstring";
265 hash = "sha256-tGDtkVOU10GzNsJ4wZtbqyIMjY5lHM4+rA3+w34TYOE=";
266 meta.description = "String type based on [Bigarray], for use in I/O and C-bindings";
267 propagatedBuildInputs = [
273 base_trie = janePackage {
275 hash = "sha256-KuVDLJiEIjbvLCNI51iFLlsMli+hspWMyhrMk5pSL58=";
276 meta.description = "Trie data structure library";
277 propagatedBuildInputs = [
280 expect_test_helpers_core
285 base_quickcheck = janePackage {
286 pname = "base_quickcheck";
287 hash = "sha256-jDxO+/9Qnntt6ZNX1xvaWvoJ0JpnPqeq8X8nsYpeqsY=";
288 meta.description = "Randomized testing framework, designed for compatibility with Base";
289 propagatedBuildInputs = [
298 bidirectional_map = janePackage {
299 pname = "bidirectional_map";
300 hash = "sha256-LnslyNdgQpa9DOAkwb0qq9/NdRvKNocUTIP+Dni6oYc=";
301 meta.description = "A library for bidirectional maps and multimaps";
304 bignum = janePackage {
306 hash = "sha256-QhVEZ97n/YUBBXYCshDa5UnZpv0BKK6xRN1kXabY3Es=";
307 propagatedBuildInputs = [
312 meta.description = "Core-flavoured wrapper around zarith's arbitrary-precision rationals";
315 bin_prot = janePackage {
317 hash = "sha256-5QeK8Cdu+YjNE/MLiQps6SSf5bRJ/eYZYsJH7oYSarg=";
318 meta.description = "A binary protocol generator";
319 propagatedBuildInputs = [
328 patchShebangs xen/cflags.sh
332 bonsai = janePackage {
334 hash = "sha256-rr87o/w/a6NtCrDIIYmk2a5IZ1WJM/qJUeDqTLN1Gr4=";
335 meta.description = "A library for building dynamic webapps, using Js_of_ocaml";
336 buildInputs = [ ppx_pattern_bind ];
337 nativeBuildInputs = [
342 propagatedBuildInputs = [
363 versioned_polling_state_rpc
367 capitalization = janePackage {
368 pname = "capitalization";
369 hash = "sha256-wq8SO+SXF+UQhSu+ElVYv9erZ8S54G3SzJd0HX/Vwyk=";
370 meta.description = "Naming conventions for multiple-word identifiers";
371 propagatedBuildInputs = [
377 cinaps = janePackage {
380 hash = "sha256-LycruanldSP251uYJjQqIfI76W0UQ6o5i5u8XjszBT0=";
381 meta.description = "Trivial metaprogramming tool";
382 minimalOCamlVersion = "4.04";
383 propagatedBuildInputs = [ re ];
384 # doCheck fails because ppx_base doesn't include ppx_js_style, and this is
385 # needed for the ppx executable to parse `-allow-toplevel-expression` flag.
389 codicons = janePackage {
391 hash = "sha256-S4VrMObA5+SNeL/XsWU6SoSD/0TVvuqHjthUaQCDoRU=";
392 meta.description = "Icons from VS code";
393 propagatedBuildInputs = [
400 cohttp_async_websocket = janePackage {
401 pname = "cohttp_async_websocket";
402 hash = "sha256-0InGCF34LWQes9S4OgbR6w+6cylThYuj1Dj0aQyTnuY=";
403 meta.description = "Websocket library for use with cohttp and async";
404 propagatedBuildInputs = [
413 cohttp_static_handler = janePackage {
414 pname = "cohttp_static_handler";
415 hash = "sha256-RB/sUq1tL8A3m9YhHHx2LFqoExTX187VeZI9MRb1NeA=";
416 meta.description = "A library for easily creating a cohttp handler for static files";
417 propagatedBuildInputs = [ cohttp-async ];
420 content_security_policy = janePackage {
421 pname = "content_security_policy";
422 hash = "sha256-AQN2JJA+5B0PERNNOA9FXX6rIeej40bwJtQmHP6GKw4=";
423 meta.description = "A library for building content-security policies";
424 propagatedBuildInputs = [
435 hash = "sha256-XkABcvglVJLVnWJmvfr5eVywyclPSDqanVOLQNqdNtQ=";
436 meta.description = "Industrial strength alternative to OCaml's standard library";
437 buildInputs = [ jst-config ];
438 propagatedBuildInputs = [
448 core_bench = janePackage {
449 pname = "core_bench";
450 hash = "sha256-oXE3FuCCIbX2M0r4Ds2BMUU6g1bqe9E87lDo2CcMtMU=";
451 meta.description = "Benchmarking library";
452 propagatedBuildInputs = [
459 core_extended = janePackage {
460 pname = "core_extended";
461 hash = "sha256-Xl6czD1gdnvHkXDz+qa7TWZq6dm8wlDqywxEIi2R6bI=";
462 meta.description = "Extra components that are not as closely vetted or as stable as Core";
463 propagatedBuildInputs = [
469 core_kernel = janePackage {
470 pname = "core_kernel";
471 hash = "sha256-l7U0edUCNHTroYMBHiEMDx5sl7opEmmmeo2Z06tCMts=";
472 meta.description = "System-independent part of Core";
473 buildInputs = [ jst-config ];
474 propagatedBuildInputs = [
481 doCheck = false; # we don't have quickcheck_deprecated
484 core_unix = janePackage {
486 hash = "sha256-eqBMiEJ5xUrgFJTMZoEDxqkhedQxxbbf0DedZKHprww=";
487 meta.description = "Unix-specific portions of Core";
488 buildInputs = [ jst-config ];
489 propagatedBuildInputs = [
491 expect_test_helpers_core
498 patchShebangs unix_pseudo_terminal/src/discover.sh
500 doCheck = false; # command_validate_parsing.exe is not specified in test build deps
503 csvfields = janePackage {
505 hash = "sha256-hCH2NGQIRTU5U3TUOYHao6Kz5PhnLbySmzic4ytppEc=";
506 propagatedBuildInputs = [
510 meta.description = "Runtime support for ppx_xml_conv and ppx_csv_conv";
513 dedent = janePackage {
515 hash = "sha256-Scir/gaIhmNowXZ0tv57M/Iv1GXQIkyDks1sU1DAoIQ=";
516 propagatedBuildInputs = [
521 meta.description = "A library for improving redability of multi-line string constants in code";
524 delimited_parsing = janePackage {
525 pname = "delimited_parsing";
526 hash = "sha256-bgt99kQvaU7FPK1+K1UOAUbSaaaCB1DV23Cuo3A68M0=";
527 propagatedBuildInputs = [
531 meta.description = "Parsing of character (e.g., comma) separated and fixed-width values";
534 legacy_diffable = janePackage {
535 pname = "legacy_diffable";
536 hash = "sha256-wUSG04bHCnwqXpWKgkceAORs1inxexiPKZIR9fEVmCo=";
537 propagatedBuildInputs = [
543 meta.description = "An interface for diffs";
546 ecaml = janePackage {
548 hash = "sha256-CEroXMEIAfvXD603bnIVwzcrE3KbVaOOhGZastkQcdU=";
549 meta.description = "Library for writing Emacs plugin in OCaml";
550 propagatedBuildInputs = [
552 expect_test_helpers_core
556 email_message = janePackage {
557 pname = "email_message";
558 hash = "sha256-1OJ6bQb/rdyfAgMyuKT/ylpa8qBldZV5kEm0B45Ej1w=";
559 meta.description = "E-mail message parser";
560 propagatedBuildInputs = [
570 env_config = janePackage {
571 pname = "env_config";
572 hash = "sha256-vG309p7xqanTnrnHBwvuCO3YD4tVbTNa7F1F9sZDZE0=";
573 meta.description = "Helper library for retrieving configuration from an environment variable";
574 propagatedBuildInputs = [
582 expect_test_helpers_async = janePackage {
583 pname = "expect_test_helpers_async";
584 hash = "sha256-oInNgNISqOrmQUXVxzjDy+mS06yPEeFPGIvaKnCETjk=";
585 meta.description = "Async helpers for writing expectation tests";
586 propagatedBuildInputs = [
588 expect_test_helpers_core
592 expect_test_helpers_core = janePackage {
593 pname = "expect_test_helpers_core";
594 hash = "sha256-vnlDZ8k3JFCdN6WGiaG9OEEdQJnw0/eMogFCfTXIu2Y=";
595 meta.description = "Helpers for writing expectation tests";
596 propagatedBuildInputs = [
602 fieldslib = janePackage {
604 hash = "sha256-Zfnc32SghjZYTlnSdo6JPm4WCb7BPVjrWNDfeMZHaiU=";
605 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";
606 propagatedBuildInputs = [ base ];
609 file_path = janePackage {
611 hash = "sha256-XSLfYasn6qMZmDzAUGssOM9EX09n2W9/imTgNoSBEyk=";
612 meta.description = "A library for typed manipulation of UNIX-style file paths";
613 propagatedBuildInputs = [
618 expect_test_helpers_async
619 expect_test_helpers_core
624 fuzzy_match = janePackage {
625 pname = "fuzzy_match";
626 hash = "sha256-XB1U4mY0LcdsKYRnmV0SR4ODTIZynZetBk5X5SdHs44=";
627 meta.description = "A library for fuzzy string matching";
628 propagatedBuildInputs = [
636 hash = "sha256-yHdvC3cB5sVXsZQbtNzUZkaaqOe/7y8pDHgLwugAlQg=";
637 meta.description = "A library for running the fzf command line tool";
638 propagatedBuildInputs = [
644 substituteInPlace src/fzf.ml --replace /usr/bin/fzf ${fzf}/bin/fzf
650 hash = "sha256-zGDlxbJINXD1qG7EifZGDfKbQpehdHyR/WLRJRYlwUg=";
651 meta.description = "A library to mark non-record fields global";
652 propagatedBuildInputs = [
658 hex_encode = janePackage {
659 pname = "hex_encode";
660 hash = "sha256-5DqaCJllphdEreOpzAjT61qb3M6aN9b2xhiUjHVLrvE=";
661 meta.description = "Hexadecimal encoding library";
662 propagatedBuildInputs = [
669 higher_kinded = janePackage {
670 pname = "higher_kinded";
671 hash = "sha256-6aZxgGzltRs2aS4MYJh23Gpoqcko6xJxU11T6KixXno=";
672 meta.description = "A library with an encoding of higher kinded types in OCaml";
673 propagatedBuildInputs = [
679 incr_dom = janePackage {
681 hash = "sha256-dkF7+aq5Idw1ltDgGEjGYspdmOXjXqv8AA27b4M7U8A=";
682 meta.description = "A library for building dynamic webapps, using Js_of_ocaml";
683 buildInputs = [ js_of_ocaml-ppx ];
684 propagatedBuildInputs = [
692 incr_map = janePackage {
694 hash = "sha256-qNahlxe3Pe1EEcFz1bAKUw3vBaNjgDlahQeuj/+VqbI=";
695 meta.description = "Helpers for incremental operations on map like data structures";
696 buildInputs = [ ppx_pattern_bind ];
697 propagatedBuildInputs = [
706 incr_select = janePackage {
707 pname = "incr_select";
708 hash = "sha256-/VCNiE8Y7LBL0OHd5V+tB/b3HGKhfSvreU6LZgurYAg=";
709 meta.description = "Handling of large set of incremental outputs from a single input";
710 propagatedBuildInputs = [ incremental ];
713 incremental = janePackage {
714 pname = "incremental";
715 hash = "sha256-siBN36Vv0Bktyxh+8tL6XkUGLqSYMxqvd0UWuTRgAnI=";
716 meta.description = "Library for incremental computations";
717 propagatedBuildInputs = [
723 indentation_buffer = janePackage {
724 pname = "indentation_buffer";
725 hash = "sha256-/IUZyRkcxUsddzGGIoaLpXbpCxJ1satK79GkzPxSPSc=";
726 meta.description = "A library for building strings with indentation";
727 propagatedBuildInputs = [
733 int_repr = janePackage {
735 hash = "sha256-yeaAzw95zB1wow9Alg18CU+eemZVxjdLiO/wVRitDwE=";
736 meta.description = "Integers of various widths";
737 propagatedBuildInputs = [
743 janestreet_cpuid = janePackage {
744 pname = "janestreet_cpuid";
745 hash = "sha256-3ZwEZQSkJJyFW5/+C9x8nW6+GrfVwccNFPlcs7qNcjQ=";
746 meta.description = "A library for parsing CPU capabilities out of the `cpuid` instruction";
747 propagatedBuildInputs = [
754 janestreet_csv = janePackage {
755 pname = "janestreet_csv";
756 hash = "sha256-at7ywGDaYIDsqhxxLYJhB8a697ccfPtKKI8LvCmRgG8=";
757 propagatedBuildInputs = [
772 meta.description = "Tools for working with CSVs on the command line";
775 jane_rope = janePackage {
777 hash = "sha256-Lo4+ZUX9R2EGrz4BN+LqdJgVXB3hQqNifgwsjFC1Hfs=";
778 meta.description = "String representation with cheap concatenation";
779 propagatedBuildInputs = [
785 jane-street-headers = janePackage {
786 pname = "jane-street-headers";
787 hash = "sha256-nEa40utpXA3KiFhp9inWurKyDF4Jw1Jlln6fiW5MAkM=";
788 meta.description = "Jane Street C header files";
791 js_of_ocaml_patches = janePackage {
792 pname = "js_of_ocaml_patches";
793 hash = "sha256-N61IEZLGfCU3ZX+sw35DAUqUh3u8RaCFcNlXxU1dvL8=";
794 meta.description = "Additions to js_of_ocaml's standard library that are required by Jane Street libraries";
795 propagatedBuildInputs = [
799 patches = [ ./js_of_ocaml_patches.patch ];
802 jsonaf = janePackage {
804 hash = "sha256-MMIDHc40cmPpO0n8yREIGMyFndw3NfvGUhy6vHnn40w=";
805 meta.description = "A library for parsing, manipulating, and serializing data structured as JSON";
806 propagatedBuildInputs = [
814 jst-config = janePackage {
815 pname = "jst-config";
816 hash = "sha256-xwQ+q2Hsduu2vWMWFcjoj3H8Es00N7Mv9LwIZG4hw7c=";
817 meta.description = "Compile-time configuration for Jane Street libraries";
825 lru_cache = janePackage {
826 pname = "janestreet_lru_cache";
827 hash = "sha256-/UMSccN9yGAXF7/g6ueSnsfPSnF1fm0zJIRFsThZvH8=";
828 meta.description = "An LRU Cache implementation";
829 propagatedBuildInputs = [
835 man_in_the_middle_debugger = janePackage {
836 pname = "man_in_the_middle_debugger";
837 hash = "sha256-ImEzn/EssgW63vdGhLMp4NB/FW0SsCMQ32ZNAs7bDg4=";
838 meta.description = "Man-in-the-middle debugging library";
839 propagatedBuildInputs = [
848 n_ary = janePackage {
850 hash = "sha256-xg4xK3m7SoO1P+rBHvPqFMLx9JXnADEeyU58UmAqW6s=";
851 meta.description = "A library for N-ary datatypes and operations";
852 propagatedBuildInputs = [
854 expect_test_helpers_core
864 numeric_string = janePackage {
865 pname = "numeric_string";
866 hash = "sha256-cU5ETGfavkkiqZOjehCYg06YdDk8W+ZDqz17FGWHey8=";
867 meta.description = "A comparison function for strings that sorts numeric fragments of strings according to their numeric value";
868 propagatedBuildInputs = [
874 ocaml-compiler-libs = janePackage (
876 pname = "ocaml-compiler-libs";
877 minimalOCamlVersion = "4.04.1";
878 meta.description = "OCaml compiler libraries repackaged";
881 if lib.versionAtLeast ocaml.version "5.2" then
884 hash = "sha256-QaC6BWrpFblra6X1+TrlK+J3vZxLvLJZ2b0427DiQzM=";
889 hash = "sha256-W+KUguz55yYAriHRMcQy8gRPzh2TZSJnexG1JI8TLgI=";
894 ocaml-embed-file = janePackage {
895 pname = "ocaml-embed-file";
896 hash = "sha256-7fyZ5DNcRHud0rd4dLUv9Vyf3lMwMVxgkl9jVUn1/lw=";
897 propagatedBuildInputs = [
901 meta.description = "Files contents as module constants";
904 ocaml_intrinsics_kernel = janePackage {
905 pname = "ocaml_intrinsics_kernel";
906 hash = "sha256-utD9HE0P3vPgSXDW8Bz0FxgEy+lNkIAlN/+JkfDqb9A=";
907 meta.description = "A kernel library of intrinsics for OCaml";
908 buildInputs = [ dune-configurator ];
911 ocaml_intrinsics = janePackage {
912 pname = "ocaml_intrinsics";
913 hash = "sha256-Ndt6ZPJamBYzr1YA941BLwvRgkkbD8AEQR/JjjR38xI=";
914 meta.description = "A library of intrinsics for OCaml";
917 ocaml_intrinsics_kernel
921 ocaml_openapi_generator = janePackage {
922 pname = "ocaml_openapi_generator";
923 hash = "sha256-HCq9fylcVjBMs8L6E860nw+EonWEQadlyEKpQI6mynU=";
924 meta.description = " An OpenAPI 3 to OCaml client generator";
937 nativeBuildInputs = [ ocaml-embed-file ];
940 of_json = janePackage {
942 hash = "sha256-pZCiwXRwZK6ohsGz/WLacgo48ekdT35uD4VESvGxH8A=";
943 meta.description = "A friendly applicative interface for Jsonaf";
952 ordinal_abbreviation = janePackage {
953 pname = "ordinal_abbreviation";
954 hash = "sha256-kmTGnGbhdiUoXXw2DEAeZJL2sudEf8BRRt2RHCdL7HU=";
955 meta.description = "A minimal library for generating ordinal names of integers";
962 parsexp = janePackage {
964 hash = "sha256-iKrZ6XDLM6eRl7obaniDKK6X8R7Kxry6HD7OQBwh3NU=";
965 meta.description = "S-expression parsing library";
966 propagatedBuildInputs = [
972 patdiff = janePackage {
974 hash = "sha256-iphpQ0b8i+ItY57zM4xL9cID9GYuTCMZN7SYa7TDprI=";
976 # Used by patdiff-git-wrapper. Providing it here also causes the shebang
977 # line to be automatically patched.
978 buildInputs = [ bash ];
979 propagatedBuildInputs = [
985 description = "File Diff using the Patience Diff algorithm";
988 patchShebangs test/bin/setup.sh
990 doCheck = false; # test rules broken
993 patience_diff = janePackage {
994 pname = "patience_diff";
995 hash = "sha256-sn/8SvMt7kzzuYUwhB/uH/3mO1aIKHw/oRYRzA7goFU=";
996 meta.description = "Diff library using Bram Cohen's patience diff algorithm";
997 propagatedBuildInputs = [ core_kernel ];
1000 polling_state_rpc = janePackage {
1001 pname = "polling_state_rpc";
1002 hash = "sha256-fZKGva11ztuM+q0Lc6rr9NEH/Qo+wFmE6Rr1/TJm7rA=";
1003 meta.description = "An RPC which tracks state on the client and server so it only needs to send diffs across the wire";
1004 propagatedBuildInputs = [
1015 posixat = janePackage {
1017 hash = "sha256-G+5q8x1jfG3wEwNzX2tkcC2Pm4E5/ZYxQyBwCUNXIrw=";
1018 propagatedBuildInputs = [
1022 meta.description = "Binding to the posix *at functions";
1025 ppx_accessor = janePackage {
1026 pname = "ppx_accessor";
1027 hash = "sha256-vK6lA0J98bDGtVthIdU76ckzH+rpNUD1cQ3vMzHy0Iw=";
1028 meta.description = "[@@deriving] plugin to generate accessors for use with the Accessor libraries";
1029 propagatedBuildInputs = [ accessor ];
1032 ppx_assert = janePackage {
1033 pname = "ppx_assert";
1034 hash = "sha256-o9ywdFH6+qoJ3eWb29/gGlkWkHDMuBx626mNxrT1D8A=";
1035 meta.description = "Assert-like extension nodes that raise useful errors on failure";
1036 propagatedBuildInputs = [
1044 ppx_base = janePackage {
1046 hash = "sha256-/s7c8vfLIO1pPajNldMgurBKXsSzQ8yxqFI6QZCHm5I=";
1047 meta.description = "Base set of ppx rewriters";
1048 propagatedBuildInputs = [
1056 ppx_bench = janePackage {
1057 pname = "ppx_bench";
1058 hash = "sha256-y4nL/wwjJUL2Fa7Ne0f7SR5flCjT1ra9M1uBHOUZWCg=";
1059 meta.description = "Syntax extension for writing in-line benchmarks in ocaml code";
1060 propagatedBuildInputs = [ ppx_inline_test ];
1063 ppx_bin_prot = janePackage {
1064 pname = "ppx_bin_prot";
1065 hash = "sha256-nQps/+Csx3+6H6KBzIm/dLCGWJ9fcRD7JxB4P2lky0o=";
1066 meta.description = "Generation of bin_prot readers and writers from types";
1067 propagatedBuildInputs = [
1071 doCheck = false; # circular dependency with ppx_jane
1074 ppx_cold = janePackage {
1076 hash = "sha256-fFZqlcbUS7D+GjnxSjGYckkQtx6ZcPNtOIsr6Rt6D9A=";
1077 meta.description = "Expands [@cold] into [@inline never][@specialise never][@local never]";
1078 propagatedBuildInputs = [ ppxlib ];
1081 ppx_compare = janePackage {
1082 pname = "ppx_compare";
1083 hash = "sha256-uAXB9cba0IBl+cA2CAuGVVxuos4HXH5jlB6Qjxx44Y0=";
1084 meta.description = "Generation of comparison functions from types";
1085 propagatedBuildInputs = [
1092 ppx_conv_func = janePackage {
1093 pname = "ppx_conv_func";
1094 hash = "sha256-PJ8T0u8VkxefaxojwrmbMXDjqyfAIxKe92B8QqRY2JU=";
1095 meta.description = "Part of the Jane Street's PPX rewriters collection";
1096 propagatedBuildInputs = [
1102 ppx_custom_printf = janePackage {
1103 pname = "ppx_custom_printf";
1104 hash = "sha256-DFgDb9MIFCqglYoMgPUN0zEaxkr7VJAXgLxq1yp8ap4=";
1105 meta.description = "Printf-style format-strings for user-defined string conversion";
1106 propagatedBuildInputs = [ ppx_sexp_conv ];
1109 ppx_css = janePackage {
1111 hash = "sha256-mzLMVtNTy9NrVaNgsRa+oQynxXnh2qlHJCfr3FLFJ2I=";
1112 meta.description = "A ppx that takes in css strings and produces a module for accessing the unique names defined within";
1113 propagatedBuildInputs = [
1126 ppx_csv_conv = janePackage {
1127 pname = "ppx_csv_conv";
1128 hash = "sha256-NtqfagLIYiuyBjEAxilAhATx8acJwD7LykHBzfr+yAc=";
1129 meta.description = "Generate functions to read/write records in csv format";
1130 propagatedBuildInputs = [
1136 ppx_demo = janePackage {
1138 hash = "sha256-blD96GhicOj3b6jYNniSpq6fBR+ul9Y2kn0ZmfbeVMo=";
1139 meta.description = "PPX that exposes the source code string of an expression/module structure";
1140 propagatedBuildInputs = [
1148 ppx_derive_at_runtime = janePackage {
1149 pname = "ppx_derive_at_runtime";
1150 hash = "sha256-Y/z4BKFRt3z1lUGdc7SznIv/ys//dZHoPSnsouj1GtI=";
1151 meta.description = "Define a new ppx deriver by naming a runtime module";
1152 propagatedBuildInputs = [
1154 expect_test_helpers_core
1160 ppx_diff = janePackage {
1162 hash = "sha256-MAn+vcU6vLR8g16Wq1sORyLcLgWxLsazMQY1syY6HsA=";
1163 meta.description = "Generation of diffs and update functions for ocaml types";
1164 propagatedBuildInputs = [
1173 ppx_disable_unused_warnings = janePackage {
1174 pname = "ppx_disable_unused_warnings";
1175 hash = "sha256-KHWIufXU+k6xCLf8l50Pp/1JZ2wFrKnKT/aQYpadlmU=";
1176 meta.description = ''Expands [@disable_unused_warnings] into [@warning "-20-26-32-33-34-35-36-37-38-39-60-66-67"]'';
1177 propagatedBuildInputs = [ ppxlib ];
1180 ppx_embed_file = janePackage {
1181 pname = "ppx_embed_file";
1182 hash = "sha256-Ew6/X7oAq81ldERU37QWXQdgReEtPD/lxbku8WZNJ6A=";
1183 meta.description = "A PPX that allows embedding files directly into executables/libraries as strings or bytes";
1184 propagatedBuildInputs = [
1192 ppx_enumerate = janePackage {
1193 pname = "ppx_enumerate";
1194 hash = "sha256-YqBrxp2fe91k8L3aQVW6egoDPj8onGSRueQkE2Icdu4=";
1195 meta.description = "Generate a list containing all values of a finite type";
1196 propagatedBuildInputs = [
1202 ppx_expect = janePackage {
1203 pname = "ppx_expect";
1204 hash = "sha256-m4Nr48ZET632I6vw5RjpNA0elW3lpN3aPmfA3RzsEn8=";
1205 meta.description = "Cram like framework for OCaml";
1206 propagatedBuildInputs = [
1211 doCheck = false; # test build rules broken
1214 ppx_fields_conv = janePackage {
1215 pname = "ppx_fields_conv";
1216 hash = "sha256-FA7hDgqJMJ2obsVwzwaGnNLPvjP0SkTec8Nh3znuNDQ=";
1217 meta.description = "Generation of accessor and iteration functions for ocaml records";
1218 propagatedBuildInputs = [
1224 ppx_fixed_literal = janePackage {
1225 pname = "ppx_fixed_literal";
1226 hash = "sha256-Xq+btvZQ/+6bcHoH9DcrrhD5CkwpFeedn7YEFHeLzsU=";
1227 meta.description = "Simpler notation for fixed point literals";
1228 propagatedBuildInputs = [ ppxlib ];
1231 ppx_globalize = janePackage {
1232 pname = "ppx_globalize";
1233 hash = "sha256-LKV5zfaf6AXn3NzOhN2ka8NtjItPTIsfmoJVBw5bYi8=";
1234 meta.description = "A ppx rewriter that generates functions to copy local values to the global heap";
1235 propagatedBuildInputs = [
1242 ppx_hash = janePackage {
1244 hash = "sha256-GADCLoF2GjZkvAiezn0xyReCs1avrUgjJGSS/pMNq38=";
1245 meta.description = "A ppx rewriter that generates hash functions from type expressions and definitions";
1246 propagatedBuildInputs = [
1252 ppx_here = janePackage {
1254 hash = "sha256-ybwOcv82uDRPTlfaQgaBJHVq6xBxIRUj07CXP131JsM=";
1255 meta.description = "Expands [%here] into its location";
1256 propagatedBuildInputs = [ ppxlib ];
1257 doCheck = false; # test build rules broken
1260 ppx_ignore_instrumentation = janePackage {
1261 pname = "ppx_ignore_instrumentation";
1262 hash = "sha256-73dp8XKfsLO0Z6A1p5/K7FjxgeUPMBkScx0IjfbOV+w=";
1263 meta.description = "Ignore Jane Street specific instrumentation extensions";
1264 propagatedBuildInputs = [ ppxlib ];
1267 ppx_inline_test = janePackage {
1268 pname = "ppx_inline_test";
1269 hash = "sha256-pNdrmAlT3MUbuPUcMmCRcUIXv4fZ/o/IofJmnUKf8Cs=";
1270 meta.description = "Syntax extension for writing in-line tests in ocaml code";
1271 propagatedBuildInputs = [
1275 doCheck = false; # test build rules broken
1278 ppx_jane = janePackage {
1280 hash = "sha256-HgIob7iJkV0HcGi6IjjSUWdKOAu2TsC3GMyzpjYS1cs=";
1281 meta.description = "Standard Jane Street ppx rewriters";
1282 propagatedBuildInputs = [
1285 ppx_disable_unused_warnings
1288 ppx_ignore_instrumentation
1303 ppx_jsonaf_conv = janePackage {
1304 pname = "ppx_jsonaf_conv";
1305 hash = "sha256-v7CYOJ1g4LkqIv5De5tQjjkBWXqKHbvqfSr0X5jBUuM=";
1306 meta.description = "[@@deriving] plugin to generate Jsonaf conversion functions";
1307 propagatedBuildInputs = [
1315 ppx_js_style = janePackage {
1316 pname = "ppx_js_style";
1317 hash = "sha256-7jRzxe4bLyZ2vnHeqWiLlCUvOlNUAk0dwCfBFhrykUU=";
1318 meta.description = "Code style checker for Jane Street Packages";
1319 propagatedBuildInputs = [
1325 ppx_let = janePackage {
1327 hash = "sha256-JkNQgbPHVDH659m4Xy9ipcZ/iqGtj5q1qQn1P+O7TUY=";
1328 meta.description = "Monadic let-bindings";
1329 propagatedBuildInputs = [
1335 ppx_log = janePackage {
1337 hash = "sha256-llnjWeJH4eg5WtegILRxdwO3RWGWTFeCIKr6EbrUDI4=";
1338 meta.description = "Ppx_sexp_message-like extension nodes for lazily rendering log messages";
1339 propagatedBuildInputs = [
1354 doCheck = false; # test build rules broken
1357 ppx_module_timer = janePackage {
1358 pname = "ppx_module_timer";
1359 hash = "sha256-OWo1Ij9JAxsk9HlTlaz9Qw2+4YCvXDmIvytAOgFCLPI=";
1360 meta.description = "Ppx rewriter that records top-level module startup times";
1361 propagatedBuildInputs = [ time_now ];
1364 ppx_optcomp = janePackage {
1365 pname = "ppx_optcomp";
1366 hash = "sha256-H9oTzhJx9IGRkcwY2YEvcvNgeJ8ETNO95qKcjTXJBwk=";
1367 meta.description = "Optional compilation for OCaml";
1368 propagatedBuildInputs = [ ppxlib ];
1371 ppx_optional = janePackage {
1372 pname = "ppx_optional";
1373 hash = "sha256-SHw2zh6lG1N9zWF2b3VWeYzRHUx4jUxyOYgHd2/N9wE=";
1374 meta.description = "Pattern matching on flat options";
1375 propagatedBuildInputs = [
1381 ppx_pattern_bind = janePackage {
1382 pname = "ppx_pattern_bind";
1383 hash = "sha256-IVDvFU9ERB2YFJOgP/glYcO4KhEH5VdQ7wCCfreboqA=";
1384 meta.description = "A ppx for writing fast incremental bind nodes in a pattern match";
1385 propagatedBuildInputs = [ ppx_let ];
1388 ppx_pipebang = janePackage {
1389 pname = "ppx_pipebang";
1390 hash = "sha256-GBa1zzNChZOQfVSHyUeDEMFxuNUT3lj/pIQi/l1J35M=";
1391 meta.description = "A ppx rewriter that inlines reverse application operators `|>` and `|!`";
1392 propagatedBuildInputs = [ ppxlib ];
1395 ppx_python = janePackage {
1396 pname = "ppx_python";
1397 hash = "sha256-WqTYH5Zz/vRak/CL1ha8oUbQ8+XRuUu9610uj8II74o=";
1398 meta.description = "A [@@deriving] plugin to generate Python conversion functions ";
1399 propagatedBuildInputs = [
1404 doCheck = false; # test rules broken
1407 ppx_quick_test = janePackage {
1408 pname = "ppx_quick_test";
1409 hash = "sha256-Kxb0IJcosC4eYlUjEfZE9FhY8o1/gDHHLWD5Cby5hXY=";
1410 meta.description = "Spiritual equivalent of let%expect_test, but for property based tests";
1411 propagatedBuildInputs = [
1418 expect_test_helpers_core
1427 ppx_sexp_conv = janePackage {
1428 pname = "ppx_sexp_conv";
1429 hash = "sha256-hUi0I50SODK1MpL86xy8eM8yn8f4q1Hv4LP9zFnnr70=";
1430 meta.description = "[@@deriving] plugin to generate S-expression conversion functions";
1431 propagatedBuildInputs = [
1439 ppx_sexp_message = janePackage {
1440 pname = "ppx_sexp_message";
1441 hash = "sha256-SNgTvsTUgFzjqHpyIYk4YuA4c5MbA9e77YUEsDaKTeA=";
1442 meta.description = "A ppx rewriter for easy construction of s-expressions";
1443 propagatedBuildInputs = [
1449 ppx_sexp_value = janePackage {
1450 pname = "ppx_sexp_value";
1451 hash = "sha256-f96DLNFI+s3TKsOj01i6xUoM9L+qRgAXbbepNis397I=";
1452 meta.description = "A ppx rewriter that simplifies building s-expressions from ocaml values";
1453 propagatedBuildInputs = [
1459 ppx_stable = janePackage {
1460 pname = "ppx_stable";
1461 hash = "sha256-N5oPjjQcLgiO9liX8Z0vg0IbQXaGZ4BqOgwvuIKSKaA=";
1462 meta.description = "Stable types conversions generator";
1463 propagatedBuildInputs = [ ppxlib ];
1466 ppx_stable_witness = janePackage {
1467 pname = "ppx_stable_witness";
1468 hash = "sha256-k45uR/OMPRsi5450CuUo592EVc82DPhO8TvBPjgJTh0=";
1469 meta.description = "Ppx extension for deriving a witness that a type is intended to be stable";
1470 propagatedBuildInputs = [
1476 ppx_string = janePackage {
1477 pname = "ppx_string";
1478 hash = "sha256-taAvJas9DvR5CIiFf38IMdNqLJ0QJmnIdcNJAaVILgA=";
1479 meta.description = "Ppx extension for string interpolation";
1480 propagatedBuildInputs = [
1487 ppx_string_conv = janePackage {
1488 pname = "ppx_string_conv";
1489 hash = "sha256-r+XubSXjxVyCsra99D6keJ/lmXeK5SZbI6h/IFghvPQ=";
1490 meta.description = "Ppx to help derive of_string and to_string, primarily for variant types";
1491 propagatedBuildInputs = [
1498 ppx_tydi = janePackage {
1500 hash = "sha256-PM89fP6Rb6M99HgEzQ7LfpW1W5adw6J/E1LFQJtdd0U=";
1501 meta.description = "Let expressions, inferring pattern type from expression";
1502 propagatedBuildInputs = [
1508 ppx_typed_fields = janePackage {
1509 pname = "ppx_typed_fields";
1510 hash = "sha256-aTPEBBc1zniZkEmzubGkU064bwGnefBOjVDqTdPm2w8=";
1511 meta.description = "GADT-based field accessors and utilities";
1512 propagatedBuildInputs = [
1519 ppx_typerep_conv = janePackage {
1520 pname = "ppx_typerep_conv";
1521 hash = "sha256-V9yOSy3cj5/bz9PvpO3J+aeFu1G+qGQ8AR3gSczUZbY=";
1522 meta.description = "Generation of runtime types from type declarations";
1523 propagatedBuildInputs = [
1529 ppx_variants_conv = janePackage {
1530 pname = "ppx_variants_conv";
1531 hash = "sha256-Av2F699LzVCpwcdji6qG0jt5DVxCnIY4eBLaPK1JC10=";
1532 meta.description = "Generation of accessor and iteration functions for ocaml variant types";
1533 propagatedBuildInputs = [
1539 ppxlib_jane = janePackage {
1540 pname = "ppxlib_jane";
1541 hash = "sha256-8NC8CHh3pSdFuRDQCuuhc2xxU+84UAsGFJbbJoKwd0U=";
1542 meta.description = "A library for use in ppxes for constructing and matching on ASTs corresponding to the augmented parsetree";
1543 propagatedBuildInputs = [ ppxlib ];
1546 profunctor = janePackage {
1547 pname = "profunctor";
1548 hash = "sha256-WYPJLt3kYvIzh88XcPpw2xvSNjNX63/LvWwIDK+Xr0Q=";
1549 meta.description = "A library providing a signature for simple profunctors and traversal of a record";
1550 propagatedBuildInputs = [
1557 protocol_version_header = janePackage {
1558 pname = "protocol_version_header";
1559 hash = "sha256-WKy4vahmmj6o82/FbzvFYfJFglgNMrka0XhtCMUyct4=";
1560 meta.description = "Protocol versioning";
1561 propagatedBuildInputs = [ core_kernel ];
1566 hash = "sha256-0VCSOzrVouMRVZJumcqv0F+HQFXlFfVEFIhYq7Tfhrg=";
1567 meta.description = "OCaml bindings for RE2, Google's regular expression library";
1568 propagatedBuildInputs = [
1574 substituteInPlace src/re2_c/dune --replace 'CXX=g++' 'CXX=c++'
1575 substituteInPlace src/dune --replace '(cxx_flags (:standard \ -pedantic) (-I re2_c/libre2))' '(cxx_flags (:standard \ -pedantic) (-I re2_c/libre2) (-x c++))'
1579 re2_stable = janePackage {
1580 pname = "re2_stable";
1582 hash = "sha256-gyet2Pzn7ZIqQ+UP2J51pRmwaESY2LSGTqCMZZwDTE4=";
1583 meta.description = "Re2_stable adds an incomplete but stable serialization of Re2";
1584 propagatedBuildInputs = [
1590 record_builder = janePackage {
1591 pname = "record_builder";
1592 hash = "sha256-NQ0Wizxi/wD8BCwt8hxZWnEpLBTn3XkaG+96ooOKIFE=";
1593 meta.description = "A library which provides traversal of records with an applicative";
1594 propagatedBuildInputs = [
1600 redis-async = janePackage {
1601 pname = "redis-async";
1602 hash = "sha256-bwKPEnK2uJq5H65BDAL1Vk3qSr5kUwaCEiFsgaCdHw8=";
1603 meta.description = "Redis client for Async applications";
1604 propagatedBuildInputs = [
1613 regex_parser_intf = janePackage {
1614 pname = "regex_parser_intf";
1615 hash = "sha256-j6zWJf5c5qWphMqb9JpEAMGDDsrzV+NU2zrGmZHSAgk=";
1616 meta.description = "Interface shared by Re_parser and Re2.Parser";
1617 propagatedBuildInputs = [ base ];
1620 resource_cache = janePackage {
1621 pname = "resource_cache";
1622 hash = "sha256-1WEjvdnl47rjCCMvGxqDKAb2ny6pJDlvDfZhKp+40Jg=";
1623 meta.description = "General resource cache";
1624 propagatedBuildInputs = [ async_rpc_kernel ];
1627 semantic_version = janePackage {
1628 pname = "semantic_version";
1629 hash = "sha256-2Z2C+1bfI6W7Pw7SRYw8EkaVVwQkkm+knCrJIfsJhPE=";
1630 meta.description = "Semantic versioning";
1631 propagatedBuildInputs = [
1638 sexp = janePackage {
1640 hash = "sha256-89SNb0MeJbetRRbA5qbBQPXIcLQ0QCeSf8p9v5yUTP0=";
1641 propagatedBuildInputs = [
1653 meta.description = "S-expression swiss knife";
1656 sexp_grammar = janePackage {
1657 pname = "sexp_grammar";
1658 hash = "sha256-yagp8bEZvc4joV81w56hAb17mUbnekuzECVcwLIvYoE=";
1659 propagatedBuildInputs = [
1669 meta.description = "Helpers for manipulating [Sexplib.Sexp_grammar] values";
1672 sexp_diff = janePackage {
1673 pname = "sexp_diff";
1674 hash = "sha256-0p1+jMa2b/GJu+JtN+XUuR04lFQchxMeu9ikfgErqMU=";
1675 propagatedBuildInputs = [ core_kernel ];
1676 meta.description = "Code for computing the diff of two sexps";
1679 sexp_macro = janePackage {
1680 pname = "sexp_macro";
1681 hash = "sha256-KXJ+6uR38ywkr8uT8n2bWk10W7vW2ntMgxgF4ZvzzWU=";
1682 propagatedBuildInputs = [
1686 meta.description = "Sexp macros";
1689 sexp_pretty = janePackage {
1690 pname = "sexp_pretty";
1691 hash = "sha256-DcgLlwp3AMC1QzFYPzi7aHA+VhnhbG6p/fLDTMx8ATc=";
1692 meta.description = "S-expression pretty-printer";
1693 propagatedBuildInputs = [
1700 sexp_select = janePackage {
1701 pname = "sexp_select";
1702 hash = "sha256-3AUFRtNe32TEB7lItcu7XlEv+3k+4QTitcTnT0kg28Y=";
1703 propagatedBuildInputs = [
1708 meta.description = "A library to use CSS-style selectors to traverse sexp trees";
1711 sexplib0 = janePackage {
1713 hash = "sha256-Q53wEhRet/Ou9Kr0TZNTyXT5ASQpsVLPz5n/I+Fhy+g=";
1714 minimalOCamlVersion = "4.14.0";
1715 meta.description = "Library containing the definition of S-expressions and some base converters";
1718 sexplib = janePackage {
1720 hash = "sha256-DxTMAQbskZ87pMVQnxYc3opGGCzmUKGCZfszr/Z9TGA=";
1721 meta.description = "Library for serializing OCaml values to and from S-expressions";
1722 propagatedBuildInputs = [
1728 shell = janePackage {
1730 hash = "sha256-MJerTFLGrUaR3y3mnKVrH5EQHYBXZyuVL+n2wJZ9HoU=";
1731 meta.description = "Yet another implementation of fork&exec and related functionality";
1732 buildInputs = [ jst-config ];
1733 propagatedBuildInputs = [ textutils ];
1734 checkInputs = [ ounit ];
1737 shexp = janePackage {
1739 hash = "sha256-tf9HqZ01gMWxfcpe3Pl3rdPTPgIEdb59iwzwThznqAc=";
1740 propagatedBuildInputs = [
1744 meta.description = "Process library and s-expression based shell";
1747 spawn = janePackage {
1749 minimalOCamlVersion = "4.05";
1751 hash = "sha256-6vAkRjTZQGiPhYBWX4MBO3GxEDmAE+18vpMWXMcvWJk=";
1752 meta.description = "Spawning sub-processes";
1753 buildInputs = [ ppx_expect ];
1756 splay_tree = janePackage {
1757 pname = "splay_tree";
1758 hash = "sha256-gRHRqUKjFEgkL1h8zSbqJkf+gHxhh61AtAT+mkPcz+k=";
1759 meta.description = "A splay tree implementation";
1760 propagatedBuildInputs = [ core_kernel ];
1763 splittable_random = janePackage {
1764 pname = "splittable_random";
1765 hash = "sha256-LlaCxL17GBZc33spn/JnunpaMQ47n+RXS8CShBlaRWA=";
1766 meta.description = "PRNG that can be split into independent streams";
1767 propagatedBuildInputs = [
1775 stdio = janePackage {
1777 hash = "sha256-N4VMUq6zWdYiJarVECSadxnoXJKh6AsIIaChmHFSbdA=";
1778 meta.description = "Standard IO library for OCaml";
1779 propagatedBuildInputs = [ base ];
1782 stored_reversed = janePackage {
1783 pname = "stored_reversed";
1784 hash = "sha256-FPyQxXaGAzFWW6GiiqKQgU+6/lAZhEQwhNnXsmqKkzg=";
1785 meta.description = "A library for representing a list temporarily stored in reverse order";
1786 propagatedBuildInputs = [
1792 streamable = janePackage {
1793 pname = "streamable";
1794 hash = "sha256-FtrAX4nsacCO5HTVxwLgwwT8R2sASJ05qu4gT2ZVSDg=";
1795 meta.description = "A collection of types suitable for incremental serialization";
1796 propagatedBuildInputs = [
1807 textutils = janePackage {
1808 pname = "textutils";
1809 hash = "sha256-J58sqp9fkx3JyjnH6oJLCyEC0ZvnuDfqLVl+dt3tEgA=";
1810 meta.description = "Text output utilities";
1811 propagatedBuildInputs = [
1817 textutils_kernel = janePackage {
1818 pname = "textutils_kernel";
1819 hash = "sha256-B5ExbKMRSw4RVJ908FVGob2soHFnJ6Ajsdn0q8lDhio=";
1820 meta.description = "Text output utilities";
1821 propagatedBuildInputs = [
1828 tilde_f = janePackage {
1830 hash = "sha256-tuddvOmhk0fikB4dHNdXamBx6xfo4DCvivs44QXp5RQ=";
1831 meta.description = "Provides a let-syntax for continuation-passing style";
1832 propagatedBuildInputs = [
1838 time_now = janePackage {
1840 hash = "sha256-bTPWE9+x+zmdLdzLc1naDlRErPZ8m4WXDJL2iLErdqk=";
1841 meta.description = "Reports the current time";
1846 propagatedBuildInputs = [
1853 timezone = janePackage {
1855 hash = "sha256-/6OLWMrkyQSVTNJ24zRy6v4DObt9q99s75QRS/VVxXE=";
1856 meta.description = "Time-zone handling";
1857 propagatedBuildInputs = [ core_kernel ];
1860 topological_sort = janePackage {
1861 pname = "topological_sort";
1862 hash = "sha256-jLkJnh5lasrphI6BUKv7oVPrKyGqNm6VIGYthNs04iU=";
1863 meta.description = "Topological sort algorithm";
1864 propagatedBuildInputs = [
1870 typerep = janePackage {
1872 hash = "sha256-0KwJdWtibgjxghFmOYKyPrcOAfoLpxYGBZm2KpH8tgA=";
1873 meta.description = "Typerep is a library for runtime types";
1874 propagatedBuildInputs = [ base ];
1877 uopt = janePackage {
1879 hash = "sha256-t0SFJVF0ScyFFwziBZOYCOsmhRd6J5H3s0Kk9NKorcM=";
1880 meta.description = "An [option]-like type that incurs no allocation";
1881 propagatedBuildInputs = [
1887 username_kernel = janePackage {
1888 pname = "username_kernel";
1889 hash = "sha256-1lxWSv7CbmucurNw8ws18N9DYqo4ik2KZBc5GtNmmeU=";
1890 meta.description = "An identifier for a user";
1891 propagatedBuildInputs = [
1897 variantslib = janePackage {
1898 pname = "variantslib";
1899 hash = "sha256-v/p718POQlFsB7N7WmMCDnmQDB2sP1263pSQIuvlLt8=";
1900 meta.description = "Part of Jane Street's Core library";
1901 propagatedBuildInputs = [ base ];
1904 vcaml = janePackage {
1906 hash = "sha256-z3v0Uqb+jE19+EN/b6qQvAx+FaK5HmbdHnxEkYGSmS8=";
1907 meta.description = "OCaml bindings for the Neovim API";
1908 propagatedBuildInputs = [
1912 expect_test_helpers_async
1915 man_in_the_middle_debugger
1918 doCheck = false; # tests depend on nvim
1921 versioned_polling_state_rpc = janePackage {
1922 pname = "versioned_polling_state_rpc";
1923 hash = "sha256-Ba+Pevc/cvvY9FnQ2oTUxTekxypVkEy4MfrpRKmJhZ0=";
1924 meta.description = "Helper functions for creating stable/versioned `Polling_state_rpc.t`s with babel";
1925 propagatedBuildInputs = [
1934 virtual_dom = janePackage {
1935 pname = "virtual_dom";
1936 hash = "sha256-5T+/N1fELa1cR9mhWLUgS3Fwr1OQXJ3J6T3YaHT9q7U=";
1937 meta.description = "OCaml bindings for the virtual-dom library";
1938 buildInputs = [ js_of_ocaml-ppx ];
1939 propagatedBuildInputs = [
1951 virtual_dom_toplayer = janePackage {
1952 pname = "virtual_dom_toplayer";
1953 hash = "sha256-trTSWzWsXkV4RtQvVCyXqJN5/wftaFuooaehNekP9H0=";
1954 meta.description = "OCaml bindings for the floating positioning library for 'toplevel' virtual dom components";
1955 propagatedBuildInputs = [
1967 zarith_stubs_js = janePackage {
1968 pname = "zarith_stubs_js";
1969 hash = "sha256-QNhs9rHZetwgKAOftgQQa6aU8cOux8JOe3dBRrLJVh0=";
1970 meta.description = "Javascripts stubs for the Zarith library";
1971 propagatedBuildInputs = [ ppx_jane ];
1972 doCheck = false; # some test sources unavailable
1975 zstandard = janePackage {
1976 pname = "zstandard";
1977 hash = "sha256-EUI7fnN8ZaM1l0RBsgSAMWO+VXA8VoCv/lO5kcj+j4E=";
1978 meta.description = "OCaml bindings to Zstandard";
1979 buildInputs = [ ppx_jane ];
1980 propagatedBuildInputs = [