this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

delete everything except Core and dependencies

-4838
-27
packages/abstract_algebra/abstract_algebra.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/abstract_algebra" 5 - bug-reports: "https://github.com/janestreet/abstract_algebra/issues" 6 - dev-repo: "git+https://github.com/janestreet/abstract_algebra.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/abstract_algebra/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "dune" {>= "3.11.0"} 17 - ] 18 - available: arch != "arm32" & arch != "x86_32" 19 - synopsis: "A small library describing abstract algebra concepts" 20 - description: " 21 - A library describing abstract algebra concepts. Currently, it includes 22 - Commutative_group and Vector_space. 23 - " 24 - url { 25 - src: "https://github.com/janestreet/abstract_algebra/archive/refs/tags/v0.17.0.tar.gz" 26 - checksum: "sha256=f7cc273be50f9212454342e3c69e85b98a83d1487857ce9f9952c21db309258b" 27 - }
-32
packages/accessor/accessor.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/accessor" 5 - bug-reports: "https://github.com/janestreet/accessor/issues" 6 - dev-repo: "git+https://github.com/janestreet/accessor.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/accessor/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "higher_kinded" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "A library that makes it nicer to work with nested functional data structures" 21 - description: " 22 - An accessor is a value that understands how to reach data within a larger data structure, 23 - independently from what you intend to do with it. Accessors allow you to read and write 24 - data and perform possibly-monadic traversals. By composing accessors, you can work with 25 - increasingly complex data structures. 26 - 27 - In case you have ever heard of \"lenses\", this is an OCaml implementation of that idea. 28 - " 29 - url { 30 - src: "https://github.com/janestreet/accessor/archive/refs/tags/v0.17.0.tar.gz" 31 - checksum: "sha256=7875cdec612852f274aeeb23222309634cf5e605c81465ac4a85f164452e8020" 32 - }
-29
packages/accessor_async/accessor_async.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/accessor_async" 5 - bug-reports: "https://github.com/janestreet/accessor_async/issues" 6 - dev-repo: "git+https://github.com/janestreet/accessor_async.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/accessor_async/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "accessor_core" {>= "v0.17" & < "v0.18"} 15 - "async_kernel" {>= "v0.17" & < "v0.18"} 16 - "core" {>= "v0.17" & < "v0.18"} 17 - "ppx_accessor" {>= "v0.17" & < "v0.18"} 18 - "ppx_jane" {>= "v0.17" & < "v0.18"} 19 - "dune" {>= "3.11.0"} 20 - ] 21 - available: arch != "arm32" & arch != "x86_32" 22 - synopsis: "Accessors for Async types, for use with the Accessor library" 23 - description: " 24 - This library provides accessors for numerous types in Async. 25 - " 26 - url { 27 - src: "https://github.com/janestreet/accessor_async/archive/refs/tags/v0.17.0.tar.gz" 28 - checksum: "sha256=c3317b2fb939dfd0c81cc32403b165894ef08546fba6f6bf993d8f242c149b49" 29 - }
-29
packages/accessor_base/accessor_base.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/accessor_base" 5 - bug-reports: "https://github.com/janestreet/accessor_base/issues" 6 - dev-repo: "git+https://github.com/janestreet/accessor_base.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/accessor_base/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "accessor" {>= "v0.17" & < "v0.18"} 15 - "base" {>= "v0.17" & < "v0.18"} 16 - "higher_kinded" {>= "v0.17" & < "v0.18"} 17 - "ppx_accessor" {>= "v0.17" & < "v0.18"} 18 - "ppx_jane" {>= "v0.17" & < "v0.18"} 19 - "dune" {>= "3.11.0"} 20 - ] 21 - available: arch != "arm32" & arch != "x86_32" 22 - synopsis: "Accessors for Base types, for use with the Accessor library" 23 - description: " 24 - This library provides accessors for numerous types in Base. 25 - " 26 - url { 27 - src: "https://github.com/janestreet/accessor_base/archive/refs/tags/v0.17.0.tar.gz" 28 - checksum: "sha256=a0720a3ac1e59374c7c9663fba25d2259fc8e9b671cfd9d661934225dec91633" 29 - }
-29
packages/accessor_core/accessor_core.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/accessor_core" 5 - bug-reports: "https://github.com/janestreet/accessor_core/issues" 6 - dev-repo: "git+https://github.com/janestreet/accessor_core.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/accessor_core/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "accessor_base" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "ppx_accessor" {>= "v0.17" & < "v0.18"} 17 - "ppx_jane" {>= "v0.17" & < "v0.18"} 18 - "ppx_optcomp" {>= "v0.17" & < "v0.18"} 19 - "dune" {>= "3.11.0"} 20 - ] 21 - available: arch != "arm32" & arch != "x86_32" 22 - synopsis: "Accessors for Core types, for use with the Accessor library" 23 - description: " 24 - This library provides accessors for numerous types in Core. 25 - " 26 - url { 27 - src: "https://github.com/janestreet/accessor_core/archive/refs/tags/v0.17.0.tar.gz" 28 - checksum: "sha256=d4a5743bacb556e6592fabcfae69e3dc08b771cfe2e40628594e483cb0f6f21e" 29 - }
-36
packages/async/async.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/async" 5 - bug-reports: "https://github.com/janestreet/async/issues" 6 - dev-repo: "git+https://github.com/janestreet/async.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async_kernel" {>= "v0.17" & < "v0.18"} 15 - "async_log" {>= "v0.17" & < "v0.18"} 16 - "async_rpc_kernel" {>= "v0.17" & < "v0.18"} 17 - "async_unix" {>= "v0.17" & < "v0.18"} 18 - "core" {>= "v0.17" & < "v0.18"} 19 - "core_kernel" {>= "v0.17" & < "v0.18"} 20 - "core_unix" {>= "v0.17" & < "v0.18"} 21 - "ppx_jane" {>= "v0.17" & < "v0.18"} 22 - "textutils" {>= "v0.17" & < "v0.18"} 23 - "dune" {>= "3.11.0"} 24 - ] 25 - available: arch != "arm32" & arch != "x86_32" 26 - synopsis: "Monadic concurrency library" 27 - description: " 28 - Part of Jane Street's Core library 29 - The Core suite of libraries is an industrial strength alternative to 30 - OCaml's standard library that was developed by Jane Street, the 31 - largest industrial user of OCaml. 32 - " 33 - url { 34 - src: "https://github.com/janestreet/async/archive/refs/tags/v0.17.0.tar.gz" 35 - checksum: "sha256=3edbaa62a7ea910da0d5c06974da9b2b7e14a9e2648596bc7c9f09c89970b5f8" 36 - }
-29
packages/async_durable/async_durable.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/async_durable" 5 - bug-reports: "https://github.com/janestreet/async_durable/issues" 6 - dev-repo: "git+https://github.com/janestreet/async_durable.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_durable/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async_kernel" {>= "v0.17" & < "v0.18"} 15 - "async_rpc_kernel" {>= "v0.17" & < "v0.18"} 16 - "core" {>= "v0.17" & < "v0.18"} 17 - "core_kernel" {>= "v0.17" & < "v0.18"} 18 - "ppx_jane" {>= "v0.17" & < "v0.18"} 19 - "dune" {>= "3.11.0"} 20 - ] 21 - available: arch != "arm32" & arch != "x86_32" 22 - synopsis: "Durable connections for use with async" 23 - description: " 24 - Async_durable helps recover from errors when connections can be easily be recreated. 25 - " 26 - url { 27 - src: "https://github.com/janestreet/async_durable/archive/refs/tags/v0.17.0.tar.gz" 28 - checksum: "sha256=649fa946f3cb7a3df8e198129981e4d8a891c6d2e645a1e6d213a2cc2a358938" 29 - }
-31
packages/async_extra/async_extra.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/async_extra" 5 - bug-reports: "https://github.com/janestreet/async_extra/issues" 6 - dev-repo: "git+https://github.com/janestreet/async_extra.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_extra/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async_kernel" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "core_kernel" {>= "v0.17" & < "v0.18"} 17 - "ppx_jane" {>= "v0.17" & < "v0.18"} 18 - "dune" {>= "3.11.0"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "Monadic concurrency library" 22 - description: " 23 - Part of Jane Street's Core library 24 - The Core suite of libraries is an industrial strength alternative to 25 - OCaml's standard library that was developed by Jane Street, the 26 - largest industrial user of OCaml. 27 - " 28 - url { 29 - src: "https://github.com/janestreet/async_extra/archive/refs/tags/v0.17.0.tar.gz" 30 - checksum: "sha256=52d9f6fed8c6ef25d636f8775b01233a9ed939d52cacf02fd562d2ee0b0881ef" 31 - }
-26
packages/async_find/async_find.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/async_find" 5 - bug-reports: "https://github.com/janestreet/async_find/issues" 6 - dev-repo: "git+https://github.com/janestreet/async_find.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_find/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "Directory traversal with Async" 21 - description: " 22 - " 23 - url { 24 - src: "https://github.com/janestreet/async_find/archive/refs/tags/v0.17.0.tar.gz" 25 - checksum: "sha256=9f4eeb6ceeaab903c2b31e4f5c6cf2176bb035d5cebbcc0aba1c400a4460c956" 26 - }
-29
packages/async_inotify/async_inotify.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/async_inotify" 5 - bug-reports: "https://github.com/janestreet/async_inotify/issues" 6 - dev-repo: "git+https://github.com/janestreet/async_inotify.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_inotify/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "async_find" {>= "v0.17" & < "v0.18"} 16 - "core" {>= "v0.17" & < "v0.18"} 17 - "core_unix" {>= "v0.17" & < "v0.18"} 18 - "ppx_jane" {>= "v0.17" & < "v0.18"} 19 - "dune" {>= "3.11.0"} 20 - "inotify" {>= "2.4.0"} 21 - ] 22 - available: arch != "arm32" & arch != "x86_32" 23 - synopsis: "Async wrapper for inotify" 24 - description: " 25 - " 26 - url { 27 - src: "https://github.com/janestreet/async_inotify/archive/refs/tags/v0.17.0.tar.gz" 28 - checksum: "sha256=d7b1c959d0828ca98ad1b7f537d0c219599372ef26937c134cb112be96f7cf87" 29 - }
-28
packages/async_interactive/async_interactive.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/async_interactive" 5 - bug-reports: "https://github.com/janestreet/async_interactive/issues" 6 - dev-repo: "git+https://github.com/janestreet/async_interactive.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_interactive/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "core_unix" {>= "v0.17" & < "v0.18"} 17 - "ppx_jane" {>= "v0.17" & < "v0.18"} 18 - "dune" {>= "3.11.0"} 19 - "spawn" {>= "v0.15"} 20 - ] 21 - available: arch != "arm32" & arch != "x86_32" 22 - synopsis: "Utilities for building simple command-line based user interfaces" 23 - description: " 24 - " 25 - url { 26 - src: "https://github.com/janestreet/async_interactive/archive/refs/tags/v0.17.0.tar.gz" 27 - checksum: "sha256=3a6bca675a784906c445c0ab34a280263ab93a37777fc76a70facb8ea85dc913" 28 - }
-31
packages/async_js/async_js.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/async_js" 5 - bug-reports: "https://github.com/janestreet/async_js/issues" 6 - dev-repo: "git+https://github.com/janestreet/async_js.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_js/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async_kernel" {>= "v0.17" & < "v0.18"} 15 - "async_rpc_kernel" {>= "v0.17" & < "v0.18"} 16 - "core" {>= "v0.17" & < "v0.18"} 17 - "ppx_jane" {>= "v0.17" & < "v0.18"} 18 - "dune" {>= "3.11.0"} 19 - "js_of_ocaml" {>= "5.1.1" & < "5.7.0"} 20 - "js_of_ocaml-ppx" {>= "5.1.1" & < "5.7.0"} 21 - "uri" {>= "3.0.0"} 22 - "uri-sexp" {>= "3.0.0"} 23 - ] 24 - available: arch != "arm32" & arch != "x86_32" 25 - synopsis: "A small library that provide Async support for JavaScript platforms" 26 - description: " 27 - " 28 - url { 29 - src: "https://github.com/janestreet/async_js/archive/refs/tags/v0.17.0.tar.gz" 30 - checksum: "sha256=6c8898b69bd5fc0c36d0bbcf5a1a5a2cb0b5deb88504cdaeb532c50b50ac1703" 31 - }
-30
packages/async_kernel/async_kernel.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/async_kernel" 5 - bug-reports: "https://github.com/janestreet/async_kernel/issues" 6 - dev-repo: "git+https://github.com/janestreet/async_kernel.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_kernel/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "core_kernel" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "Monadic concurrency library" 21 - description: " 22 - Part of Jane Street's Core library 23 - The Core suite of libraries is an industrial strength alternative to 24 - OCaml's standard library that was developed by Jane Street, the 25 - largest industrial user of OCaml. 26 - " 27 - url { 28 - src: "https://github.com/janestreet/async_kernel/archive/refs/tags/v0.17.0.tar.gz" 29 - checksum: "sha256=01ced973dbc70535f692f38bed524ae82dba17e26e58791b2fbf0d647b160d2e" 30 - }
-33
packages/async_log/async_log.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/async_log" 5 - bug-reports: "https://github.com/janestreet/async_log/issues" 6 - dev-repo: "git+https://github.com/janestreet/async_log.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_log/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async_kernel" {>= "v0.17" & < "v0.18"} 15 - "async_unix" {>= "v0.17" & < "v0.18"} 16 - "core" {>= "v0.17" & < "v0.18"} 17 - "core_kernel" {>= "v0.17" & < "v0.18"} 18 - "ppx_jane" {>= "v0.17" & < "v0.18"} 19 - "timezone" {>= "v0.17" & < "v0.18"} 20 - "dune" {>= "3.11.0"} 21 - ] 22 - available: arch != "arm32" & arch != "x86_32" 23 - synopsis: "Logging library built on top of Async_unix" 24 - description: " 25 - Part of Jane Street's Core library 26 - The Core suite of libraries is an industrial strength alternative to 27 - OCaml's standard library that was developed by Jane Street, the 28 - largest industrial user of OCaml. 29 - " 30 - url { 31 - src: "https://github.com/janestreet/async_log/archive/refs/tags/v0.17.0.tar.gz" 32 - checksum: "sha256=2dae248d74c23aa6a1e0bc38d5b34c975eb4dfbdf32f0970641b5befd8385720" 33 - }
-33
packages/async_rpc_kernel/async_rpc_kernel.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/async_rpc_kernel" 5 - bug-reports: "https://github.com/janestreet/async_rpc_kernel/issues" 6 - dev-repo: "git+https://github.com/janestreet/async_rpc_kernel.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_rpc_kernel/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async_kernel" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "core_kernel" {>= "v0.17" & < "v0.18"} 17 - "gel" {>= "v0.17" & < "v0.18"} 18 - "ppx_jane" {>= "v0.17" & < "v0.18"} 19 - "protocol_version_header" {>= "v0.17" & < "v0.18"} 20 - "dune" {>= "3.11.0"} 21 - ] 22 - available: arch != "arm32" & arch != "x86_32" 23 - synopsis: "Platform-independent core of Async RPC library" 24 - description: " 25 - Part of Jane Street's Core library 26 - The Core suite of libraries is an industrial strength alternative to 27 - OCaml's standard library that was developed by Jane Street, the 28 - largest industrial user of OCaml. 29 - " 30 - url { 31 - src: "https://github.com/janestreet/async_rpc_kernel/archive/refs/tags/v0.17.0.tar.gz" 32 - checksum: "sha256=5ca176611c83a32de5e9731ab5d2d920c974ff1e9c9814785b3bfb444911a654" 33 - }
-36
packages/async_rpc_websocket/async_rpc_websocket.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/async_rpc_websocket" 5 - bug-reports: "https://github.com/janestreet/async_rpc_websocket/issues" 6 - dev-repo: "git+https://github.com/janestreet/async_rpc_websocket.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_rpc_websocket/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async_rpc_kernel" {>= "v0.17" & < "v0.18"} 15 - "cohttp_async_websocket" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "cohttp-async" {>= "2.5.7" & < "3.0.0" | >= "5.1.1" & < "6.0.0"} 18 - "dune" {>= "3.11.0"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "Library to serve and dispatch Async RPCs over websockets" 22 - description: " 23 - Library to serve and dispatch Async RPCs over websockets. 24 - 25 - Rpc_websocket makes it easy to serve and send Async RPCs with 26 - HTTP+Websocket underlying the transport. It also provides a mechanism to share the 27 - RPC implementations between a vanilla TCP server and a HTTP server. 28 - 29 - On the server side, the library detects when a websocket connection 30 - is established, and routes to an optionally provided vanilla HTTP handler 31 - when non-websocket traffic occurs. 32 - " 33 - url { 34 - src: "https://github.com/janestreet/async_rpc_websocket/archive/refs/tags/v0.17.0.tar.gz" 35 - checksum: "sha256=c0303047764087e6ee5b4913c9c1d432c7f8e97bb8d9bb9ef45abd94997b179b" 36 - }
-27
packages/async_sendfile/async_sendfile.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/async_sendfile" 5 - bug-reports: "https://github.com/janestreet/async_sendfile/issues" 6 - dev-repo: "git+https://github.com/janestreet/async_sendfile.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_sendfile/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async_kernel" {>= "v0.17" & < "v0.18"} 15 - "async_unix" {>= "v0.17" & < "v0.18"} 16 - "core" {>= "v0.17" & < "v0.18"} 17 - "ppx_jane" {>= "v0.17" & < "v0.18"} 18 - "dune" {>= "3.11.0"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "Thin wrapper around [Linux_ext.sendfile] to send full files" 22 - description: " 23 - " 24 - url { 25 - src: "https://github.com/janestreet/async_sendfile/archive/refs/tags/v0.17.0.tar.gz" 26 - checksum: "sha256=0ef1548b46df6304899c152d7e1c5b5581344f4d2d1783083319a84aedbdc860" 27 - }
-27
packages/async_shell/async_shell.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/async_shell" 5 - bug-reports: "https://github.com/janestreet/async_shell/issues" 6 - dev-repo: "git+https://github.com/janestreet/async_shell.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_shell/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "shell" {>= "v0.17" & < "v0.18"} 18 - "dune" {>= "3.11.0"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "Shell helpers for Async" 22 - description: " 23 - " 24 - url { 25 - src: "https://github.com/janestreet/async_shell/archive/refs/tags/v0.17.0.tar.gz" 26 - checksum: "sha256=b873051dd46e82b932a52db72a957345a30399c8bce75361024ce7bfe235cb82" 27 - }
-39
packages/async_smtp/async_smtp.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/async_smtp" 5 - bug-reports: "https://github.com/janestreet/async_smtp/issues" 6 - dev-repo: "git+https://github.com/janestreet/async_smtp.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_smtp/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "async_extra" {>= "v0.17" & < "v0.18"} 16 - "async_inotify" {>= "v0.17" & < "v0.18"} 17 - "async_sendfile" {>= "v0.17" & < "v0.18"} 18 - "async_shell" {>= "v0.17" & < "v0.18"} 19 - "async_ssl" {>= "v0.17" & < "v0.18"} 20 - "core" {>= "v0.17" & < "v0.18"} 21 - "core_unix" {>= "v0.17" & < "v0.18"} 22 - "email_message" {>= "v0.17" & < "v0.18"} 23 - "ppx_jane" {>= "v0.17" & < "v0.18"} 24 - "re2" {>= "v0.17" & < "v0.18"} 25 - "resource_cache" {>= "v0.17" & < "v0.18"} 26 - "sexp_macro" {>= "v0.17" & < "v0.18"} 27 - "textutils" {>= "v0.17" & < "v0.18"} 28 - "base64" {>= "3.4.0"} 29 - "cryptokit" {>= "1.16" & < "1.17"} 30 - "dune" {>= "3.11.0"} 31 - ] 32 - available: arch != "arm32" & arch != "x86_32" 33 - synopsis: "SMTP client and server" 34 - description: " 35 - " 36 - url { 37 - src: "https://github.com/janestreet/async_smtp/archive/refs/tags/v0.17.0.tar.gz" 38 - checksum: "sha256=c416027c2537e22129f7049bf03ec3f867557d47b194d7e91d72c399fe656b27" 39 - }
-35
packages/async_ssl/async_ssl.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/async_ssl" 5 - bug-reports: "https://github.com/janestreet/async_ssl/issues" 6 - dev-repo: "git+https://github.com/janestreet/async_ssl.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_ssl/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "base" {>= "v0.17" & < "v0.18"} 16 - "core" {>= "v0.17" & < "v0.18"} 17 - "ppx_jane" {>= "v0.17" & < "v0.18"} 18 - "ppx_optcomp" {>= "v0.17" & < "v0.18"} 19 - "stdio" {>= "v0.17" & < "v0.18"} 20 - "conf-libssl" 21 - "ctypes" {>= "0.18.0"} 22 - "ctypes-foreign" 23 - "dune" {>= "3.11.0"} 24 - "dune-configurator" 25 - ] 26 - available: arch != "arm32" & arch != "x86_32" 27 - synopsis: "An Async-pipe-based interface with OpenSSL" 28 - description: " 29 - This library allows you to create an SSL client and server, with 30 - encrypted communication between both. 31 - " 32 - url { 33 - src: "https://github.com/janestreet/async_ssl/archive/refs/tags/v0.17.0.tar.gz" 34 - checksum: "sha256=d1f9ca883ce9154571b2812235171707b70cb8e65b24ed3aeaec1fbebc5be1ba" 35 - }
-30
packages/async_udp/async_udp.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/async_udp" 5 - bug-reports: "https://github.com/janestreet/async_udp/issues" 6 - dev-repo: "git+https://github.com/janestreet/async_udp.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_udp/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "core_unix" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "Monadic concurrency library" 21 - description: " 22 - Part of Jane Street's Core library 23 - The Core suite of libraries is an industrial strength alternative to 24 - OCaml's standard library that was developed by Jane Street, the 25 - largest industrial user of OCaml. 26 - " 27 - url { 28 - src: "https://github.com/janestreet/async_udp/archive/refs/tags/v0.17.0.tar.gz" 29 - checksum: "sha256=018a4556494ae313ec796b816b2c8463ec4faed88520820f466bf42d849dda80" 30 - }
-34
packages/async_unix/async_unix.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/async_unix" 5 - bug-reports: "https://github.com/janestreet/async_unix/issues" 6 - dev-repo: "git+https://github.com/janestreet/async_unix.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_unix/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async_kernel" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "core_kernel" {>= "v0.17" & < "v0.18"} 17 - "core_unix" {>= "v0.17" & < "v0.18"} 18 - "ppx_jane" {>= "v0.17" & < "v0.18"} 19 - "ppx_optcomp" {>= "v0.17" & < "v0.18"} 20 - "cstruct" {>= "6.0.0"} 21 - "dune" {>= "3.11.0"} 22 - ] 23 - available: arch != "arm32" & arch != "x86_32" 24 - synopsis: "Monadic concurrency library" 25 - description: " 26 - Part of Jane Street's Core library 27 - The Core suite of libraries is an industrial strength alternative to 28 - OCaml's standard library that was developed by Jane Street, the 29 - largest industrial user of OCaml. 30 - " 31 - url { 32 - src: "https://github.com/janestreet/async_unix/archive/refs/tags/v0.17.0.tar.gz" 33 - checksum: "sha256=814d3a9997ec1316b8b2a601b24471740641647a25002761f7df7869c3ac9e33" 34 - }
-29
packages/async_websocket/async_websocket.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/async_websocket" 5 - bug-reports: "https://github.com/janestreet/async_websocket/issues" 6 - dev-repo: "git+https://github.com/janestreet/async_websocket.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_websocket/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "core_kernel" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "cryptokit" {>= "1.16" & < "1.17"} 18 - "dune" {>= "3.11.0"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "A library that implements the websocket protocol on top of Async" 22 - description: " 23 - This library implements both the server and client side of 24 - the websocket protocol. 25 - " 26 - url { 27 - src: "https://github.com/janestreet/async_websocket/archive/refs/tags/v0.17.0.tar.gz" 28 - checksum: "sha256=ddb4eb48a4440b39171a11dcf1dcd9369c4e4a0ababefb330ffe2c0d397b301a" 29 - }
-30
packages/babel/babel.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/babel" 5 - bug-reports: "https://github.com/janestreet/babel/issues" 6 - dev-repo: "git+https://github.com/janestreet/babel.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/babel/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async_rpc_kernel" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "core_kernel" {>= "v0.17" & < "v0.18"} 17 - "ppx_jane" {>= "v0.17" & < "v0.18"} 18 - "streamable" {>= "v0.17" & < "v0.18"} 19 - "tilde_f" {>= "v0.17" & < "v0.18"} 20 - "dune" {>= "3.11.0"} 21 - ] 22 - available: arch != "arm32" & arch != "x86_32" 23 - synopsis: "A library for defining Rpcs that can evolve over time without breaking backward compatibility." 24 - description: " 25 - A library for defining Rpcs that can evolve over time without breaking backward compatibility. 26 - " 27 - url { 28 - src: "https://github.com/janestreet/babel/archive/refs/tags/v0.17.0.tar.gz" 29 - checksum: "sha256=888d7c5987b0b4477283db6636630c976566d52d9db3af3f8ed39935871f9f62" 30 - }
-26
packages/bidirectional_map/bidirectional_map.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/bidirectional_map" 5 - bug-reports: "https://github.com/janestreet/bidirectional_map/issues" 6 - dev-repo: "git+https://github.com/janestreet/bidirectional_map.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/bidirectional_map/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "dune" {>= "3.11.0"} 15 - ] 16 - available: arch != "arm32" & arch != "x86_32" 17 - synopsis: "A library for bidirectional maps and multimaps." 18 - description: " 19 - 20 - A library for bidirectional maps with one-to-one key relationships, 21 - and bidirectional multimaps with many-to-many key relationships. 22 - " 23 - url { 24 - src: "https://github.com/janestreet/bidirectional_map/archive/refs/tags/v0.17.0.tar.gz" 25 - checksum: "sha256=457106c9700a739382cfe79459fd0cd34458fbca613ce37b9826455be7d6dfa6" 26 - }
-29
packages/bigdecimal/bigdecimal.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/bigdecimal" 5 - bug-reports: "https://github.com/janestreet/bigdecimal/issues" 6 - dev-repo: "git+https://github.com/janestreet/bigdecimal.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/bigdecimal/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "bignum" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - "zarith" {>= "1.11"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "Arbitrary-precision decimal based on Zarith" 22 - description: " 23 - A high-precision representation of decimal numbers as [mantissa * 10^exponent], where 24 - the mantissa is internally a [Bigint.t] and the exponent is an [int]. 25 - " 26 - url { 27 - src: "https://github.com/janestreet/bigdecimal/archive/refs/tags/v0.17.0.tar.gz" 28 - checksum: "sha256=7a73ad6a6a742e874d888904d9e78b5174c2ee80d769684d36027df84cb6a8d7" 29 - }
-30
packages/bignum/bignum.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/bignum" 5 - bug-reports: "https://github.com/janestreet/bignum/issues" 6 - dev-repo: "git+https://github.com/janestreet/bignum.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/bignum/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "splittable_random" {>= "v0.17" & < "v0.18"} 17 - "typerep" {>= "v0.17" & < "v0.18"} 18 - "zarith_stubs_js" {>= "v0.17" & < "v0.18"} 19 - "dune" {>= "3.11.0"} 20 - "num" 21 - "zarith" {>= "1.11"} 22 - ] 23 - available: arch != "arm32" & arch != "x86_32" 24 - synopsis: "Core-flavoured wrapper around zarith's arbitrary-precision rationals" 25 - description: " 26 - " 27 - url { 28 - src: "https://github.com/janestreet/bignum/archive/refs/tags/v0.17.0.tar.gz" 29 - checksum: "sha256=7acc936acbaaf71b2c1518e09b7651bec20d8dc72a990c871c40a74b63b1a8ed" 30 - }
-72
packages/bonsai/bonsai.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/bonsai" 5 - bug-reports: "https://github.com/janestreet/bonsai/issues" 6 - dev-repo: "git+https://github.com/janestreet/bonsai.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/bonsai/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "async_durable" {>= "v0.17" & < "v0.18"} 16 - "async_extra" {>= "v0.17" & < "v0.18"} 17 - "async_js" {>= "v0.17" & < "v0.18"} 18 - "async_kernel" {>= "v0.17" & < "v0.18"} 19 - "async_rpc_kernel" {>= "v0.17" & < "v0.18"} 20 - "async_rpc_websocket" {>= "v0.17" & < "v0.18"} 21 - "babel" {>= "v0.17" & < "v0.18"} 22 - "base" {>= "v0.17" & < "v0.18"} 23 - "bin_prot" {>= "v0.17" & < "v0.18"} 24 - "core" {>= "v0.17" & < "v0.18"} 25 - "core_bench" {>= "v0.17" & < "v0.18"} 26 - "core_kernel" {>= "v0.17" & < "v0.18"} 27 - "core_unix" {>= "v0.17" & < "v0.18"} 28 - "expect_test_helpers_core" {>= "v0.17" & < "v0.18"} 29 - "fuzzy_match" {>= "v0.17" & < "v0.18"} 30 - "incr_dom" {>= "v0.17" & < "v0.18"} 31 - "incr_map" {>= "v0.17" & < "v0.18"} 32 - "legacy_diffable" {>= "v0.17" & < "v0.18"} 33 - "ordinal_abbreviation" {>= "v0.17" & < "v0.18"} 34 - "patdiff" {>= "v0.17" & < "v0.18"} 35 - "polling_state_rpc" {>= "v0.17" & < "v0.18"} 36 - "ppx_css" {>= "v0.17" & < "v0.18"} 37 - "ppx_diff" {>= "v0.17" & < "v0.18"} 38 - "ppx_here" {>= "v0.17" & < "v0.18"} 39 - "ppx_jane" {>= "v0.17" & < "v0.18"} 40 - "ppx_let" {>= "v0.17" & < "v0.18"} 41 - "ppx_pattern_bind" {>= "v0.17" & < "v0.18"} 42 - "ppx_quick_test" {>= "v0.17" & < "v0.18"} 43 - "ppx_typed_fields" {>= "v0.17" & < "v0.18"} 44 - "profunctor" {>= "v0.17" & < "v0.18"} 45 - "record_builder" {>= "v0.17" & < "v0.18"} 46 - "sexp_grammar" {>= "v0.17" & < "v0.18"} 47 - "sexplib0" {>= "v0.17" & < "v0.18"} 48 - "streamable" {>= "v0.17" & < "v0.18"} 49 - "textutils" {>= "v0.17" & < "v0.18"} 50 - "versioned_polling_state_rpc" {>= "v0.17" & < "v0.18"} 51 - "virtual_dom" {>= "v0.17" & < "v0.18"} 52 - "base64" {>= "3.4.0"} 53 - "cohttp-async" {>= "2.5.7" & < "3.0.0" | >= "5.1.1" & < "6.0.0"} 54 - "dune" {>= "3.11.0"} 55 - "gen_js_api" {>= "1.0.8"} 56 - "js_of_ocaml" {>= "5.1.1" & < "5.7.0"} 57 - "js_of_ocaml-ppx" {>= "5.1.1" & < "5.7.0"} 58 - "ocaml-embed-file" {>= "v0.17" & < "v0.18"} 59 - "ppxlib" {>= "0.28.0"} 60 - "re" {>= "1.8.0"} 61 - "uri" {>= "3.0.0"} 62 - ] 63 - available: arch != "arm32" & arch != "x86_32" 64 - synopsis: "A library for building dynamic webapps, using Js_of_ocaml" 65 - description: " 66 - Bonsai is a library for building reusable UI components inside an 67 - Incremental-style UI framework such as Incr_dom or React. 68 - " 69 - url { 70 - src: "https://github.com/janestreet/bonsai/archive/refs/tags/v0.17.0.tar.gz" 71 - checksum: "sha256=c78c4476ee6b856846e2d0941e5965009d5e1b853e564b2b1bee61202f0b1ebb" 72 - }
-27
packages/codicons/codicons.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/codicons" 5 - bug-reports: "https://github.com/janestreet/codicons/issues" 6 - dev-repo: "git+https://github.com/janestreet/codicons.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/codicons/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "virtual_dom" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "Icons from VS code" 21 - description: " 22 - Icons from VS code 23 - " 24 - url { 25 - src: "https://github.com/janestreet/codicons/archive/refs/tags/v0.17.0.tar.gz" 26 - checksum: "sha256=e5019efbbe82bcf4081084c14fea32b33824272077e1d6e430ada2d73f90ac2f" 27 - }
-41
packages/cohttp_async_websocket/cohttp_async_websocket.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/cohttp_async_websocket" 5 - bug-reports: "https://github.com/janestreet/cohttp_async_websocket/issues" 6 - dev-repo: "git+https://github.com/janestreet/cohttp_async_websocket.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/cohttp_async_websocket/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "async_ssl" {>= "v0.17" & < "v0.18"} 16 - "async_websocket" {>= "v0.17" & < "v0.18"} 17 - "core" {>= "v0.17" & < "v0.18"} 18 - "ppx_jane" {>= "v0.17" & < "v0.18"} 19 - "base64" {>= "3.4.0"} 20 - "cohttp" {>= "2.5.6"} 21 - "cohttp-async" {>= "2.5.7" & < "3.0.0" | >= "5.1.1" & < "6.0.0"} 22 - "dune" {>= "3.11.0"} 23 - "uri-sexp" {>= "3.0.0"} 24 - ] 25 - available: arch != "arm32" & arch != "x86_32" 26 - synopsis: "Websocket library for use with cohttp and async" 27 - description: " 28 - Websocket library for use with cohttp and async. 29 - 30 - Cohttp_async_websocket is a full-featured server-side 31 - websocket implementation, using Async as the concurrency library, 32 - and Cohttp for HTTP negotiation. 33 - 34 - It implements a large portion of RFC6445. The library has been 35 - hardened with many applications using it for several year, in 36 - conjunction with async-js and google-chrome. 37 - " 38 - url { 39 - src: "https://github.com/janestreet/cohttp_async_websocket/archive/refs/tags/v0.17.0.tar.gz" 40 - checksum: "sha256=4cfb43afd17e67a10c901bc6f63a1fec1b12a210ca3240ddcd0ec3cc8026e030" 41 - }
-28
packages/cohttp_static_handler/cohttp_static_handler.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/cohttp_static_handler" 5 - bug-reports: "https://github.com/janestreet/cohttp_static_handler/issues" 6 - dev-repo: "git+https://github.com/janestreet/cohttp_static_handler.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/cohttp_static_handler/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "ppx_jane" {>= "v0.17" & < "v0.18"} 15 - "cohttp-async" {>= "2.5.7" & < "3.0.0" | >= "5.1.1" & < "6.0.0"} 16 - "dune" {>= "3.11.0"} 17 - "uri-sexp" {>= "3.0.0"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "A library for easily creating a cohttp handler for static files" 21 - description: " 22 - Single page handlers are handlers that serve user specified JavaScript and css 23 - files along with a generated index page that loads those files. 24 - " 25 - url { 26 - src: "https://github.com/janestreet/cohttp_static_handler/archive/refs/tags/v0.17.0.tar.gz" 27 - checksum: "sha256=be86c64e3a5c2c875aafdd27a7d1dd574784d964866c6084c10f931377c164ac" 28 - }
-26
packages/command_rpc/command_rpc.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/command_rpc" 5 - bug-reports: "https://github.com/janestreet/command_rpc/issues" 6 - dev-repo: "git+https://github.com/janestreet/command_rpc.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/command_rpc/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "Utilities for Versioned RPC communication with a child process over stdin and stdout" 21 - description: " 22 - " 23 - url { 24 - src: "https://github.com/janestreet/command_rpc/archive/refs/tags/v0.17.0.tar.gz" 25 - checksum: "sha256=402309e8271af1e8642701dff10f55f02a4847db5029151b2e764f5d211f06eb" 26 - }
-28
packages/content_security_policy/content_security_policy.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/content_security_policy" 5 - bug-reports: "https://github.com/janestreet/content_security_policy/issues" 6 - dev-repo: "git+https://github.com/janestreet/content_security_policy.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/content_security_policy/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "base64" {>= "3.4.0"} 17 - "cryptokit" {>= "1.16" & < "1.17"} 18 - "dune" {>= "3.11.0"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "A library for building content-security policies" 22 - description: " 23 - https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP 24 - " 25 - url { 26 - src: "https://github.com/janestreet/content_security_policy/archive/refs/tags/v0.17.0.tar.gz" 27 - checksum: "sha256=2b02c1d1b864812065a8657f0cda13db493985ea71803cc06a95d5e690a408e2" 28 - }
-27
packages/csvfields/csvfields.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/csvfields" 5 - bug-reports: "https://github.com/janestreet/csvfields/issues" 6 - dev-repo: "git+https://github.com/janestreet/csvfields.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/csvfields/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "sexplib" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - "num" 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "Runtime support for ppx_xml_conv and ppx_csv_conv_deprecated" 22 - description: " 23 - " 24 - url { 25 - src: "https://github.com/janestreet/csvfields/archive/refs/tags/v0.17.0.tar.gz" 26 - checksum: "sha256=c4ab42985bea21fb5880ebc0ef142bf4050a47bd199e0f2bc95ea7f830e9a2cf" 27 - }
-27
packages/dedent/dedent.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/dedent" 5 - bug-reports: "https://github.com/janestreet/dedent/issues" 6 - dev-repo: "git+https://github.com/janestreet/dedent.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/dedent/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "stdio" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "A library for improving redability of multi-line string constants in code." 21 - description: " 22 - A library for improving redability of multi-line string constants in code. 23 - " 24 - url { 25 - src: "https://github.com/janestreet/dedent/archive/refs/tags/v0.17.0.tar.gz" 26 - checksum: "sha256=0e424e351271ffb7aca7ecd6d6c839ac56c22119cc5e14a7c9dcc2fe28708b96" 27 - }
-29
packages/delimited_parsing/delimited_parsing.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/delimited_parsing" 5 - bug-reports: "https://github.com/janestreet/delimited_parsing/issues" 6 - dev-repo: "git+https://github.com/janestreet/delimited_parsing.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/delimited_parsing/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "core_extended" {>= "v0.17" & < "v0.18"} 17 - "ppx_jane" {>= "v0.17" & < "v0.18"} 18 - "dune" {>= "3.11.0"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "Parsing of character (e.g., comma) separated and fixed-width values" 22 - description: " 23 - Delimited_parsing parses character-separated values (such as CSV files) and fixed-width 24 - records. 25 - " 26 - url { 27 - src: "https://github.com/janestreet/delimited_parsing/archive/refs/tags/v0.17.0.tar.gz" 28 - checksum: "sha256=fb9251ba0d024506a02b68606ceb5490a8373f346d2e0329e8c0db7d19d2b0de" 29 - }
-34
packages/ecaml/ecaml.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/ecaml" 5 - bug-reports: "https://github.com/janestreet/ecaml/issues" 6 - dev-repo: "git+https://github.com/janestreet/ecaml.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ecaml/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "async_kernel" {>= "v0.17" & < "v0.18"} 16 - "async_unix" {>= "v0.17" & < "v0.18"} 17 - "core" {>= "v0.17" & < "v0.18"} 18 - "core_kernel" {>= "v0.17" & < "v0.18"} 19 - "core_unix" {>= "v0.17" & < "v0.18"} 20 - "expect_test_helpers_core" {>= "v0.17" & < "v0.18"} 21 - "ppx_jane" {>= "v0.17" & < "v0.18"} 22 - "dune" {>= "3.11.0"} 23 - "uutf" {>= "1.0.2"} 24 - ] 25 - available: arch != "arm32" & arch != "x86_32" 26 - synopsis: "Library for writing Emacs plugin in OCaml" 27 - description: " 28 - Ecaml is a library for writing Emacs plugins in OCaml. It uses Emacs 29 - 25 support for plugins to load native OCaml compiled code. 30 - " 31 - url { 32 - src: "https://github.com/janestreet/ecaml/archive/refs/tags/v0.17.0.tar.gz" 33 - checksum: "sha256=87e76473915e12d718096100a5c4d15d98aba6f99ecbf21814b7389e8c28bb25" 34 - }
-33
packages/email_message/email_message.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/email_message" 5 - bug-reports: "https://github.com/janestreet/email_message/issues" 6 - dev-repo: "git+https://github.com/janestreet/email_message.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/email_message/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "core_kernel" {>= "v0.17" & < "v0.18"} 17 - "core_unix" {>= "v0.17" & < "v0.18"} 18 - "ppx_jane" {>= "v0.17" & < "v0.18"} 19 - "re2" {>= "v0.17" & < "v0.18"} 20 - "angstrom" {>= "0.15.0"} 21 - "base64" {>= "3.4.0"} 22 - "cryptokit" {>= "1.16" & < "1.17"} 23 - "dune" {>= "3.11.0"} 24 - "magic-mime" 25 - ] 26 - available: arch != "arm32" & arch != "x86_32" 27 - synopsis: "E-mail message parser" 28 - description: " 29 - " 30 - url { 31 - src: "https://github.com/janestreet/email_message/archive/refs/tags/v0.17.0.tar.gz" 32 - checksum: "sha256=3aa5c85da8530c277cf9e72e18861b235b3b872f08c87f118c04478433320ebb" 33 - }
-31
packages/env_config/env_config.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/env_config" 5 - bug-reports: "https://github.com/janestreet/env_config/issues" 6 - dev-repo: "git+https://github.com/janestreet/env_config.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/env_config/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "core_unix" {>= "v0.17" & < "v0.18"} 17 - "ppx_jane" {>= "v0.17" & < "v0.18"} 18 - "dune" {>= "3.11.0"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "Helper library for retrieving configuration from an environment variable" 22 - description: " 23 - The Env_config library is a helper for retrieving library and program 24 - configuration from an environment variable. Its goal is to make it easy 25 - to override a configuration that is loaded from disk, computed, or embedded 26 - in a library. 27 - " 28 - url { 29 - src: "https://github.com/janestreet/env_config/archive/refs/tags/v0.17.0.tar.gz" 30 - checksum: "sha256=5bba9ff31f93acf2ffc551f6415228116ca435708c008667a32900ba5678cd9e" 31 - }
-33
packages/expect_test_helpers_async/expect_test_helpers_async.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/expect_test_helpers_async" 5 - bug-reports: "https://github.com/janestreet/expect_test_helpers_async/issues" 6 - dev-repo: "git+https://github.com/janestreet/expect_test_helpers_async.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/expect_test_helpers_async/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "core_unix" {>= "v0.17" & < "v0.18"} 17 - "expect_test_helpers_core" {>= "v0.17" & < "v0.18"} 18 - "ppx_jane" {>= "v0.17" & < "v0.18"} 19 - "sexp_pretty" {>= "v0.17" & < "v0.18"} 20 - "dune" {>= "3.11.0"} 21 - ] 22 - available: arch != "arm32" & arch != "x86_32" 23 - synopsis: "Async helpers for writing expectation tests" 24 - description: " 25 - This library provides helper functions for writing expect tests. 26 - 27 - Note that this library uses Async, for helpers that don't use Async, 28 - look at expect_test_helpers_core. 29 - " 30 - url { 31 - src: "https://github.com/janestreet/expect_test_helpers_async/archive/refs/tags/v0.17.0.tar.gz" 32 - checksum: "sha256=64837b8f4806c4d42b82be130b22fa506affa76004016dfd5a740c988ab42f12" 33 - }
-34
packages/expect_test_helpers_core/expect_test_helpers_core.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/expect_test_helpers_core" 5 - bug-reports: "https://github.com/janestreet/expect_test_helpers_core/issues" 6 - dev-repo: "git+https://github.com/janestreet/expect_test_helpers_core.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/expect_test_helpers_core/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "base_quickcheck" {>= "v0.17" & < "v0.18"} 16 - "core" {>= "v0.17" & < "v0.18"} 17 - "ppx_jane" {>= "v0.17" & < "v0.18"} 18 - "sexp_pretty" {>= "v0.17" & < "v0.18"} 19 - "stdio" {>= "v0.17" & < "v0.18"} 20 - "dune" {>= "3.11.0"} 21 - "re" {>= "1.8.0"} 22 - ] 23 - available: arch != "arm32" & arch != "x86_32" 24 - synopsis: "Helpers for writing expectation tests" 25 - description: " 26 - This library provides helper functions for writing expect tests. 27 - 28 - If you want helpers for writing expect tests using the Async library, 29 - look at expect_test_helpers_async. 30 - " 31 - url { 32 - src: "https://github.com/janestreet/expect_test_helpers_core/archive/refs/tags/v0.17.0.tar.gz" 33 - checksum: "sha256=c8380970589385b459413824ea3b2c959ed0a6600fe088f56eda0e16070880bf" 34 - }
-31
packages/file_path/file_path.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/file_path" 5 - bug-reports: "https://github.com/janestreet/file_path/issues" 6 - dev-repo: "git+https://github.com/janestreet/file_path.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/file_path/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "core_kernel" {>= "v0.17" & < "v0.18"} 17 - "core_unix" {>= "v0.17" & < "v0.18"} 18 - "expect_test_helpers_async" {>= "v0.17" & < "v0.18"} 19 - "expect_test_helpers_core" {>= "v0.17" & < "v0.18"} 20 - "ppx_jane" {>= "v0.17" & < "v0.18"} 21 - "dune" {>= "3.11.0"} 22 - ] 23 - available: arch != "arm32" & arch != "x86_32" 24 - synopsis: "A library for typed manipulation of UNIX-style file paths" 25 - description: " 26 - A library for typed manipulation of UNIX-style file paths. 27 - " 28 - url { 29 - src: "https://github.com/janestreet/file_path/archive/refs/tags/v0.17.0.tar.gz" 30 - checksum: "sha256=c9551e5a328fd2ed8b8716ad10d6718fd3a4e6c23b1d0faa8215cb8db2c68792" 31 - }
-26
packages/fuzzy_match/fuzzy_match.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/fuzzy_match" 5 - bug-reports: "https://github.com/janestreet/fuzzy_match/issues" 6 - dev-repo: "git+https://github.com/janestreet/fuzzy_match.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/fuzzy_match/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "dune" {>= "3.11.0"} 17 - ] 18 - available: arch != "arm32" & arch != "x86_32" 19 - synopsis: "Libraries for fuzzy string matching" 20 - description: " 21 - Libraries for fuzzy string matching 22 - " 23 - url { 24 - src: "https://github.com/janestreet/fuzzy_match/archive/refs/tags/v0.17.0.tar.gz" 25 - checksum: "sha256=33c0511fd8feba43b7904c6a9a0b9ccae77f9ba79e58a8918ef9f8f4d6e2e887" 26 - }
-27
packages/fzf/fzf.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/fzf" 5 - bug-reports: "https://github.com/janestreet/fzf/issues" 6 - dev-repo: "git+https://github.com/janestreet/fzf.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/fzf/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "core_kernel" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "A library for running the fzf command line tool" 21 - description: " 22 - A library for running the fzf command line fuzzy matcher 23 - " 24 - url { 25 - src: "https://github.com/janestreet/fzf/archive/refs/tags/v0.17.0.tar.gz" 26 - checksum: "sha256=25fa38a7b741f9797c018bf910884c0bd417e66a42a16346376a5e900102c6a4" 27 - }
-36
packages/hardcaml/hardcaml.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/hardcaml" 5 - bug-reports: "https://github.com/janestreet/hardcaml/issues" 6 - dev-repo: "git+https://github.com/janestreet/hardcaml.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hardcaml/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "bin_prot" {>= "v0.17" & < "v0.18"} 16 - "core_kernel" {>= "v0.17" & < "v0.18"} 17 - "ppx_jane" {>= "v0.17" & < "v0.18"} 18 - "ppx_sexp_conv" {>= "v0.17" & < "v0.18"} 19 - "stdio" {>= "v0.17" & < "v0.18"} 20 - "dune" {>= "3.11.0"} 21 - "ppxlib" {>= "0.28.0"} 22 - "zarith" {>= "1.11"} 23 - ] 24 - available: arch != "arm32" & arch != "x86_32" 25 - synopsis: "RTL Hardware Design in OCaml" 26 - description: " 27 - Hardcaml is an embedded DSL for designing and simulating hardware in OCaml. 28 - Generic hardware designs are easily expressed using features such as higher 29 - order functions, lists, maps etc. A built in simulator allows designs to 30 - be simulated within Hardcaml. Designs are converted to either Verilog or 31 - VHDL to interact with standard back end tooling. 32 - " 33 - url { 34 - src: "https://github.com/janestreet/hardcaml/archive/refs/tags/v0.17.0.tar.gz" 35 - checksum: "sha256=925bbc1f25dabcdea9cd6dc484badf689dc5dd18e511b6d105c4d7582cb29237" 36 - }
-30
packages/hardcaml_axi/hardcaml_axi.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/hardcaml_axi" 5 - bug-reports: "https://github.com/janestreet/hardcaml_axi/issues" 6 - dev-repo: "git+https://github.com/janestreet/hardcaml_axi.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hardcaml_axi/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "hardcaml" {>= "v0.17" & < "v0.18"} 16 - "hardcaml_circuits" {>= "v0.17" & < "v0.18"} 17 - "hardcaml_handshake" {>= "v0.17" & < "v0.18"} 18 - "ppx_hardcaml" {>= "v0.17" & < "v0.18"} 19 - "ppx_jane" {>= "v0.17" & < "v0.18"} 20 - "dune" {>= "3.11.0"} 21 - ] 22 - available: arch != "arm32" & arch != "x86_32" 23 - synopsis: "Hardcaml AXI Interface Types" 24 - description: " 25 - AXI Lite, Full and Stream Interfaces for Hardcaml 26 - " 27 - url { 28 - src: "https://github.com/janestreet/hardcaml_axi/archive/refs/tags/v0.17.0.tar.gz" 29 - checksum: "sha256=68cc0ea19463f9acc26b2bd06f2c4e606d05e02ed13a62c153c719b3ebbacca1" 30 - }
-35
packages/hardcaml_c/hardcaml_c.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/hardcaml_c" 5 - bug-reports: "https://github.com/janestreet/hardcaml_c/issues" 6 - dev-repo: "git+https://github.com/janestreet/hardcaml_c.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hardcaml_c/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "core_unix" {>= "v0.17" & < "v0.18"} 16 - "hardcaml" {>= "v0.17" & < "v0.18"} 17 - "ppx_hardcaml" {>= "v0.17" & < "v0.18"} 18 - "ppx_jane" {>= "v0.17" & < "v0.18"} 19 - "ctypes" {>= "0.18.0"} 20 - "ctypes-foreign" 21 - "dune" {>= "3.11.0"} 22 - ] 23 - available: arch != "arm32" & arch != "x86_32" 24 - synopsis: "Hardcaml C Simulation Backend" 25 - description: " 26 - A fast C-based simulation backend for Hardcaml circuits. 27 - 28 - The library transparently compiles a Hardcaml Circuit to C code, which is in turn compiled 29 - and linked into the running executable. The generated simulation object can be used like 30 - any other cyclesim simulation. 31 - " 32 - url { 33 - src: "https://github.com/janestreet/hardcaml_c/archive/refs/tags/v0.17.0.tar.gz" 34 - checksum: "sha256=a7c11117b5dfe0fe95a6f7401b26fa6dfe1aa2df1233d0ac96525d7f3fa4acbb" 35 - }
-28
packages/hardcaml_circuits/hardcaml_circuits.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/hardcaml_circuits" 5 - bug-reports: "https://github.com/janestreet/hardcaml_circuits/issues" 6 - dev-repo: "git+https://github.com/janestreet/hardcaml_circuits.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hardcaml_circuits/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "hardcaml" {>= "v0.17" & < "v0.18"} 16 - "ppx_hardcaml" {>= "v0.17" & < "v0.18"} 17 - "ppx_jane" {>= "v0.17" & < "v0.18"} 18 - "dune" {>= "3.11.0"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "Hardcaml Circuits" 22 - description: " 23 - A small library of useful/interesting Hardcaml circuits. 24 - " 25 - url { 26 - src: "https://github.com/janestreet/hardcaml_circuits/archive/refs/tags/v0.17.0.tar.gz" 27 - checksum: "sha256=3b56fde847966d196c01a60f910674e0eeaa93fe912bda9ca5b81246f998a1e2" 28 - }
-34
packages/hardcaml_event_driven_sim/hardcaml_event_driven_sim.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/hardcaml_event_driven_sim" 5 - bug-reports: "https://github.com/janestreet/hardcaml_event_driven_sim/issues" 6 - dev-repo: "git+https://github.com/janestreet/hardcaml_event_driven_sim.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hardcaml_event_driven_sim/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "core_kernel" {>= "v0.17" & < "v0.18"} 16 - "hardcaml" {>= "v0.17" & < "v0.18"} 17 - "hardcaml_waveterm" {>= "v0.17" & < "v0.18"} 18 - "ppx_jane" {>= "v0.17" & < "v0.18"} 19 - "dune" {>= "3.11.0"} 20 - ] 21 - available: arch != "arm32" & arch != "x86_32" 22 - synopsis: "Hardcaml Event Driven Simulator" 23 - description: " 24 - Event driven simulation for Hardcaml designs. 25 - 26 - The kernel library exposes a simulator modelled after VHDL simulation semantics. 27 - 28 - The main library provides means to convert a Hardcaml design into an event driven 29 - simulation model and write testbenches against it. 30 - " 31 - url { 32 - src: "https://github.com/janestreet/hardcaml_event_driven_sim/archive/refs/tags/v0.17.0.tar.gz" 33 - checksum: "sha256=2cf5dfdd10b4d593154c516677e3c6e497ef14d31b7491e5cb8a739f8d34cdae" 34 - }
-28
packages/hardcaml_fixed_point/hardcaml_fixed_point.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/hardcaml_fixed_point" 5 - bug-reports: "https://github.com/janestreet/hardcaml_fixed_point/issues" 6 - dev-repo: "git+https://github.com/janestreet/hardcaml_fixed_point.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hardcaml_fixed_point/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "hardcaml" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "Hardcaml fixed point arithmetic" 21 - description: " 22 - Signed and Unsigned fixed point operations, with a full complement of rounding and 23 - overflow functionality. 24 - " 25 - url { 26 - src: "https://github.com/janestreet/hardcaml_fixed_point/archive/refs/tags/v0.17.0.tar.gz" 27 - checksum: "sha256=7d19c731619e5b1090f450bc56d435bb6c8279267b4783e2089c27d17d08dff2" 28 - }
-28
packages/hardcaml_handshake/hardcaml_handshake.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/hardcaml_handshake" 5 - bug-reports: "https://github.com/janestreet/hardcaml_handshake/issues" 6 - dev-repo: "git+https://github.com/janestreet/hardcaml_handshake.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hardcaml_handshake/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "hardcaml" {>= "v0.17" & < "v0.18"} 16 - "ppx_hardcaml" {>= "v0.17" & < "v0.18"} 17 - "ppx_jane" {>= "v0.17" & < "v0.18"} 18 - "dune" {>= "3.11.0"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "Hardcaml Handshake" 22 - description: " 23 - Library for constructing circuits with a pair of valid and ready handshake signals. 24 - " 25 - url { 26 - src: "https://github.com/janestreet/hardcaml_handshake/archive/refs/tags/v0.17.0.tar.gz" 27 - checksum: "sha256=d85154a5739904e70659578e2a3877d4877a4099fecdb73e9b5e71fc0ebf5d4d" 28 - }
-38
packages/hardcaml_of_verilog/hardcaml_of_verilog.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/hardcaml_of_verilog" 5 - bug-reports: "https://github.com/janestreet/hardcaml_of_verilog/issues" 6 - dev-repo: "git+https://github.com/janestreet/hardcaml_of_verilog.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hardcaml_of_verilog/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "core_unix" {>= "v0.17" & < "v0.18"} 17 - "hardcaml" {>= "v0.17" & < "v0.18"} 18 - "hardcaml_verify" {>= "v0.17" & < "v0.18"} 19 - "jsonaf" {>= "v0.17" & < "v0.18"} 20 - "ppx_hardcaml" {>= "v0.17" & < "v0.18"} 21 - "ppx_jane" {>= "v0.17" & < "v0.18"} 22 - "ppx_jsonaf_conv" {>= "v0.17" & < "v0.18"} 23 - "stdio" {>= "v0.17" & < "v0.18"} 24 - "dune" {>= "3.11.0"} 25 - ] 26 - available: arch != "arm32" & arch != "x86_32" 27 - synopsis: "Convert Verilog to a Hardcaml design" 28 - description: " 29 - The opensource synthesis tool yosys is used to convert a verilog design to a JSON based 30 - netlist representation. This library can load the JSON netlist and build a hardcaml 31 - circuit. 32 - 33 - Code can also be generated to wrap the conversion process using Hardcaml interfaces. 34 - " 35 - url { 36 - src: "https://github.com/janestreet/hardcaml_of_verilog/archive/refs/tags/v0.17.0.tar.gz" 37 - checksum: "sha256=8603da93ce48dc3e550043310ab3b5c0da3bc19f04391ade7bcc8c46dc3e612d" 38 - }
-32
packages/hardcaml_step_testbench/hardcaml_step_testbench.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/hardcaml_step_testbench" 5 - bug-reports: "https://github.com/janestreet/hardcaml_step_testbench/issues" 6 - dev-repo: "git+https://github.com/janestreet/hardcaml_step_testbench.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hardcaml_step_testbench/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "hardcaml" {>= "v0.17" & < "v0.18"} 16 - "hardcaml_event_driven_sim" {>= "v0.17" & < "v0.18"} 17 - "ppx_jane" {>= "v0.17" & < "v0.18"} 18 - "stdio" {>= "v0.17" & < "v0.18"} 19 - "dune" {>= "3.11.0"} 20 - ] 21 - available: arch != "arm32" & arch != "x86_32" 22 - synopsis: "Hardcaml Testbench Monad" 23 - description: " 24 - A monad for interacting with Hardcaml.Cyclesim based simulations. 25 - 26 - Allows multiple control threads to interact with a simulation module, all of which are 27 - synchronised to the system clock. 28 - " 29 - url { 30 - src: "https://github.com/janestreet/hardcaml_step_testbench/archive/refs/tags/v0.17.0.tar.gz" 31 - checksum: "sha256=a21b13cf03b84f06471e7c31ecbac8df1b08f8ac1156d0f3a41d2250ea293b2f" 32 - }
-38
packages/hardcaml_verify/hardcaml_verify.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/hardcaml_verify" 5 - bug-reports: "https://github.com/janestreet/hardcaml_verify/issues" 6 - dev-repo: "git+https://github.com/janestreet/hardcaml_verify.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hardcaml_verify/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "hardcaml" {>= "v0.17" & < "v0.18"} 16 - "hardcaml_waveterm" {>= "v0.17" & < "v0.18"} 17 - "ppx_hardcaml" {>= "v0.17" & < "v0.18"} 18 - "ppx_jane" {>= "v0.17" & < "v0.18"} 19 - "stdio" {>= "v0.17" & < "v0.18"} 20 - "dune" {>= "3.11.0"} 21 - "re" {>= "1.8.0"} 22 - ] 23 - available: arch != "arm32" & arch != "x86_32" 24 - synopsis: "Hardcaml Verification Tools" 25 - description: " 26 - Tools for verifying properties of Hardcaml circuits. 27 - 28 - Combinational circuits can be converted to 'conjunctive normal form' for input into SAT 29 - solvers via DIMAC files. Support for a few opensource solvers is integrated - minisat, 30 - picosat, Z3 - just ensure they are in your PATH. 31 - 32 - Circuits can also be converted to NuSMV format for advanced bounded and unbounded model 33 - checking tasks. 34 - " 35 - url { 36 - src: "https://github.com/janestreet/hardcaml_verify/archive/refs/tags/v0.17.0.tar.gz" 37 - checksum: "sha256=a09a904776ad848f685afb4ebe85e0d449acb81f6f2425fccc52a3c5b76be629" 38 - }
-34
packages/hardcaml_verilator/hardcaml_verilator.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/hardcaml_verilator" 5 - bug-reports: "https://github.com/janestreet/hardcaml_verilator/issues" 6 - dev-repo: "git+https://github.com/janestreet/hardcaml_verilator.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hardcaml_verilator/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "core_unix" {>= "v0.17" & < "v0.18"} 16 - "hardcaml" {>= "v0.17" & < "v0.18"} 17 - "ppx_hardcaml" {>= "v0.17" & < "v0.18"} 18 - "ppx_jane" {>= "v0.17" & < "v0.18"} 19 - "ctypes" {>= "0.18.0"} 20 - "ctypes-foreign" 21 - "dune" {>= "3.11.0"} 22 - ] 23 - available: arch != "arm32" & arch != "x86_32" 24 - synopsis: "Hardcaml Verilator Simulation Backend" 25 - description: " 26 - Very fast verilator-based simulations of Hardcaml circuits. 27 - 28 - This library transparently compiles a verilator-based shared library, and links it back 29 - to the running executable to be used as a Cyclesim simulation. 30 - " 31 - url { 32 - src: "https://github.com/janestreet/hardcaml_verilator/archive/refs/tags/v0.17.0.tar.gz" 33 - checksum: "sha256=76f944f35c445eeb3028ff9e73dcdf1778937078ad655c1e949278d23d888251" 34 - }
-40
packages/hardcaml_waveterm/hardcaml_waveterm.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/hardcaml_waveterm" 5 - bug-reports: "https://github.com/janestreet/hardcaml_waveterm/issues" 6 - dev-repo: "git+https://github.com/janestreet/hardcaml_waveterm.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hardcaml_waveterm/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "core_unix" {>= "v0.17" & < "v0.18"} 16 - "hardcaml" {>= "v0.17" & < "v0.18"} 17 - "notty_async" {>= "v0.17" & < "v0.18"} 18 - "ppx_jane" {>= "v0.17" & < "v0.18"} 19 - "stdio" {>= "v0.17" & < "v0.18"} 20 - "cryptokit" {>= "1.16" & < "1.17"} 21 - "dune" {>= "3.11.0"} 22 - "notty" {>= "0.2.1"} 23 - "num" 24 - "re" {>= "1.8.0"} 25 - ] 26 - available: arch != "arm32" & arch != "x86_32" 27 - synopsis: "A terminal based digital waveform viewer for Hardcaml" 28 - description: " 29 - The hardcaml_waveterm library renders digital waveforms to unicode. Such 30 - waveforms can be used in expect tests or for debugging using the supplied 31 - interactive terminal application. 32 - 33 - The library is closely integrated with Hardcaml and can be easily attached 34 - to simulations. 35 - " 36 - conflicts: ["hardcaml-waveterm"] 37 - url { 38 - src: "https://github.com/janestreet/hardcaml_waveterm/archive/refs/tags/v0.17.0.tar.gz" 39 - checksum: "sha256=a6780e4310f46cd71ff8a3cdf12bb51afdf0eaea5e84645a148a4ecd0f02920b" 40 - }
-33
packages/hardcaml_xilinx/hardcaml_xilinx.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/hardcaml_xilinx" 5 - bug-reports: "https://github.com/janestreet/hardcaml_xilinx/issues" 6 - dev-repo: "git+https://github.com/janestreet/hardcaml_xilinx.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hardcaml_xilinx/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "hardcaml" {>= "v0.17" & < "v0.18"} 16 - "n_ary" {>= "v0.17" & < "v0.18"} 17 - "ppx_hardcaml" {>= "v0.17" & < "v0.18"} 18 - "ppx_jane" {>= "v0.17" & < "v0.18"} 19 - "dune" {>= "3.11.0"} 20 - ] 21 - available: arch != "arm32" & arch != "x86_32" 22 - synopsis: "Hardcaml wrappers for Xilinx memory primitives" 23 - description: " 24 - The Hardcaml_xilinx library provides wrappers for Xilinx specific RAM and FIFO primitive 25 - blocks. In many cases a simulation model is provided. 26 - 27 - The `Synthesis` module implements various arithmetic and logical RTL components with 28 - Xilinx LUT primitives. 29 - " 30 - url { 31 - src: "https://github.com/janestreet/hardcaml_xilinx/archive/refs/tags/v0.17.0.tar.gz" 32 - checksum: "sha256=01df85cf275569447f3c8f1ad03bbae5f8751afbb886833be875aedda9ae3288" 33 - }
-32
packages/hardcaml_xilinx_components/hardcaml_xilinx_components.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/hardcaml_xilinx_components" 5 - bug-reports: "https://github.com/janestreet/hardcaml_xilinx_components/issues" 6 - dev-repo: "git+https://github.com/janestreet/hardcaml_xilinx_components.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hardcaml_xilinx_components/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "core_unix" {>= "v0.17" & < "v0.18"} 17 - "hardcaml" {>= "v0.17" & < "v0.18"} 18 - "ppx_jane" {>= "v0.17" & < "v0.18"} 19 - "stdio" {>= "v0.17" & < "v0.18"} 20 - "dune" {>= "3.11.0"} 21 - "re" {>= "1.8.0"} 22 - ] 23 - available: arch != "arm32" & arch != "x86_32" 24 - synopsis: "Hardcaml Xilinx component definitions" 25 - description: " 26 - A tool for reading Xilinx VHDL Unisim and XPM component definitions from a Vivado 27 - installation and generating Hardcaml interfaces automatically. 28 - " 29 - url { 30 - src: "https://github.com/janestreet/hardcaml_xilinx_components/archive/refs/tags/v0.17.0.tar.gz" 31 - checksum: "sha256=b3e7c8db60c0407cca91bbaf470c003a6d0831a45db90622f241fbdb88084206" 32 - }
-40
packages/hardcaml_xilinx_reports/hardcaml_xilinx_reports.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/hardcaml_xilinx_reports" 5 - bug-reports: "https://github.com/janestreet/hardcaml_xilinx_reports/issues" 6 - dev-repo: "git+https://github.com/janestreet/hardcaml_xilinx_reports.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hardcaml_xilinx_reports/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "base" {>= "v0.17" & < "v0.18"} 16 - "core" {>= "v0.17" & < "v0.18"} 17 - "core_unix" {>= "v0.17" & < "v0.18"} 18 - "hardcaml" {>= "v0.17" & < "v0.18"} 19 - "ppx_hardcaml" {>= "v0.17" & < "v0.18"} 20 - "ppx_jane" {>= "v0.17" & < "v0.18"} 21 - "stdio" {>= "v0.17" & < "v0.18"} 22 - "textutils" {>= "v0.17" & < "v0.18"} 23 - "dune" {>= "3.11.0"} 24 - ] 25 - available: arch != "arm32" & arch != "x86_32" 26 - synopsis: "Hardcaml Xilinx Reports" 27 - description: " 28 - Provides a library which can take a hierarchical hardcaml design and run Xilinx 29 - Vivado synthesis on each module in the design hierarchy. 30 - 31 - Resource utilization and timing estimates are provided for each module. 32 - 33 - The synthesis process for each module can be configured to report statistics for 34 - just the local module, or for all modules below it as well. Running in different 35 - ways can provide better insight into the design. 36 - " 37 - url { 38 - src: "https://github.com/janestreet/hardcaml_xilinx_reports/archive/refs/tags/v0.17.0.tar.gz" 39 - checksum: "sha256=1fb3bc2a34aa0df9963925a2e0e3218184ac30a79d772db6571082622d0c330b" 40 - }
-26
packages/hex_encode/hex_encode.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/hex_encode" 5 - bug-reports: "https://github.com/janestreet/hex_encode/issues" 6 - dev-repo: "git+https://github.com/janestreet/hex_encode.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hex_encode/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "dune" {>= "3.11.0"} 17 - ] 18 - available: arch != "arm32" & arch != "x86_32" 19 - synopsis: "Hexadecimal encoding library" 20 - description: " 21 - This library implements hexadecimal encoding and decoding 22 - " 23 - url { 24 - src: "https://github.com/janestreet/hex_encode/archive/refs/tags/v0.17.0.tar.gz" 25 - checksum: "sha256=66edd9896dd851038315a7bdf500af81f2dd88ddfbc9ad841bd67f8507f86ad0" 26 - }
-29
packages/hg_lib/hg_lib.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/hg_lib" 5 - bug-reports: "https://github.com/janestreet/hg_lib/issues" 6 - dev-repo: "git+https://github.com/janestreet/hg_lib.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hg_lib/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "core_kernel" {>= "v0.17" & < "v0.18"} 17 - "expect_test_helpers_core" {>= "v0.17" & < "v0.18"} 18 - "ppx_jane" {>= "v0.17" & < "v0.18"} 19 - "dune" {>= "3.11.0"} 20 - ] 21 - available: arch != "arm32" & arch != "x86_32" 22 - synopsis: "A library that wraps the Mercurial command line interface" 23 - description: " 24 - A library that wraps the Mercurial command line interface. 25 - " 26 - url { 27 - src: "https://github.com/janestreet/hg_lib/archive/refs/tags/v0.17.0.tar.gz" 28 - checksum: "sha256=2b7ec89fea70243afe99e6756268c59a76a600ab8db573c64efbe305485acf94" 29 - }
-29
packages/higher_kinded/higher_kinded.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/higher_kinded" 5 - bug-reports: "https://github.com/janestreet/higher_kinded/issues" 6 - dev-repo: "git+https://github.com/janestreet/higher_kinded.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/higher_kinded/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "dune" {>= "3.11.0"} 17 - ] 18 - available: arch != "arm32" & arch != "x86_32" 19 - synopsis: "A library with an encoding of higher kinded types in OCaml" 20 - description: " 21 - OCaml natively supports parameterized type constructors, such as =option=. The parameters 22 - of a type constructor may only be types, not arbitrary type constructors. This library 23 - makes it possible to parameterize a type with a witness that represents a type 24 - constructor. 25 - " 26 - url { 27 - src: "https://github.com/janestreet/higher_kinded/archive/refs/tags/v0.17.0.tar.gz" 28 - checksum: "sha256=a9f046111d35745d60e13eaa212d621a8bdad315f350fe1b024d0854f99e0551" 29 - }
-53
packages/incr_dom/incr_dom.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/incr_dom" 5 - bug-reports: "https://github.com/janestreet/incr_dom/issues" 6 - dev-repo: "git+https://github.com/janestreet/incr_dom.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/incr_dom/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async_js" {>= "v0.17" & < "v0.18"} 15 - "async_kernel" {>= "v0.17" & < "v0.18"} 16 - "core" {>= "v0.17" & < "v0.18"} 17 - "core_kernel" {>= "v0.17" & < "v0.18"} 18 - "incr_map" {>= "v0.17" & < "v0.18"} 19 - "incr_select" {>= "v0.17" & < "v0.18"} 20 - "incremental" {>= "v0.17" & < "v0.18"} 21 - "ppx_jane" {>= "v0.17" & < "v0.18"} 22 - "virtual_dom" {>= "v0.17" & < "v0.18"} 23 - "dune" {>= "3.11.0"} 24 - "js_of_ocaml" {>= "5.1.1" & < "5.7.0"} 25 - "js_of_ocaml-ppx" {>= "5.1.1" & < "5.7.0"} 26 - ] 27 - available: arch != "arm32" & arch != "x86_32" 28 - synopsis: "A library for building dynamic webapps, using Js_of_ocaml" 29 - description: " 30 - The library is designed roughly on a model/view/controller model. 31 - Your application is built out of: 32 - 33 - - A functional model type that tracks the state of your application. 34 - 35 - - An incremental /view/ function for computing an HTML-like 36 - representation of how your application should render on the browser. 37 - The is based on the [[https://github.com/Matt-Esch/virtual-dom][virtual-dom]] javascript library. 38 - 39 - - An action type that is used to schedule events that update the 40 - model. 41 - 42 - Combined with the ability to use Async, and in particular to send out 43 - network requests using websockets, this should allow the easy 44 - construction of rich web applications in a fairly comprehensible 45 - style. 46 - 47 - If you want a more concrete sense of how this works, look in the 48 - examples directory. 49 - " 50 - url { 51 - src: "https://github.com/janestreet/incr_dom/archive/refs/tags/v0.17.0.tar.gz" 52 - checksum: "sha256=a3a9ef135edd2039b5e771dfd9461ff2bbae55e2611af0e81c9577898314a76f" 53 - }
-35
packages/incr_dom_interactive/incr_dom_interactive.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/incr_dom_interactive" 5 - bug-reports: "https://github.com/janestreet/incr_dom_interactive/issues" 6 - dev-repo: "git+https://github.com/janestreet/incr_dom_interactive.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/incr_dom_interactive/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async_js" {>= "v0.17" & < "v0.18"} 15 - "async_kernel" {>= "v0.17" & < "v0.18"} 16 - "incr_dom" {>= "v0.17" & < "v0.18"} 17 - "incr_map" {>= "v0.17" & < "v0.18"} 18 - "incr_select" {>= "v0.17" & < "v0.18"} 19 - "incremental" {>= "v0.17" & < "v0.18"} 20 - "ppx_jane" {>= "v0.17" & < "v0.18"} 21 - "splay_tree" {>= "v0.17" & < "v0.18"} 22 - "virtual_dom" {>= "v0.17" & < "v0.18"} 23 - "dune" {>= "3.11.0"} 24 - "js_of_ocaml" {>= "5.1.1" & < "5.7.0"} 25 - "js_of_ocaml-ppx" {>= "5.1.1" & < "5.7.0"} 26 - ] 27 - available: arch != "arm32" & arch != "x86_32" 28 - synopsis: "A monad for composing chains of interactive UI elements" 29 - description: " 30 - This library allows your program to receive input from the user using DOM elements such as checkboxes, text fields, and buttons. It allows you to inspect the user's input and decide afterwards what the rest of the [Interactive.t] should be. This library is intended to be used in conjunction with Incr_dom. 31 - " 32 - url { 33 - src: "https://github.com/janestreet/incr_dom_interactive/archive/refs/tags/v0.17.0.tar.gz" 34 - checksum: "sha256=6444129e603cb3edbf005b5dfbe6cb27f86e102092c2d7fc87107f02ab61281b" 35 - }
-31
packages/incr_dom_partial_render/incr_dom_partial_render.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/incr_dom_partial_render" 5 - bug-reports: "https://github.com/janestreet/incr_dom_partial_render/issues" 6 - dev-repo: "git+https://github.com/janestreet/incr_dom_partial_render.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/incr_dom_partial_render/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "incr_dom" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "ppx_pattern_bind" {>= "v0.17" & < "v0.18"} 17 - "splay_tree" {>= "v0.17" & < "v0.18"} 18 - "virtual_dom" {>= "v0.17" & < "v0.18"} 19 - "dune" {>= "3.11.0"} 20 - "js_of_ocaml" {>= "5.1.1" & < "5.7.0"} 21 - "js_of_ocaml-ppx" {>= "5.1.1" & < "5.7.0"} 22 - ] 23 - available: arch != "arm32" & arch != "x86_32" 24 - synopsis: "A library for simplifying rendering of large amounts of data" 25 - description: " 26 - This library provides tools for rendering of tabular data efficiently, in particular supporting _partial rendering_, i.e. only rendering a subset of the widgets that are logically in the view, depending on what is expected to be visible to the end user. 27 - " 28 - url { 29 - src: "https://github.com/janestreet/incr_dom_partial_render/archive/refs/tags/v0.17.0.tar.gz" 30 - checksum: "sha256=16e10c09904502c18c5ab364f480f5e40022e56e39034274cf93652391924997" 31 - }
-34
packages/incr_dom_sexp_form/incr_dom_sexp_form.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/incr_dom_sexp_form" 5 - bug-reports: "https://github.com/janestreet/incr_dom_sexp_form/issues" 6 - dev-repo: "git+https://github.com/janestreet/incr_dom_sexp_form.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/incr_dom_sexp_form/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "incr_dom" {>= "v0.17" & < "v0.18"} 15 - "incr_dom_interactive" {>= "v0.17" & < "v0.18"} 16 - "incr_map" {>= "v0.17" & < "v0.18"} 17 - "incr_select" {>= "v0.17" & < "v0.18"} 18 - "incremental" {>= "v0.17" & < "v0.18"} 19 - "ppx_jane" {>= "v0.17" & < "v0.18"} 20 - "splay_tree" {>= "v0.17" & < "v0.18"} 21 - "virtual_dom" {>= "v0.17" & < "v0.18"} 22 - "dune" {>= "3.11.0"} 23 - "js_of_ocaml" {>= "5.1.1" & < "5.7.0"} 24 - "js_of_ocaml-ppx" {>= "5.1.1" & < "5.7.0"} 25 - ] 26 - available: arch != "arm32" & arch != "x86_32" 27 - synopsis: "A library for building forms that allow the user to edit complicated types" 28 - description: " 29 - It relies on the fact that the type of the value being edited can be serialized via sexps. 30 - " 31 - url { 32 - src: "https://github.com/janestreet/incr_dom_sexp_form/archive/refs/tags/v0.17.0.tar.gz" 33 - checksum: "sha256=0694b751713321ad1d41e9f3185fcc787f23db7a02f9c644112626cb42ff5665" 34 - }
-36
packages/incr_map/incr_map.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/incr_map" 5 - bug-reports: "https://github.com/janestreet/incr_map/issues" 6 - dev-repo: "git+https://github.com/janestreet/incr_map.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/incr_map/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "abstract_algebra" {>= "v0.17" & < "v0.18"} 15 - "bignum" {>= "v0.17" & < "v0.18"} 16 - "core" {>= "v0.17" & < "v0.18"} 17 - "incremental" {>= "v0.17" & < "v0.18"} 18 - "legacy_diffable" {>= "v0.17" & < "v0.18"} 19 - "ppx_diff" {>= "v0.17" & < "v0.18"} 20 - "ppx_jane" {>= "v0.17" & < "v0.18"} 21 - "ppx_pattern_bind" {>= "v0.17" & < "v0.18"} 22 - "streamable" {>= "v0.17" & < "v0.18"} 23 - "dune" {>= "3.11.0"} 24 - ] 25 - available: arch != "arm32" & arch != "x86_32" 26 - synopsis: "Helpers for incremental operations on map like data structures" 27 - description: " 28 - A set of functions for operating incrementally and efficiently on map 29 - like data structures. This leverages new functionality in Incremental 30 - along with the ability to efficiently diff map data structures using 31 - =Map.symmetric_diff=. 32 - " 33 - url { 34 - src: "https://github.com/janestreet/incr_map/archive/refs/tags/v0.17.0.tar.gz" 35 - checksum: "sha256=91acc784e4760af8544c4504bee1a9f6d7385eb0620f8e56392cd193a250b7d2" 36 - }
-32
packages/incr_select/incr_select.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/incr_select" 5 - bug-reports: "https://github.com/janestreet/incr_select/issues" 6 - dev-repo: "git+https://github.com/janestreet/incr_select.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/incr_select/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "incremental" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "Handling of large set of incremental outputs from a single input" 21 - description: " 22 - Ability to create a large set of incremental outputs based on a single 23 - incremental input, where some subset of the outputs are selected to 24 - have specific values, and the remainder are left with a specified 25 - default value. The outputs are updated in time proportional to the 26 - number of outputs that are changed, independent of the number of 27 - outputs that exist. 28 - " 29 - url { 30 - src: "https://github.com/janestreet/incr_select/archive/refs/tags/v0.17.0.tar.gz" 31 - checksum: "sha256=5d194c87f06aabcb4a6df1746ef66c9996943e9385ec691439ec5d072bdd9edd" 32 - }
-33
packages/incremental/incremental.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/incremental" 5 - bug-reports: "https://github.com/janestreet/incremental/issues" 6 - dev-repo: "git+https://github.com/janestreet/incremental.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/incremental/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "core_kernel" {>= "v0.17" & < "v0.18"} 16 - "janestreet_lru_cache" {>= "v0.17" & < "v0.18"} 17 - "ppx_jane" {>= "v0.17" & < "v0.18"} 18 - "ppx_optcomp" {>= "v0.17" & < "v0.18"} 19 - "uopt" {>= "v0.17" & < "v0.18"} 20 - "dune" {>= "3.11.0"} 21 - ] 22 - available: arch != "arm32" & arch != "x86_32" 23 - synopsis: "Library for incremental computations" 24 - description: " 25 - Part of Jane Street's Core library 26 - The Core suite of libraries is an industrial strength alternative to 27 - OCaml's standard library that was developed by Jane Street, the 28 - largest industrial user of OCaml. 29 - " 30 - url { 31 - src: "https://github.com/janestreet/incremental/archive/refs/tags/v0.17.0.tar.gz" 32 - checksum: "sha256=bcd6da0c70d9f0b0d528b16d8faf800dd92cd45dca817f4b750628921671e8e0" 33 - }
-26
packages/indentation_buffer/indentation_buffer.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/indentation_buffer" 5 - bug-reports: "https://github.com/janestreet/indentation_buffer/issues" 6 - dev-repo: "git+https://github.com/janestreet/indentation_buffer.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/indentation_buffer/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "dune" {>= "3.11.0"} 17 - ] 18 - available: arch != "arm32" & arch != "x86_32" 19 - synopsis: "A library for building strings with indentation" 20 - description: " 21 - A library for building strings with indentation 22 - " 23 - url { 24 - src: "https://github.com/janestreet/indentation_buffer/archive/refs/tags/v0.17.0.tar.gz" 25 - checksum: "sha256=e6b90976da50d61a3845f46d08199cc0eaa7f0f1601d0692ee15310067872c4c" 26 - }
-25
packages/jane_rope/jane_rope.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/jane_rope" 5 - bug-reports: "https://github.com/janestreet/jane_rope/issues" 6 - dev-repo: "git+https://github.com/janestreet/jane_rope.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/jane_rope/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "dune" {>= "3.11.0"} 17 - ] 18 - available: arch != "arm32" & arch != "x86_32" 19 - synopsis: "String representation with cheap concatenation." 20 - description: " 21 - " 22 - url { 23 - src: "https://github.com/janestreet/jane_rope/archive/refs/tags/v0.17.0.tar.gz" 24 - checksum: "sha256=3174a58e3ad8f2652ad569e9b8a5be03d2e173c955e422fdc870ec929144cdd0" 25 - }
-28
packages/janestreet_cpuid/janestreet_cpuid.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/janestreet_cpuid" 5 - bug-reports: "https://github.com/janestreet/janestreet_cpuid/issues" 6 - dev-repo: "git+https://github.com/janestreet/janestreet_cpuid.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/janestreet_cpuid/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "core_kernel" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - ] 19 - synopsis: "A library for parsing CPU capabilities out of the `cpuid` instruction." 20 - description: " 21 - Supports a broad swath of Intel CPU capabilities and a more limited subset of AMD CPU 22 - capabilities. 23 - " 24 - available: (arch = "x86_64" | arch = "arm64") & os = "linux" 25 - url { 26 - src: "https://github.com/janestreet/janestreet_cpuid/archive/refs/tags/v0.17.0.tar.gz" 27 - checksum: "sha256=6496614949cb2dd9474c0585e31660db5dec309d662c7099080ec9ae6d916f89" 28 - }
-39
packages/janestreet_csv/janestreet_csv.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/janestreet_csv" 5 - bug-reports: "https://github.com/janestreet/janestreet_csv/issues" 6 - dev-repo: "git+https://github.com/janestreet/janestreet_csv.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/janestreet_csv/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "bignum" {>= "v0.17" & < "v0.18"} 16 - "core_kernel" {>= "v0.17" & < "v0.18"} 17 - "core_unix" {>= "v0.17" & < "v0.18"} 18 - "csvfields" {>= "v0.17" & < "v0.18"} 19 - "delimited_parsing" {>= "v0.17" & < "v0.18"} 20 - "fieldslib" {>= "v0.17" & < "v0.18"} 21 - "numeric_string" {>= "v0.17" & < "v0.18"} 22 - "ppx_jane" {>= "v0.17" & < "v0.18"} 23 - "re2" {>= "v0.17" & < "v0.18"} 24 - "textutils" {>= "v0.17" & < "v0.18"} 25 - "dune" {>= "3.11.0"} 26 - "pcre" 27 - "tyxml" {>= "4.3.0"} 28 - ] 29 - available: arch != "arm32" & arch != "x86_32" 30 - synopsis: "Tools for working with CSVs on the command line" 31 - description: " 32 - A suite of tools for working with CSVs from the command line. It 33 - contains subcommands for pretty printing, selecting, and combining 34 - CSVs, as well as some conversions to other formats. 35 - " 36 - url { 37 - src: "https://github.com/janestreet/janestreet_csv/archive/refs/tags/v0.17.0.tar.gz" 38 - checksum: "sha256=8940b4aa979a3bd5993b52d36cd768fd3bd5d1fb11c36c9c269ee646c7511a41" 39 - }
-26
packages/janestreet_lru_cache/janestreet_lru_cache.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/janestreet_lru_cache" 5 - bug-reports: "https://github.com/janestreet/janestreet_lru_cache/issues" 6 - dev-repo: "git+https://github.com/janestreet/janestreet_lru_cache.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/janestreet_lru_cache/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "dune" {>= "3.11.0"} 17 - ] 18 - available: arch != "arm32" & arch != "x86_32" 19 - synopsis: "An LRU Cache implementation." 20 - description: " 21 - Implementation of a Least Recently Used Cache. 22 - " 23 - url { 24 - src: "https://github.com/janestreet/janestreet_lru_cache/archive/refs/tags/v0.17.0.tar.gz" 25 - checksum: "sha256=947e47ee2eb15d5329a49d65f296b47fa74cbe4b5ed799f8b62bb274820d269c" 26 - }
-26
packages/js_of_ocaml_patches/js_of_ocaml_patches.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/js_of_ocaml_patches" 5 - bug-reports: "https://github.com/janestreet/js_of_ocaml_patches/issues" 6 - dev-repo: "git+https://github.com/janestreet/js_of_ocaml_patches.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/js_of_ocaml_patches/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "dune" {>= "3.11.0"} 15 - "js_of_ocaml" {>= "5.1.1" & < "5.7.0"} 16 - "js_of_ocaml-ppx" {>= "5.1.1" & < "5.7.0"} 17 - ] 18 - available: arch != "arm32" & arch != "x86_32" 19 - synopsis: "Additions to js_of_ocaml's standard library that are required by Jane Street libraries." 20 - description: " 21 - Additions to js_of_ocaml's standard library that are required by Jane Street libraries. Most, if not everything in this library is intended to be upstreamed. 22 - " 23 - url { 24 - src: "https://github.com/janestreet/js_of_ocaml_patches/archive/refs/tags/v0.17.0.tar.gz" 25 - checksum: "sha256=9ffe60cd3f20f6f470037696662200cbb72cc3223bee63adf955ccd683b93627" 26 - }
-28
packages/jsonaf/jsonaf.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/jsonaf" 5 - bug-reports: "https://github.com/janestreet/jsonaf/issues" 6 - dev-repo: "git+https://github.com/janestreet/jsonaf.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/jsonaf/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "angstrom" {>= "0.15.0"} 17 - "dune" {>= "3.11.0"} 18 - "faraday" {>= "0.8.1"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "A library for parsing, manipulating, and serializing data structured as JSON" 22 - description: " 23 - A library for parsing, manipulating, and serializing data structured as JSON. 24 - " 25 - url { 26 - src: "https://github.com/janestreet/jsonaf/archive/refs/tags/v0.17.0.tar.gz" 27 - checksum: "sha256=55d5a46e69891b6753135491b052b4cbb886a76f576099120911984b098806ce" 28 - }
-28
packages/legacy_diffable/legacy_diffable.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/legacy_diffable" 5 - bug-reports: "https://github.com/janestreet/legacy_diffable/issues" 6 - dev-repo: "git+https://github.com/janestreet/legacy_diffable.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/legacy_diffable/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "stored_reversed" {>= "v0.17" & < "v0.18"} 17 - "streamable" {>= "v0.17" & < "v0.18"} 18 - "dune" {>= "3.11.0"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "An interface for diffs." 22 - description: " 23 - Diffable interface. 24 - " 25 - url { 26 - src: "https://github.com/janestreet/legacy_diffable/archive/refs/tags/v0.17.0.tar.gz" 27 - checksum: "sha256=f1969b16b11f58f4f510efcfa25fec43c798ec5bfe04fd22451f7eeee974569e" 28 - }
-33
packages/line-up-words/line-up-words.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/line-up-words" 5 - bug-reports: "https://github.com/janestreet/line-up-words/issues" 6 - dev-repo: "git+https://github.com/janestreet/line-up-words.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/line-up-words/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "core_unix" {>= "v0.17" & < "v0.18"} 16 - "patience_diff" {>= "v0.17" & < "v0.18"} 17 - "ppx_jane" {>= "v0.17" & < "v0.18"} 18 - "re2" {>= "v0.17" & < "v0.18"} 19 - "dune" {>= "3.11.0"} 20 - "pcre" 21 - ] 22 - available: arch != "arm32" & arch != "x86_32" 23 - synopsis: "Align words in an intelligent way" 24 - description: " 25 - line-up-words is a small command line tool that tries to align words 26 - in a sequence of lines in an intelligent way. 27 - 28 - It comes as a binary and an emacs mode. 29 - " 30 - url { 31 - src: "https://github.com/janestreet/line-up-words/archive/refs/tags/v0.17.0.tar.gz" 32 - checksum: "sha256=a776b0dded28c93b052615cb3904ce318b25e93c361c7085fa7aff5c4f38a0d3" 33 - }
-30
packages/man_in_the_middle_debugger/man_in_the_middle_debugger.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/man_in_the_middle_debugger" 5 - bug-reports: "https://github.com/janestreet/man_in_the_middle_debugger/issues" 6 - dev-repo: "git+https://github.com/janestreet/man_in_the_middle_debugger.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/man_in_the_middle_debugger/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "angstrom" {>= "0.15.0"} 18 - "angstrom-async" {>= "0.15.0"} 19 - "dune" {>= "3.11.0"} 20 - ] 21 - available: arch != "arm32" & arch != "x86_32" 22 - synopsis: "Man-in-the-middle debugging library" 23 - description: " 24 - This library helps debug a connection between two parties speaking a 25 - protocol by capturing the traffic that passes between them. 26 - " 27 - url { 28 - src: "https://github.com/janestreet/man_in_the_middle_debugger/archive/refs/tags/v0.17.0.tar.gz" 29 - checksum: "sha256=67fd07444f7c882c1f80c7bc517429f4aa210ae25d9a4b353da8791731f2f7d5" 30 - }
-37
packages/memtrace_viewer/memtrace_viewer.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "opensource-contacts@janestreet.com" 3 - authors: ["Jane Street Group, LLC <opensource-contacts@janestreet.com>"] 4 - homepage: "https://github.com/janestreet/memtrace_viewer" 5 - bug-reports: "https://github.com/janestreet/memtrace_viewer/issues" 6 - dev-repo: "git+https://github.com/janestreet/memtrace_viewer.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/memtrace_viewer/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "4.11.0"} 14 - "async_js" {>= "v0.17" & < "v0.18"} 15 - "async_kernel" {>= "v0.17" & < "v0.18"} 16 - "async_rpc_kernel" {>= "v0.17" & < "v0.18"} 17 - "bonsai" {>= "v0.17" & < "v0.18"} 18 - "core_kernel" {>= "v0.17" & < "v0.18"} 19 - "ppx_jane" {>= "v0.17" & < "v0.18"} 20 - "async_rpc_websocket" {>= "v0.17" & < "v0.18"} 21 - "virtual_dom" {>= "v0.17" & < "v0.18"} 22 - "dune" {>= "2.0.0"} 23 - "js_of_ocaml-ppx" 24 - "memtrace" 25 - "ocaml-embed-file" {>= "v0.17" & < "v0.18"} 26 - ] 27 - synopsis: "Interactive memory profiler based on Memtrace" 28 - description: " 29 - Processes traces produced by the Memtrace library and displays the 30 - top allocators in a table or flame graph. To help find space leaks, 31 - events can be filtered by lifetime, showing only allocations of 32 - objects that are still live at peak memory usage. 33 - " 34 - url { 35 - src: "https://github.com/janestreet/memtrace_viewer/archive/refs/tags/v0.17.0.tar.gz" 36 - checksum: "sha256=0d9b7ddf94f9cf090930a36468abd4f4ca40c5618ec02dbbc6fd47fb0572433d" 37 - }
-30
packages/mlt_parser/mlt_parser.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/mlt_parser" 5 - bug-reports: "https://github.com/janestreet/mlt_parser/issues" 6 - dev-repo: "git+https://github.com/janestreet/mlt_parser.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/mlt_parser/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "ppx_expect" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - "ppxlib" {>= "0.28.0"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "Parsing of top-expect files" 22 - description: " 23 - Mlt_parser contains functions for parsing .mlt files (which contain OCaml toplevel 24 - sessions) both to power toplevel expect tests and to support a tool that converts 25 - .mlt files into .org files, for literate-style documentation. 26 - " 27 - url { 28 - src: "https://github.com/janestreet/mlt_parser/archive/refs/tags/v0.17.0.tar.gz" 29 - checksum: "sha256=434455b4e9c65f1c452c4a42e194ba6688b8fa33f59b4cf8531c498ac123cbb0" 30 - }
-36
packages/n_ary/n_ary.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/n_ary" 5 - bug-reports: "https://github.com/janestreet/n_ary/issues" 6 - dev-repo: "git+https://github.com/janestreet/n_ary.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/n_ary/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "expect_test_helpers_core" {>= "v0.17" & < "v0.18"} 16 - "ppx_compare" {>= "v0.17" & < "v0.18"} 17 - "ppx_enumerate" {>= "v0.17" & < "v0.18"} 18 - "ppx_hash" {>= "v0.17" & < "v0.18"} 19 - "ppx_jane" {>= "v0.17" & < "v0.18"} 20 - "ppx_sexp_conv" {>= "v0.17" & < "v0.18"} 21 - "ppx_sexp_message" {>= "v0.17" & < "v0.18"} 22 - "dune" {>= "3.11.0"} 23 - ] 24 - available: arch != "arm32" & arch != "x86_32" 25 - synopsis: "A library for N-ary datatypes and operations." 26 - description: " 27 - 28 - A library for N-ary datatypes and operations. 29 - 30 - Provides tuples, enumerations, variants, and list operations 31 - implemented for N from 2 to 16, inclusive. 32 - " 33 - url { 34 - src: "https://github.com/janestreet/n_ary/archive/refs/tags/v0.17.0.tar.gz" 35 - checksum: "sha256=545419dc81fdba00073e4732aaa92b38a9e9da729ec74ef466db6e547a12c69f" 36 - }
-33
packages/netsnmp/netsnmp.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/netsnmp" 5 - bug-reports: "https://github.com/janestreet/netsnmp/issues" 6 - dev-repo: "git+https://github.com/janestreet/netsnmp.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/netsnmp/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "conf-netsnmp" {>= "1.0.0"} 18 - "dune" {>= "3.11.0"} 19 - "re" {>= "1.8.0"} 20 - ] 21 - available: arch != "arm32" & arch != "x86_32" 22 - synopsis: "An interface to the Net-SNMP client library" 23 - description: " 24 - Provides a wrapper around the Net-SNMP client libraries including 25 - MIB handling and SNMP requests 26 - " 27 - depexts: [ 28 - ["net-snmp"] {os-family = "arch"} 29 - ] 30 - url { 31 - src: "https://github.com/janestreet/netsnmp/archive/refs/tags/v0.17.0.tar.gz" 32 - checksum: "sha256=f300b9773b47da231c63fd272e171011fc19c79438dd0f18415f59c962f402d2" 33 - }
-29
packages/notty_async/notty_async.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/notty_async" 5 - bug-reports: "https://github.com/janestreet/notty_async/issues" 6 - dev-repo: "git+https://github.com/janestreet/notty_async.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/notty_async/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "dune" {>= "3.11.0"} 17 - "notty" {>= "0.2.1"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "An Async driver for Notty" 21 - description: " 22 - Notty is a library for writing graphical terminal applications, and Notty_async 23 - is an Async driver, which makes it easy to build terminal applications using 24 - Async for managing concurrency. 25 - " 26 - url { 27 - src: "https://github.com/janestreet/notty_async/archive/refs/tags/v0.17.0.tar.gz" 28 - checksum: "sha256=bc1005ab3e4d1b6d2e01c90daa0020a8cb6d29563732ae9fbda0c98493feac92" 29 - }
-39
packages/numeric_string/numeric_string.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/numeric_string" 5 - bug-reports: "https://github.com/janestreet/numeric_string/issues" 6 - dev-repo: "git+https://github.com/janestreet/numeric_string.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/numeric_string/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "dune" {>= "3.11.0"} 17 - ] 18 - available: arch != "arm32" & arch != "x86_32" 19 - synopsis: "A comparison function for strings that sorts numeric fragments of strings according to their numeric value, so that e.g. \"abc2\" < \"abc10\"." 20 - description: " 21 - A comparison function (and assorted sets / maps / etc.) for strings 22 - that sorts numeric fragments of strings according to their numeric 23 - value, so that e.g. \"abc2\" < \"abc10\". 24 - 25 - People often call this \"natural sort\", and link to this: 26 - 27 - https://blog.codinghorror.com/sorting-for-humans-natural-sort-order/ 28 - 29 - which links to a few other posts about the matter. Sometimes it's 30 - called \"alphanum sort\" or \"human sort\" or something. \"Numeric string 31 - compare\" is chosen as the name that gets closest to expressing what it 32 - actually does (to me, \"natural sort\" sounds like something that might 33 - include a different treatment of case, special handling of whitespace 34 - or punctuation, etc.) 35 - " 36 - url { 37 - src: "https://github.com/janestreet/numeric_string/archive/refs/tags/v0.17.0.tar.gz" 38 - checksum: "sha256=d3c552957dd6e2b0791d5db4a9a50ec28eed60c2009acd46f9ecfd6891c2fe0f" 39 - }
-29
packages/ocaml-embed-file/ocaml-embed-file.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/ocaml-embed-file" 5 - bug-reports: "https://github.com/janestreet/ocaml-embed-file/issues" 6 - dev-repo: "git+https://github.com/janestreet/ocaml-embed-file.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ocaml-embed-file/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "core_unix" {>= "v0.17" & < "v0.18"} 17 - "ppx_jane" {>= "v0.17" & < "v0.18"} 18 - "dune" {>= "3.11.0"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "Files contents as module constants" 22 - description: " 23 - Embed-file takes some files and generates code for an OCaml module 24 - defining string constants containing the contents of those files. 25 - " 26 - url { 27 - src: "https://github.com/janestreet/ocaml-embed-file/archive/refs/tags/v0.17.0.tar.gz" 28 - checksum: "sha256=5df250e22a80bb21295555d6748b6cc925e886824eceb2e5c170235629ea7c46" 29 - }
-27
packages/ocaml-probes/ocaml-probes.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/ocaml-probes" 5 - bug-reports: "https://github.com/janestreet/ocaml-probes/issues" 6 - dev-repo: "git+https://github.com/janestreet/ocaml-probes.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ocaml-probes/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "dune" {>= "3.11.0"} 15 - "owee" {>= "0.4"} 16 - ] 17 - synopsis: "USDT probes for OCaml: command line tool" 18 - description: " 19 - A tool for controlling user-space statically-defined tracing probes for OCaml. 20 - Experimental. 21 - " 22 - depexts: ["linux-headers"] {os-family = "alpine"} 23 - available: (arch = "x86_64" | arch = "arm64") & os = "linux" 24 - url { 25 - src: "https://github.com/janestreet/ocaml-probes/archive/refs/tags/v0.17.0.tar.gz" 26 - checksum: "sha256=e3587acc8c957181030a4c9daac7041f44c3faf908707b9cb3b808173e19d380" 27 - }
-27
packages/ocaml_intrinsics/ocaml_intrinsics.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/ocaml_intrinsics" 5 - bug-reports: "https://github.com/janestreet/ocaml_intrinsics/issues" 6 - dev-repo: "git+https://github.com/janestreet/ocaml_intrinsics.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ocaml_intrinsics/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "ocaml_intrinsics_kernel" {>= "v0.17" & < "v0.18"} 15 - "dune" {>= "3.11.0"} 16 - "dune-configurator" 17 - ] 18 - synopsis: "Intrinsics" 19 - description: " 20 - Provides functions to invoke amd64 instructions (such as clz,popcnt,rdtsc,rdpmc) 21 - when available, or compatible software implementation on other targets. 22 - " 23 - available: (arch = "x86_64" | arch = "arm64") & os != "win32" 24 - url { 25 - src: "https://github.com/janestreet/ocaml_intrinsics/archive/refs/tags/v0.17.0.tar.gz" 26 - checksum: "sha256=d42b21dc49a05be658391e63fe64c055d52ec67c0812cf6801f1de0f22733ce2" 27 - }
-35
packages/ocaml_openapi_generator/ocaml_openapi_generator.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/ocaml_openapi_generator" 5 - bug-reports: "https://github.com/janestreet/ocaml_openapi_generator/issues" 6 - dev-repo: "git+https://github.com/janestreet/ocaml_openapi_generator.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ocaml_openapi_generator/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "core_kernel" {>= "v0.17" & < "v0.18"} 17 - "core_unix" {>= "v0.17" & < "v0.18"} 18 - "jsonaf" {>= "v0.17" & < "v0.18"} 19 - "ppx_jane" {>= "v0.17" & < "v0.18"} 20 - "ppx_jsonaf_conv" {>= "v0.17" & < "v0.18"} 21 - "dune" {>= "3.11.0"} 22 - "httpaf" {>= "0.7.1"} 23 - "jingoo" {>= "1.4.4" & < "1.5.0"} 24 - "ocaml-embed-file" {>= "v0.17" & < "v0.18"} 25 - "uri" {>= "3.0.0"} 26 - ] 27 - available: arch != "arm32" & arch != "x86_32" 28 - synopsis: "An OpenAPI 3 to OCaml client generator." 29 - description: " 30 - An OpenAPI 3 to OCaml client generator. 31 - " 32 - url { 33 - src: "https://github.com/janestreet/ocaml_openapi_generator/archive/refs/tags/v0.17.0.tar.gz" 34 - checksum: "sha256=a5018999737b39c7d83a597bbf4c3ae0fc6899f3553e809d1abcb96bf2211d6e" 35 - }
-28
packages/of_json/of_json.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/of_json" 5 - bug-reports: "https://github.com/janestreet/of_json/issues" 6 - dev-repo: "git+https://github.com/janestreet/of_json.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/of_json/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "core_extended" {>= "v0.17" & < "v0.18"} 16 - "jsonaf" {>= "v0.17" & < "v0.18"} 17 - "ppx_jane" {>= "v0.17" & < "v0.18"} 18 - "dune" {>= "3.11.0"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "A friendly applicative interface for Jsonaf." 22 - description: " 23 - This library provides an applicative interface for extracting values from JSON objects with an emphasis on readability and error handling, particularly with nested values. 24 - " 25 - url { 26 - src: "https://github.com/janestreet/of_json/archive/refs/tags/v0.17.0.tar.gz" 27 - checksum: "sha256=19351755bd4c2f72968a712b730659f89edda7be23151015d5080e79146597c7" 28 - }
-26
packages/ordinal_abbreviation/ordinal_abbreviation.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/ordinal_abbreviation" 5 - bug-reports: "https://github.com/janestreet/ordinal_abbreviation/issues" 6 - dev-repo: "git+https://github.com/janestreet/ordinal_abbreviation.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ordinal_abbreviation/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "dune" {>= "3.11.0"} 17 - ] 18 - available: arch != "arm32" & arch != "x86_32" 19 - synopsis: "A minimal library for generating ordinal names of integers." 20 - description: " 21 - A minimal library for generating ordinal names of integers. 22 - " 23 - url { 24 - src: "https://github.com/janestreet/ordinal_abbreviation/archive/refs/tags/v0.17.0.tar.gz" 25 - checksum: "sha256=f90a986b1b6cbf575108049cf34c75ecc1b8f7291732c6406a9934915f89d28d" 26 - }
-32
packages/pam/pam.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/pam" 5 - bug-reports: "https://github.com/janestreet/pam/issues" 6 - dev-repo: "git+https://github.com/janestreet/pam.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/pam/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "conf-pam" 17 - "dune" {>= "3.11.0"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "OCaml bindings for the Linux-PAM library" 21 - description: " 22 - This provides OCaml bindings for the Linux-PAM (Pluggable Authentication 23 - Modules for Linux) library. It allows OCaml programs to delegate 24 - authentication tasks to the Linux-PAM framework. 25 - " 26 - depexts: [ 27 - ["pam-devel"] {os-family = "fedora"} 28 - ] 29 - url { 30 - src: "https://github.com/janestreet/pam/archive/refs/tags/v0.17.0.tar.gz" 31 - checksum: "sha256=1e621780f3ae4524783c4993f5236abaaf7bd4bfd9aa4dba741db7102f94a851" 32 - }
-30
packages/patdiff/patdiff.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/patdiff" 5 - bug-reports: "https://github.com/janestreet/patdiff/issues" 6 - dev-repo: "git+https://github.com/janestreet/patdiff.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/patdiff/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "core_kernel" {>= "v0.17" & < "v0.18"} 16 - "core_unix" {>= "v0.17" & < "v0.18"} 17 - "expect_test_helpers_core" {>= "v0.17" & < "v0.18"} 18 - "patience_diff" {>= "v0.17" & < "v0.18"} 19 - "ppx_jane" {>= "v0.17" & < "v0.18"} 20 - "dune" {>= "3.11.0"} 21 - "re" {>= "1.8.0"} 22 - ] 23 - available: arch != "arm32" & arch != "x86_32" 24 - synopsis: "File Diff using the Patience Diff algorithm" 25 - description: " 26 - " 27 - url { 28 - src: "https://github.com/janestreet/patdiff/archive/refs/tags/v0.17.0.tar.gz" 29 - checksum: "sha256=f4f2b060ea39870e238f5be744e84d1d8030864a02f8fc2368866e4d3d7e1b72" 30 - }
-26
packages/patience_diff/patience_diff.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/patience_diff" 5 - bug-reports: "https://github.com/janestreet/patience_diff/issues" 6 - dev-repo: "git+https://github.com/janestreet/patience_diff.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/patience_diff/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "Diff library using Bram Cohen's patience diff algorithm" 21 - description: " 22 - " 23 - url { 24 - src: "https://github.com/janestreet/patience_diff/archive/refs/tags/v0.17.0.tar.gz" 25 - checksum: "sha256=c1f04f48a1d374053f9014407e1baf20dab17d8b1228ea0c3e4f9c6a29f03a4c" 26 - }
-30
packages/polling_state_rpc/polling_state_rpc.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/polling_state_rpc" 5 - bug-reports: "https://github.com/janestreet/polling_state_rpc/issues" 6 - dev-repo: "git+https://github.com/janestreet/polling_state_rpc.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/polling_state_rpc/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async_kernel" {>= "v0.17" & < "v0.18"} 15 - "async_rpc_kernel" {>= "v0.17" & < "v0.18"} 16 - "babel" {>= "v0.17" & < "v0.18"} 17 - "core" {>= "v0.17" & < "v0.18"} 18 - "core_kernel" {>= "v0.17" & < "v0.18"} 19 - "ppx_jane" {>= "v0.17" & < "v0.18"} 20 - "dune" {>= "3.11.0"} 21 - ] 22 - available: arch != "arm32" & arch != "x86_32" 23 - synopsis: "An RPC which tracks state on the client and server so it only needs to send diffs across the wire." 24 - description: " 25 - An RPC which tracks state on the client and server so it only needs to send diffs across the wire. 26 - " 27 - url { 28 - src: "https://github.com/janestreet/polling_state_rpc/archive/refs/tags/v0.17.0.tar.gz" 29 - checksum: "sha256=c1894da46eb4f59a18ff5d5e5b9c72a9feca32e3f40be0559548d9127e617caf" 30 - }
-32
packages/posixat/posixat.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/posixat" 5 - bug-reports: "https://github.com/janestreet/posixat/issues" 6 - dev-repo: "git+https://github.com/janestreet/posixat.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/posixat/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "ppx_optcomp" {>= "v0.17" & < "v0.18"} 16 - "ppx_sexp_conv" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "Bindings to the posix *at functions" 21 - description: " 22 - Posixat is a small library that just binds the various *at posix 23 - functions. 24 - 25 - The posix *at functions takes the current working directory as a file 26 - descriptor. For instance this allows to reliably maintain several 27 - working directories inside the same process. 28 - " 29 - url { 30 - src: "https://github.com/janestreet/posixat/archive/refs/tags/v0.17.0.tar.gz" 31 - checksum: "sha256=6f45df31dccb16b014243b1c155d5dbc59de3184562f4869cd9f6e3d05be03cc" 32 - }
-33
packages/postgres_async/postgres_async.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/postgres_async" 5 - bug-reports: "https://github.com/janestreet/postgres_async/issues" 6 - dev-repo: "git+https://github.com/janestreet/postgres_async.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/postgres_async/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "async_ssl" {>= "v0.17" & < "v0.18"} 16 - "core" {>= "v0.17" & < "v0.18"} 17 - "core_kernel" {>= "v0.17" & < "v0.18"} 18 - "ppx_jane" {>= "v0.17" & < "v0.18"} 19 - "dune" {>= "3.11.0"} 20 - ] 21 - available: arch != "arm32" & arch != "x86_32" 22 - synopsis: "OCaml/async implementation of the postgres protocol (i.e., does not use C-bindings to libpq)" 23 - description: " 24 - postgres_async is an OCaml PostgreSQL client that implements the PostgreSQL 25 - protocol rather than binding to the libpq C library. It provides support for 26 - regular queries (including support for 'parameters': \"SELECT * WHERE a = $1\") 27 - and COPY IN mode. The interface presented is minimal to keep the library simple 28 - for now, though in the future a layer on top may add convenience functions. 29 - " 30 - url { 31 - src: "https://github.com/janestreet/postgres_async/archive/refs/tags/v0.17.0.tar.gz" 32 - checksum: "sha256=247ab43840311bef9290ac209f46ca56f21983f3a278f1ec51eba6a6776b7f9b" 33 - }
-27
packages/ppx_accessor/ppx_accessor.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/ppx_accessor" 5 - bug-reports: "https://github.com/janestreet/ppx_accessor/issues" 6 - dev-repo: "git+https://github.com/janestreet/ppx_accessor.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_accessor/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "accessor" {>= "v0.17" & < "v0.18"} 15 - "base" {>= "v0.17" & < "v0.18"} 16 - "dune" {>= "3.11.0"} 17 - "ppxlib" {>= "0.28.0"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "[@@deriving] plugin to generate accessors for use with the Accessor libraries" 21 - description: " 22 - Automatically generate accessors given a type definition. 23 - " 24 - url { 25 - src: "https://github.com/janestreet/ppx_accessor/archive/refs/tags/v0.17.0.tar.gz" 26 - checksum: "sha256=a4ecd534d06b4de53ef877abbd6df18f0f08b3042e285f2d3a3e1f2a055fe20b" 27 - }
-26
packages/ppx_conv_func/ppx_conv_func.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/ppx_conv_func" 5 - bug-reports: "https://github.com/janestreet/ppx_conv_func/issues" 6 - dev-repo: "git+https://github.com/janestreet/ppx_conv_func.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_conv_func/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "dune" {>= "3.11.0"} 16 - "ppxlib" {>= "0.28.0"} 17 - ] 18 - available: arch != "arm32" & arch != "x86_32" 19 - synopsis: "Deprecated" 20 - description: " 21 - Part of the Jane Street's PPX rewriters collection. 22 - " 23 - url { 24 - src: "https://github.com/janestreet/ppx_conv_func/archive/refs/tags/v0.17.0.tar.gz" 25 - checksum: "sha256=690ee10d7e92a6765a190f3a0fa3671f15485baca5d7aec43107631c446f09e3" 26 - }
-41
packages/ppx_css/ppx_css.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/ppx_css" 5 - bug-reports: "https://github.com/janestreet/ppx_css/issues" 6 - dev-repo: "git+https://github.com/janestreet/ppx_css.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_css/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "async_unix" {>= "v0.17" & < "v0.18"} 16 - "core" {>= "v0.17" & < "v0.18"} 17 - "core_kernel" {>= "v0.17" & < "v0.18"} 18 - "core_unix" {>= "v0.17" & < "v0.18"} 19 - "ppx_here" {>= "v0.17" & < "v0.18"} 20 - "ppx_jane" {>= "v0.17" & < "v0.18"} 21 - "ppx_let" {>= "v0.17" & < "v0.18"} 22 - "ppx_sexp_conv" {>= "v0.17" & < "v0.18"} 23 - "ppx_string" {>= "v0.17" & < "v0.18"} 24 - "stdio" {>= "v0.17" & < "v0.18"} 25 - "virtual_dom" {>= "v0.17" & < "v0.18"} 26 - "dune" {>= "3.11.0"} 27 - "js_of_ocaml" {>= "5.1.1" & < "5.7.0"} 28 - "js_of_ocaml-ppx" {>= "5.1.1" & < "5.7.0"} 29 - "menhirLib" 30 - "ppxlib" {>= "0.28.0"} 31 - "sedlex" {>= "2.6"} 32 - ] 33 - available: arch != "arm32" & arch != "x86_32" 34 - synopsis: "A ppx that takes in css strings and produces a module for accessing the unique names defined within" 35 - description: " 36 - A ppx that takes in css strings and produces a module for accessing the unique names defined within. 37 - " 38 - url { 39 - src: "https://github.com/janestreet/ppx_css/archive/refs/tags/v0.17.0.tar.gz" 40 - checksum: "sha256=e60e31aadd820b131f7f05827f369164564400bd4fd51c199d066abf7e68753f" 41 - }
-29
packages/ppx_csv_conv/ppx_csv_conv.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/ppx_csv_conv" 5 - bug-reports: "https://github.com/janestreet/ppx_csv_conv/issues" 6 - dev-repo: "git+https://github.com/janestreet/ppx_csv_conv.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_csv_conv/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "csvfields" {>= "v0.17" & < "v0.18"} 16 - "ppx_conv_func" {>= "v0.17" & < "v0.18"} 17 - "ppx_fields_conv" {>= "v0.17" & < "v0.18"} 18 - "dune" {>= "3.11.0"} 19 - "ppxlib" {>= "0.28.0"} 20 - ] 21 - available: arch != "arm32" & arch != "x86_32" 22 - synopsis: "Generate functions to read/write records in csv format" 23 - description: " 24 - Part of the Jane Street's PPX rewriters collection. 25 - " 26 - url { 27 - src: "https://github.com/janestreet/ppx_csv_conv/archive/refs/tags/v0.17.0.tar.gz" 28 - checksum: "sha256=069430f81559bfeca188da347f0e3aa7827bf69d8ac90e17d729c9d7e55fb4e5" 29 - }
-28
packages/ppx_demo/ppx_demo.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/ppx_demo" 5 - bug-reports: "https://github.com/janestreet/ppx_demo/issues" 6 - dev-repo: "git+https://github.com/janestreet/ppx_demo.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_demo/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "dedent" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - "ppxlib" {>= "0.28.0"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "PPX that exposes the source code string of an expression/module structure." 22 - description: " 23 - PPX that exposes the source code string of an expression/module structure. 24 - " 25 - url { 26 - src: "https://github.com/janestreet/ppx_demo/archive/refs/tags/v0.17.0.tar.gz" 27 - checksum: "sha256=eaff90e151e326e7b6dbe163bfa976005944612e1ca146344733a7ed034ec988" 28 - }
-31
packages/ppx_derive_at_runtime/ppx_derive_at_runtime.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/ppx_derive_at_runtime" 5 - bug-reports: "https://github.com/janestreet/ppx_derive_at_runtime/issues" 6 - dev-repo: "git+https://github.com/janestreet/ppx_derive_at_runtime.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_derive_at_runtime/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "expect_test_helpers_core" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - "ppxlib" {>= "0.28.0"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "Define a new ppx deriver by naming a runtime module." 22 - description: " 23 - 24 - Allows specifying new ppx derivers much more easily than writing 25 - a ppx by hand. For example, to get `[@@deriving foo]`, you only have to 26 - specify a module path such as `My_library.Foo`. 27 - " 28 - url { 29 - src: "https://github.com/janestreet/ppx_derive_at_runtime/archive/refs/tags/v0.17.0.tar.gz" 30 - checksum: "sha256=a35190fc6fe34be7b8dbbaac3885108980770572dfdb768407d411a10b788284" 31 - }
-28
packages/ppx_embed_file/ppx_embed_file.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/ppx_embed_file" 5 - bug-reports: "https://github.com/janestreet/ppx_embed_file/issues" 6 - dev-repo: "git+https://github.com/janestreet/ppx_embed_file.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_embed_file/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "shell" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - "ppxlib" {>= "0.28.0"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "A PPX that allows embedding files directly into executables/libraries as strings or bytes" 22 - description: " 23 - Part of the Jane Street's PPX rewriters collection. 24 - " 25 - url { 26 - src: "https://github.com/janestreet/ppx_embed_file/archive/refs/tags/v0.17.0.tar.gz" 27 - checksum: "sha256=bf53b1c54cc7d542f4f584dd2077e2187b8acbd61088e3c80799fdc0e36021de" 28 - }
-32
packages/ppx_hardcaml/ppx_hardcaml.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/ppx_hardcaml" 5 - bug-reports: "https://github.com/janestreet/ppx_hardcaml/issues" 6 - dev-repo: "git+https://github.com/janestreet/ppx_hardcaml.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_hardcaml/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "hardcaml" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - "ppxlib" {>= "0.28.0"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "Rewrite OCaml records for use as Hardcaml Interfaces" 22 - description: " 23 - An interface in Hardcaml is an OCaml record with special attributes including 24 - a bit width and RTL netlist name. Input and output ports of a hardware design 25 - can then be accessed through the OCaml record. This allows easier management 26 - of bundles of ports when working with the Simulator, Netlist generation or 27 - hierarchical designs. 28 - " 29 - url { 30 - src: "https://github.com/janestreet/ppx_hardcaml/archive/refs/tags/v0.17.0.tar.gz" 31 - checksum: "sha256=e4ea96d3edd794a1e3128b9c42eb97da41c95c78371caa1e9cd6842244766e1c" 32 - }
-30
packages/ppx_js_style/ppx_js_style.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/ppx_js_style" 5 - bug-reports: "https://github.com/janestreet/ppx_js_style/issues" 6 - dev-repo: "git+https://github.com/janestreet/ppx_js_style.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_js_style/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "dune" {>= "3.11.0"} 16 - "octavius" 17 - "ppxlib" {>= "0.28.0"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "Code style checker for Jane Street Packages" 21 - description: " 22 - Part of the Jane Street's PPX rewriters collection. 23 - 24 - This packages is a no-op ppx rewriter. It is used as a 'lint' tool to 25 - enforce some coding conventions across all Jane Street packages. 26 - " 27 - url { 28 - src: "https://github.com/janestreet/ppx_js_style/archive/refs/tags/v0.17.0.tar.gz" 29 - checksum: "sha256=b69e26c1fb8187fd92fd55dd668d059707e88544a66f6a929f453db90f37404a" 30 - }
-28
packages/ppx_jsonaf_conv/ppx_jsonaf_conv.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/ppx_jsonaf_conv" 5 - bug-reports: "https://github.com/janestreet/ppx_jsonaf_conv/issues" 6 - dev-repo: "git+https://github.com/janestreet/ppx_jsonaf_conv.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_jsonaf_conv/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "jsonaf" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - "ppxlib" {>= "0.28.0"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "[@@deriving] plugin to generate Jsonaf conversion functions" 22 - description: " 23 - Part of the Jane Street's PPX rewriters collection. 24 - " 25 - url { 26 - src: "https://github.com/janestreet/ppx_jsonaf_conv/archive/refs/tags/v0.17.0.tar.gz" 27 - checksum: "sha256=708e971d5276f7dd5c6d4ec716c3ff722e8a31955c316f52b85c4b287f9d2d28" 28 - }
-29
packages/ppx_pattern_bind/ppx_pattern_bind.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/ppx_pattern_bind" 5 - bug-reports: "https://github.com/janestreet/ppx_pattern_bind/issues" 6 - dev-repo: "git+https://github.com/janestreet/ppx_pattern_bind.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_pattern_bind/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "ppx_let" {>= "v0.17" & < "v0.18"} 16 - "dune" {>= "3.11.0"} 17 - "ppxlib" {>= "0.28.0"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "A ppx for writing fast incremental bind nodes in a pattern match" 21 - description: " 22 - A ppx rewriter that is intended for use with Incremental. It makes it 23 - easier to write incremental computations using pattern-matching in a 24 - way that causes incremental nodes to fire as little as possible. 25 - " 26 - url { 27 - src: "https://github.com/janestreet/ppx_pattern_bind/archive/refs/tags/v0.17.0.tar.gz" 28 - checksum: "sha256=d3c23d7392b5092e18c00662c7cbc08b592535f13b65e221815ef8ee9f660e1a" 29 - }
-28
packages/ppx_python/ppx_python.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/ppx_python" 5 - bug-reports: "https://github.com/janestreet/ppx_python/issues" 6 - dev-repo: "git+https://github.com/janestreet/ppx_python.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_python/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "ppx_base" {>= "v0.17" & < "v0.18"} 16 - "dune" {>= "3.11.0"} 17 - "ppxlib" {>= "0.28.0"} 18 - "pyml" {>= "20211015"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "[@@deriving] plugin to generate Python conversion functions" 22 - description: " 23 - Part of the Jane Street's PPX rewriters collection. 24 - " 25 - url { 26 - src: "https://github.com/janestreet/ppx_python/archive/refs/tags/v0.17.0.tar.gz" 27 - checksum: "sha256=8b73e8dbd8d094ab297bfc38f7c6b139e652106e31fa611060f0f858613c467b" 28 - }
-37
packages/ppx_quick_test/ppx_quick_test.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/ppx_quick_test" 5 - bug-reports: "https://github.com/janestreet/ppx_quick_test/issues" 6 - dev-repo: "git+https://github.com/janestreet/ppx_quick_test.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_quick_test/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "async_kernel" {>= "v0.17" & < "v0.18"} 16 - "base" {>= "v0.17" & < "v0.18"} 17 - "base_quickcheck" {>= "v0.17" & < "v0.18"} 18 - "core" {>= "v0.17" & < "v0.18"} 19 - "core_kernel" {>= "v0.17" & < "v0.18"} 20 - "expect_test_helpers_core" {>= "v0.17" & < "v0.18"} 21 - "ppx_expect" {>= "v0.17" & < "v0.18"} 22 - "ppx_here" {>= "v0.17" & < "v0.18"} 23 - "ppx_jane" {>= "v0.17" & < "v0.18"} 24 - "ppx_sexp_conv" {>= "v0.17" & < "v0.18"} 25 - "ppx_sexp_message" {>= "v0.17" & < "v0.18"} 26 - "dune" {>= "3.11.0"} 27 - "ppxlib" {>= "0.28.0"} 28 - ] 29 - available: arch != "arm32" & arch != "x86_32" 30 - synopsis: "Spiritual equivalent of let%expect_test, but for property based tests as an ergonomic wrapper to write quickcheck tests." 31 - description: " 32 - Part of the Jane Street's PPX rewriters collection. 33 - " 34 - url { 35 - src: "https://github.com/janestreet/ppx_quick_test/archive/refs/tags/v0.17.0.tar.gz" 36 - checksum: "sha256=d9556f991f7a75fb534a4a808fed3a18d0fd7ed55ecaa9a9bfefe9867d73b0d8" 37 - }
-34
packages/ppx_typed_fields/ppx_typed_fields.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/ppx_typed_fields" 5 - bug-reports: "https://github.com/janestreet/ppx_typed_fields/issues" 6 - dev-repo: "git+https://github.com/janestreet/ppx_typed_fields.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_typed_fields/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "ppx_compare" {>= "v0.17" & < "v0.18"} 17 - "ppx_enumerate" {>= "v0.17" & < "v0.18"} 18 - "ppx_jane" {>= "v0.17" & < "v0.18"} 19 - "ppx_sexp_conv" {>= "v0.17" & < "v0.18"} 20 - "ppx_string" {>= "v0.17" & < "v0.18"} 21 - "sexplib" {>= "v0.17" & < "v0.18"} 22 - "sexplib0" {>= "v0.17" & < "v0.18"} 23 - "dune" {>= "3.11.0"} 24 - "ppxlib" {>= "0.28.0"} 25 - ] 26 - available: arch != "arm32" & arch != "x86_32" 27 - synopsis: "GADT-based field accessors and utilities" 28 - description: " 29 - Part of the Jane Street's PPX rewriters collection. 30 - " 31 - url { 32 - src: "https://github.com/janestreet/ppx_typed_fields/archive/refs/tags/v0.17.0.tar.gz" 33 - checksum: "sha256=d5cf91d81a9d6d870c6cd75a686fb2405b458057c80e9757709cdeb5324d97d8" 34 - }
-29
packages/ppx_xml_conv/ppx_xml_conv.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/ppx_xml_conv" 5 - bug-reports: "https://github.com/janestreet/ppx_xml_conv/issues" 6 - dev-repo: "git+https://github.com/janestreet/ppx_xml_conv.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_xml_conv/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "csvfields" {>= "v0.17" & < "v0.18"} 16 - "ppx_conv_func" {>= "v0.17" & < "v0.18"} 17 - "ppx_fields_conv" {>= "v0.17" & < "v0.18"} 18 - "dune" {>= "3.11.0"} 19 - "ppxlib" {>= "0.28.0"} 20 - ] 21 - available: arch != "arm32" & arch != "x86_32" 22 - synopsis: "Generate XML conversion functions from records" 23 - description: " 24 - Part of the Jane Street's PPX rewriters collection. 25 - " 26 - url { 27 - src: "https://github.com/janestreet/ppx_xml_conv/archive/refs/tags/v0.17.0.tar.gz" 28 - checksum: "sha256=2422178180b0b3c2d83d9329c9f36d135fcc5455256e0e74ac58defd602fe776" 29 - }
-28
packages/ppx_yojson_conv/ppx_yojson_conv.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/ppx_yojson_conv" 5 - bug-reports: "https://github.com/janestreet/ppx_yojson_conv/issues" 6 - dev-repo: "git+https://github.com/janestreet/ppx_yojson_conv.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_yojson_conv/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "ppx_js_style" {>= "v0.17" & < "v0.18"} 16 - "ppx_yojson_conv_lib" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - "ppxlib" {>= "0.28.0"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "[@@deriving] plugin to generate Yojson conversion functions" 22 - description: " 23 - Part of the Jane Street's PPX rewriters collection. 24 - " 25 - url { 26 - src: "https://github.com/janestreet/ppx_yojson_conv/archive/refs/tags/v0.17.0.tar.gz" 27 - checksum: "sha256=e9131ecb9db6963187121ccee2ba45a95acd11e3dfde5dd908f619f98d33ffbb" 28 - }
-25
packages/ppx_yojson_conv_lib/ppx_yojson_conv_lib.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/ppx_yojson_conv_lib" 5 - bug-reports: "https://github.com/janestreet/ppx_yojson_conv_lib/issues" 6 - dev-repo: "git+https://github.com/janestreet/ppx_yojson_conv_lib.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_yojson_conv_lib/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "dune" {>= "3.11.0"} 15 - "yojson" {>= "1.7.0"} 16 - ] 17 - available: arch != "arm32" & arch != "x86_32" 18 - synopsis: "Runtime lib for ppx_yojson_conv" 19 - description: " 20 - Part of the Jane Street's PPX rewriters collection. 21 - " 22 - url { 23 - src: "https://github.com/janestreet/ppx_yojson_conv_lib/archive/refs/tags/v0.17.0.tar.gz" 24 - checksum: "sha256=f6e6ee92408c53c5ecd8bb5ae93811aa4cf71f8dc144d5943be8fc2c7697b199" 25 - }
-29
packages/profunctor/profunctor.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/profunctor" 5 - bug-reports: "https://github.com/janestreet/profunctor/issues" 6 - dev-repo: "git+https://github.com/janestreet/profunctor.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/profunctor/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "record_builder" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "A library providing a signature for simple profunctors and traversal of a record" 21 - description: " 22 - This is a very small library which provides a signature for profunctor types 23 - and operations which can be used to traverse a record with them based on 24 - record_builder and the =ppx_fields= syntax extension. 25 - " 26 - url { 27 - src: "https://github.com/janestreet/profunctor/archive/refs/tags/v0.17.0.tar.gz" 28 - checksum: "sha256=c182aebd93726363bf961e48885a79a06781ffbe469761c2f8e171c0f38616b3" 29 - }
-29
packages/protocol_version_header/protocol_version_header.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/protocol_version_header" 5 - bug-reports: "https://github.com/janestreet/protocol_version_header/issues" 6 - dev-repo: "git+https://github.com/janestreet/protocol_version_header.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/protocol_version_header/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "dune" {>= "3.11.0"} 17 - ] 18 - available: arch != "arm32" & arch != "x86_32" 19 - synopsis: "Protocol versioning" 20 - description: " 21 - This library offers a lightweight way for applications protocols to 22 - version themselves. The more protocols that add themselves to 23 - [Known_protocol], the nicer error messages we will get when connecting 24 - to a service while using the wrong protocol. 25 - " 26 - url { 27 - src: "https://github.com/janestreet/protocol_version_header/archive/refs/tags/v0.17.0.tar.gz" 28 - checksum: "sha256=18b0838b2d92e4b367b157b0ced6dec9d09c31a5e81a299a1bf25853a490adfd" 29 - }
-28
packages/re2/re2.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/re2" 5 - bug-reports: "https://github.com/janestreet/re2/issues" 6 - dev-repo: "git+https://github.com/janestreet/re2.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/re2/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "jane_rope" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "regex_parser_intf" {>= "v0.17" & < "v0.18"} 18 - "conf-g++" {build} 19 - "dune" {>= "3.11.0"} 20 - ] 21 - available: arch != "arm32" & arch != "x86_32" 22 - synopsis: "OCaml bindings for RE2, Google's regular expression library" 23 - description: " 24 - " 25 - url { 26 - src: "https://github.com/janestreet/re2/archive/refs/tags/v0.17.0.tar.gz" 27 - checksum: "sha256=cde2fdedcf38297afb77dafbad3ca2eacee8ac70f84e84e05e88cf32bb1fb0bd" 28 - }
-29
packages/re_parser/re_parser.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/re_parser" 5 - bug-reports: "https://github.com/janestreet/re_parser/issues" 6 - dev-repo: "git+https://github.com/janestreet/re_parser.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/re_parser/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "regex_parser_intf" {>= "v0.17" & < "v0.18"} 16 - "dune" {>= "3.11.0"} 17 - "re" {>= "1.8.0"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "Typed parsing using regular expressions." 21 - description: " 22 - 23 - Applicative-based interface for parsing using regular expressions from `ocaml-re`. 24 - Shares its interface with `Re2.Parser`. 25 - " 26 - url { 27 - src: "https://github.com/janestreet/re_parser/archive/refs/tags/v0.17.0.tar.gz" 28 - checksum: "sha256=6394d396d26411ddde08a8d6eddc1b9dbe868ee4a7049568be9bb9dd2bab89eb" 29 - }
-30
packages/record_builder/record_builder.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/record_builder" 5 - bug-reports: "https://github.com/janestreet/record_builder/issues" 6 - dev-repo: "git+https://github.com/janestreet/record_builder.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/record_builder/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "dune" {>= "3.11.0"} 17 - ] 18 - available: arch != "arm32" & arch != "x86_32" 19 - synopsis: "A library which provides traversal of records with an applicative" 20 - description: " 21 - This is a very small library which utilises the functionality provided by the 22 - =ppx_fields= syntax extension, more specifically it acts as a wrapper to the 23 - derived =Fields.make_creator= function for a given record type. The wrapper 24 - automatically handles all of the mapping and combining of applicative terms 25 - needed to build the record from a single applicative term for each field. 26 - " 27 - url { 28 - src: "https://github.com/janestreet/record_builder/archive/refs/tags/v0.17.0.tar.gz" 29 - checksum: "sha256=cef79df7f3626255f8452ed6235377be9eae0503fec4ffd111447e43450de6e2" 30 - }
-34
packages/redis-async/redis-async.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/redis-async" 5 - bug-reports: "https://github.com/janestreet/redis-async/issues" 6 - dev-repo: "git+https://github.com/janestreet/redis-async.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/redis-async/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "bignum" {>= "v0.17" & < "v0.18"} 16 - "core" {>= "v0.17" & < "v0.18"} 17 - "core_kernel" {>= "v0.17" & < "v0.18"} 18 - "ppx_jane" {>= "v0.17" & < "v0.18"} 19 - "dune" {>= "3.11.0"} 20 - ] 21 - available: arch != "arm32" & arch != "x86_32" 22 - synopsis: "Redis client for Async applications" 23 - description: " 24 - A client library for Redis versions 6 and higher. 25 - 26 - Provides a strongly-typed API with transparent (de)serialization for application-defined 27 - types. 28 - 29 - Supports client tracking and internally uses the RESP3 protocol. 30 - " 31 - url { 32 - src: "https://github.com/janestreet/redis-async/archive/refs/tags/v0.17.0.tar.gz" 33 - checksum: "sha256=887f10006f90b3d37b01e715dad466d5b56f9b58f20f217c69df825f23829d90" 34 - }
-24
packages/regex_parser_intf/regex_parser_intf.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/regex_parser_intf" 5 - bug-reports: "https://github.com/janestreet/regex_parser_intf/issues" 6 - dev-repo: "git+https://github.com/janestreet/regex_parser_intf.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/regex_parser_intf/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "dune" {>= "3.11.0"} 16 - ] 17 - available: arch != "arm32" & arch != "x86_32" 18 - synopsis: "Interface shared by Re_parser and Re2.Parser" 19 - description: " 20 - " 21 - url { 22 - src: "https://github.com/janestreet/regex_parser_intf/archive/refs/tags/v0.17.0.tar.gz" 23 - checksum: "sha256=0974ded77a0b3d5c6a89b8bb9a5ed025dfa0edf87f4c22a47e15dbaf301157f9" 24 - }
-30
packages/resource_cache/resource_cache.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/resource_cache" 5 - bug-reports: "https://github.com/janestreet/resource_cache/issues" 6 - dev-repo: "git+https://github.com/janestreet/resource_cache.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/resource_cache/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async_kernel" {>= "v0.17" & < "v0.18"} 15 - "async_rpc_kernel" {>= "v0.17" & < "v0.18"} 16 - "core" {>= "v0.17" & < "v0.18"} 17 - "ppx_jane" {>= "v0.17" & < "v0.18"} 18 - "dune" {>= "3.11.0"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "General resource cache" 22 - description: " 23 - This library offers a functor to create a resource cache over some 24 - abstract [Resource] type. The cache enables resource reuse while 25 - obeying various limits. 26 - " 27 - url { 28 - src: "https://github.com/janestreet/resource_cache/archive/refs/tags/v0.17.0.tar.gz" 29 - checksum: "sha256=f7a37ee433dc8bf26cf828fe240f06017062cf66a4f58d21c3766b31407a503d" 30 - }
-33
packages/rpc_parallel/rpc_parallel.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/rpc_parallel" 5 - bug-reports: "https://github.com/janestreet/rpc_parallel/issues" 6 - dev-repo: "git+https://github.com/janestreet/rpc_parallel.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/rpc_parallel/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "core_kernel" {>= "v0.17" & < "v0.18"} 17 - "core_unix" {>= "v0.17" & < "v0.18"} 18 - "ppx_jane" {>= "v0.17" & < "v0.18"} 19 - "sexplib" {>= "v0.17" & < "v0.18"} 20 - "dune" {>= "3.11.0"} 21 - ] 22 - available: arch != "arm32" & arch != "x86_32" 23 - synopsis: "Type-safe parallel library built on top of Async_rpc" 24 - description: " 25 - Rpc_parallel offers an API to define various workers and protocols, 26 - spawn workers as separate processes, and communicate with them using 27 - Async Rpc. 28 - 29 - " 30 - url { 31 - src: "https://github.com/janestreet/rpc_parallel/archive/refs/tags/v0.17.0.tar.gz" 32 - checksum: "sha256=160c3c60b224f3238810858435e8ce5d51376edf6fe2af6cc0ed02edf0166e08" 33 - }
-27
packages/semantic_version/semantic_version.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/semantic_version" 5 - bug-reports: "https://github.com/janestreet/semantic_version/issues" 6 - dev-repo: "git+https://github.com/janestreet/semantic_version.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/semantic_version/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "dune" {>= "3.11.0"} 17 - "re" {>= "1.8.0"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "Semantic versioning" 21 - description: " 22 - A library for representing semantic versions (https://semver.org) 23 - " 24 - url { 25 - src: "https://github.com/janestreet/semantic_version/archive/refs/tags/v0.17.0.tar.gz" 26 - checksum: "sha256=12fbf7467dc90928451639b20069a5a8dc3f2ac080b00912f8129c2117e262aa" 27 - }
-27
packages/sequencer_table/sequencer_table.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/sequencer_table" 5 - bug-reports: "https://github.com/janestreet/sequencer_table/issues" 6 - dev-repo: "git+https://github.com/janestreet/sequencer_table.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/sequencer_table/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async_kernel" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "A table of [Async.Sequencer]'s, indexed by key" 21 - description: " 22 - A single-module library for a data structure. 23 - " 24 - url { 25 - src: "https://github.com/janestreet/sequencer_table/archive/refs/tags/v0.17.0.tar.gz" 26 - checksum: "sha256=e55be83a0d102bdc7557a05bfd04cdd86b8c4b1ef025eed466acbcb0c8f26a9b" 27 - }
-40
packages/sexp/sexp.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/sexp" 5 - bug-reports: "https://github.com/janestreet/sexp/issues" 6 - dev-repo: "git+https://github.com/janestreet/sexp.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/sexp/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "core_kernel" {>= "v0.17" & < "v0.18"} 17 - "core_unix" {>= "v0.17" & < "v0.18"} 18 - "csvfields" {>= "v0.17" & < "v0.18"} 19 - "jsonaf" {>= "v0.17" & < "v0.18"} 20 - "ppx_jane" {>= "v0.17" & < "v0.18"} 21 - "re2" {>= "v0.17" & < "v0.18"} 22 - "sexp_diff" {>= "v0.17" & < "v0.18"} 23 - "sexp_macro" {>= "v0.17" & < "v0.18"} 24 - "sexp_pretty" {>= "v0.17" & < "v0.18"} 25 - "sexp_select" {>= "v0.17" & < "v0.18"} 26 - "sexplib" {>= "v0.17" & < "v0.18"} 27 - "shell" {>= "v0.17" & < "v0.18"} 28 - "dune" {>= "3.11.0"} 29 - ] 30 - available: arch != "arm32" & arch != "x86_32" 31 - synopsis: "S-expression swiss knife" 32 - description: " 33 - A suite of tools for working with s-expressions from the command line. 34 - It contains subcommands for pretty printing, querying, and modifying 35 - sexps, as well as some conversions to and from other formats. 36 - " 37 - url { 38 - src: "https://github.com/janestreet/sexp/archive/refs/tags/v0.17.0.tar.gz" 39 - checksum: "sha256=c0ad559a13c4eed11f25446016fc776ea147527d186d5b713fcc8d201d26ce6b" 40 - }
-27
packages/sexp_diff/sexp_diff.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/sexp_diff" 5 - bug-reports: "https://github.com/janestreet/sexp_diff/issues" 6 - dev-repo: "git+https://github.com/janestreet/sexp_diff.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/sexp_diff/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "dune" {>= "3.11.0"} 17 - ] 18 - available: arch != "arm32" & arch != "x86_32" 19 - synopsis: "Code for computing the diff of two sexps" 20 - description: " 21 - The code behind the [diff] subcommand of the Jane Street's [sexp] 22 - command line tool. 23 - " 24 - url { 25 - src: "https://github.com/janestreet/sexp_diff/archive/refs/tags/v0.17.0.tar.gz" 26 - checksum: "sha256=2986755e0592fa8cc5ea76a46df22a4f80ce1e33a234dc19343b62d6abb8d383" 27 - }
-32
packages/sexp_grammar/sexp_grammar.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/sexp_grammar" 5 - bug-reports: "https://github.com/janestreet/sexp_grammar/issues" 6 - dev-repo: "git+https://github.com/janestreet/sexp_grammar.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/sexp_grammar/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "ppx_bin_prot" {>= "v0.17" & < "v0.18"} 16 - "ppx_compare" {>= "v0.17" & < "v0.18"} 17 - "ppx_hash" {>= "v0.17" & < "v0.18"} 18 - "ppx_let" {>= "v0.17" & < "v0.18"} 19 - "ppx_sexp_conv" {>= "v0.17" & < "v0.18"} 20 - "ppx_sexp_message" {>= "v0.17" & < "v0.18"} 21 - "dune" {>= "3.11.0"} 22 - "zarith" {>= "1.11"} 23 - ] 24 - available: arch != "arm32" & arch != "x86_32" 25 - synopsis: "Sexp grammar helpers" 26 - description: " 27 - Helpers for manipulating [Sexplib.Sexp_grammar] values. 28 - " 29 - url { 30 - src: "https://github.com/janestreet/sexp_grammar/archive/refs/tags/v0.17.0.tar.gz" 31 - checksum: "sha256=274f0a166a74c09323d350b3d3f72698c06626adab1bfd4d9b9ee95bf0463267" 32 - }
-29
packages/sexp_macro/sexp_macro.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/sexp_macro" 5 - bug-reports: "https://github.com/janestreet/sexp_macro/issues" 6 - dev-repo: "git+https://github.com/janestreet/sexp_macro.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/sexp_macro/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "sexplib" {>= "v0.17" & < "v0.18"} 18 - "dune" {>= "3.11.0"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "Sexp macros" 22 - description: " 23 - Sexp macros allow the user to define and use constants and simple functions in sexp files, 24 - include one sexp file in another. 25 - " 26 - url { 27 - src: "https://github.com/janestreet/sexp_macro/archive/refs/tags/v0.17.0.tar.gz" 28 - checksum: "sha256=f3523e6d7778111d5886941a8d06b8c8f82fd22fb462a589d98bf6ad9e7fcf60" 29 - }
-29
packages/sexp_pretty/sexp_pretty.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/sexp_pretty" 5 - bug-reports: "https://github.com/janestreet/sexp_pretty/issues" 6 - dev-repo: "git+https://github.com/janestreet/sexp_pretty.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/sexp_pretty/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "ppx_base" {>= "v0.17" & < "v0.18"} 16 - "sexplib" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - "re" {>= "1.8.0"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "S-expression pretty-printer" 22 - description: " 23 - A library for pretty-printing s-expressions, using better indentation rules than 24 - the default pretty printer in Sexplib. 25 - " 26 - url { 27 - src: "https://github.com/janestreet/sexp_pretty/archive/refs/tags/v0.17.0.tar.gz" 28 - checksum: "sha256=48caa552235e331f349a70580e756cea0d8335d9cccc46f3fe47142e04bad2f8" 29 - }
-28
packages/sexp_select/sexp_select.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/sexp_select" 5 - bug-reports: "https://github.com/janestreet/sexp_select/issues" 6 - dev-repo: "git+https://github.com/janestreet/sexp_select.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/sexp_select/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "core_kernel" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "A library to use CSS-style selectors to traverse sexp trees" 21 - description: " 22 - This library provides a convenient method to traverse sexp trees 23 - and return subtrees that match the given program. 24 - " 25 - url { 26 - src: "https://github.com/janestreet/sexp_select/archive/refs/tags/v0.17.0.tar.gz" 27 - checksum: "sha256=4501d04143dd5c73662b01c4c8952e11edfd44a905f10cc6ccf86c722173a77e" 28 - }
-29
packages/sexp_string_quickcheck/sexp_string_quickcheck.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/sexp_string_quickcheck" 5 - bug-reports: "https://github.com/janestreet/sexp_string_quickcheck/issues" 6 - dev-repo: "git+https://github.com/janestreet/sexp_string_quickcheck.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/sexp_string_quickcheck/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "parsexp" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "Quickcheck helpers for strings parsing to sexps" 21 - description: " 22 - This library provides quickcheck generators, helpers, and shrinkers for 23 - quickcheck-based tests that wish to exercise the concrete syntax of sexps, 24 - including escape sequences and comments. 25 - " 26 - url { 27 - src: "https://github.com/janestreet/sexp_string_quickcheck/archive/refs/tags/v0.17.0.tar.gz" 28 - checksum: "sha256=205f053360a0824ebc6d69ab461e0bf4eee407497254fc4819ff5fdd08b28312" 29 - }
-31
packages/shell/shell.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/shell" 5 - bug-reports: "https://github.com/janestreet/shell/issues" 6 - dev-repo: "git+https://github.com/janestreet/shell.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/shell/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "core_unix" {>= "v0.17" & < "v0.18"} 16 - "jst-config" {>= "v0.17" & < "v0.18"} 17 - "ppx_jane" {>= "v0.17" & < "v0.18"} 18 - "textutils" {>= "v0.17" & < "v0.18"} 19 - "dune" {>= "3.11.0"} 20 - "spawn" {>= "v0.15"} 21 - ] 22 - available: arch != "arm32" & arch != "x86_32" 23 - synopsis: "Yet another implementation of fork&exec and related functionality" 24 - description: " 25 - This library is a relatively featureful and flexible implementation of fork&exec with related functionality, including some basic support for asynchronous I/O. This is an old and unmaintained code. New users are advised to try using [Async.Process] for certain use cases and [Shexp_process] for certain other use cases. 26 - " 27 - depexts: ["linux-headers"] {os-family = "alpine"} 28 - url { 29 - src: "https://github.com/janestreet/shell/archive/refs/tags/v0.17.0.tar.gz" 30 - checksum: "sha256=d6f76ca1c3e7fa523da5affe9c1ebb74fe17bec2a2f22c239746b72905bc5f61" 31 - }
-30
packages/shexp/shexp.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/shexp" 5 - bug-reports: "https://github.com/janestreet/shexp/issues" 6 - dev-repo: "git+https://github.com/janestreet/shexp.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/shexp/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "posixat" {>= "v0.17" & < "v0.18"} 15 - "sexplib0" {>= "v0.17" & < "v0.18"} 16 - "base-threads" 17 - "dune" {>= "3.11.0"} 18 - "spawn" {>= "v0.15"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "Process library and s-expression based shell" 22 - description: " 23 - Shexp is composed of two parts: a library providing a process monad 24 - for shell scripting in OCaml as well as a simple s-expression based 25 - shell interpreter. Shexp works on both Unix and Windows. 26 - " 27 - url { 28 - src: "https://github.com/janestreet/shexp/archive/refs/tags/v0.17.0.tar.gz" 29 - checksum: "sha256=d19e518ace68dc86bc18e9af6b2b2ee0c62ed3341a25cf10cf464f22cb4f8b5d" 30 - }
-36
packages/splay_tree/splay_tree.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/splay_tree" 5 - bug-reports: "https://github.com/janestreet/splay_tree/issues" 6 - dev-repo: "git+https://github.com/janestreet/splay_tree.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/splay_tree/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "dune" {>= "3.11.0"} 17 - ] 18 - available: arch != "arm32" & arch != "x86_32" 19 - synopsis: "A splay tree implementation" 20 - description: " 21 - Splay trees are binary search trees that move recently accessed nodes 22 - closer to the root for easier access. They have amortized O(log 23 - n)-time access for a large enough sequence of primitive operations. 24 - 25 - A splay trees may outperform other trees such as red-black trees when 26 - recently accessed items are more likely to be accessed in the near 27 - future. 28 - 29 - Notably, this splay tree implementation is parameterized by a 30 - reduction operation which lets you specify an extra accumulator value, 31 - which can then be searched by efficiently. 32 - " 33 - url { 34 - src: "https://github.com/janestreet/splay_tree/archive/refs/tags/v0.17.0.tar.gz" 35 - checksum: "sha256=1b717c0656a2bb1b366ca17db9d576e1504ace1833b41e285a2be401b0082e73" 36 - }
-26
packages/stored_reversed/stored_reversed.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/stored_reversed" 5 - bug-reports: "https://github.com/janestreet/stored_reversed/issues" 6 - dev-repo: "git+https://github.com/janestreet/stored_reversed.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/stored_reversed/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "dune" {>= "3.11.0"} 17 - ] 18 - available: arch != "arm32" & arch != "x86_32" 19 - synopsis: "A library for representing a list temporarily stored in reverse order." 20 - description: " 21 - A ['a list t] represents a list temporarily stored in the reverse of its logical order. 22 - " 23 - url { 24 - src: "https://github.com/janestreet/stored_reversed/archive/refs/tags/v0.17.0.tar.gz" 25 - checksum: "sha256=fb312757d8e1d9fb9fb757705bcdeee667f541305abc02eaef47a6fa548e8522" 26 - }
-31
packages/streamable/streamable.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/streamable" 5 - bug-reports: "https://github.com/janestreet/streamable/issues" 6 - dev-repo: "git+https://github.com/janestreet/streamable.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/streamable/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async_kernel" {>= "v0.17" & < "v0.18"} 15 - "async_rpc_kernel" {>= "v0.17" & < "v0.18"} 16 - "base" {>= "v0.17" & < "v0.18"} 17 - "core" {>= "v0.17" & < "v0.18"} 18 - "core_kernel" {>= "v0.17" & < "v0.18"} 19 - "ppx_jane" {>= "v0.17" & < "v0.18"} 20 - "dune" {>= "3.11.0"} 21 - "ppxlib" {>= "0.28.0"} 22 - ] 23 - available: arch != "arm32" & arch != "x86_32" 24 - synopsis: "A collection of types suitable for incremental serialization." 25 - description: " 26 - A collection of types suitable for incremental serialization. 27 - " 28 - url { 29 - src: "https://github.com/janestreet/streamable/archive/refs/tags/v0.17.0.tar.gz" 30 - checksum: "sha256=4c59a31870f77b89727e2f986727a2ed865e8336df4b409b716dd6508d9b8a63" 31 - }
-32
packages/string_dict/string_dict.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/string_dict" 5 - bug-reports: "https://github.com/janestreet/string_dict/issues" 6 - dev-repo: "git+https://github.com/janestreet/string_dict.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/string_dict/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "ppx_compare" {>= "v0.17" & < "v0.18"} 16 - "ppx_hash" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "Efficient static string dictionaries" 21 - description: " 22 - Efficient static string dictionaries. 23 - By static, we mean that new key-value pairs cannot be added after the 24 - dictionary is created. 25 - 26 - This uses the algorithm the OCaml compiler uses for pattern matching 27 - on strings. 28 - " 29 - url { 30 - src: "https://github.com/janestreet/string_dict/archive/refs/tags/v0.17.0.tar.gz" 31 - checksum: "sha256=2e57a96c382080f574d6a36c37f080d608d6cade027b7262edd90e09e5052fff" 32 - }
-28
packages/textutils/textutils.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/textutils" 5 - bug-reports: "https://github.com/janestreet/textutils/issues" 6 - dev-repo: "git+https://github.com/janestreet/textutils.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/textutils/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "core_kernel" {>= "v0.17" & < "v0.18"} 16 - "core_unix" {>= "v0.17" & < "v0.18"} 17 - "ppx_jane" {>= "v0.17" & < "v0.18"} 18 - "dune" {>= "3.11.0"} 19 - "uutf" {>= "1.0.2"} 20 - ] 21 - available: arch != "arm32" & arch != "x86_32" 22 - synopsis: "Text output utilities" 23 - description: " 24 - " 25 - url { 26 - src: "https://github.com/janestreet/textutils/archive/refs/tags/v0.17.0.tar.gz" 27 - checksum: "sha256=b2681af1f4029245a5c187c4f0834ac470ada6ffc69db7c7e219b3244f88b3d5" 28 - }
-26
packages/textutils_kernel/textutils_kernel.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/textutils_kernel" 5 - bug-reports: "https://github.com/janestreet/textutils_kernel/issues" 6 - dev-repo: "git+https://github.com/janestreet/textutils_kernel.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/textutils_kernel/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "dune" {>= "3.11.0"} 17 - "uutf" {>= "1.0.2"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "Text output utilities" 21 - description: " 22 - " 23 - url { 24 - src: "https://github.com/janestreet/textutils_kernel/archive/refs/tags/v0.17.0.tar.gz" 25 - checksum: "sha256=793902157823c4112948514201a9e5c05126212b2b8d8b05a3cac786f752aa89" 26 - }
-26
packages/tilde_f/tilde_f.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/tilde_f" 5 - bug-reports: "https://github.com/janestreet/tilde_f/issues" 6 - dev-repo: "git+https://github.com/janestreet/tilde_f.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/tilde_f/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "dune" {>= "3.11.0"} 17 - ] 18 - available: arch != "arm32" & arch != "x86_32" 19 - synopsis: "Provides a let-syntax for continuation-passing style." 20 - description: " 21 - Provides a let-syntax for continuation-passing style. 22 - " 23 - url { 24 - src: "https://github.com/janestreet/tilde_f/archive/refs/tags/v0.17.0.tar.gz" 25 - checksum: "sha256=dd3ee16b0fbe933763964e5bb20d5e5364e8df43ae3ab14152dd27170a695d0d" 26 - }
-27
packages/timezone/timezone.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/timezone" 5 - bug-reports: "https://github.com/janestreet/timezone/issues" 6 - dev-repo: "git+https://github.com/janestreet/timezone.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/timezone/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "dune" {>= "3.11.0"} 17 - ] 18 - available: arch != "arm32" & arch != "x86_32" 19 - synopsis: "Time-zone handling" 20 - description: " 21 - Timezone handles parsing timezone data and create [Timezone.t] that 22 - can later be used to manipulate time in core_kernel or core. 23 - " 24 - url { 25 - src: "https://github.com/janestreet/timezone/archive/refs/tags/v0.17.0.tar.gz" 26 - checksum: "sha256=43026ee35551b996c627b0759e20da1a01609a3fd999eb6ba3149632dd625adf" 27 - }
-29
packages/toplevel_backend/toplevel_backend.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/toplevel_backend" 5 - bug-reports: "https://github.com/janestreet/toplevel_backend/issues" 6 - dev-repo: "git+https://github.com/janestreet/toplevel_backend.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/toplevel_backend/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "ppx_here" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "ppx_optcomp" {>= "v0.17" & < "v0.18"} 18 - "dune" {>= "3.11.0"} 19 - "ocamlfind" {>= "1.7.2"} 20 - ] 21 - available: arch != "arm32" & arch != "x86_32" 22 - synopsis: "Shared backend for setting up toplevels" 23 - description: " 24 - Module for setting up dependencies (like printers and liblinks) for toplevels. 25 - " 26 - url { 27 - src: "https://github.com/janestreet/toplevel_backend/archive/refs/tags/v0.17.0.tar.gz" 28 - checksum: "sha256=d87215bed87acdb4eea2b79ec21bb2d5e935eb9ebab9e9b9adbbd89686838ac2" 29 - }
-39
packages/toplevel_expect_test/toplevel_expect_test.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/toplevel_expect_test" 5 - bug-reports: "https://github.com/janestreet/toplevel_expect_test/issues" 6 - dev-repo: "git+https://github.com/janestreet/toplevel_expect_test.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/toplevel_expect_test/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "core_unix" {>= "v0.17" & < "v0.18"} 16 - "mlt_parser" {>= "v0.17" & < "v0.18"} 17 - "ppx_expect" {>= "v0.17" & < "v0.18"} 18 - "ppx_inline_test" {>= "v0.17" & < "v0.18"} 19 - "ppx_jane" {>= "v0.17" & < "v0.18"} 20 - "ppx_optcomp" {>= "v0.17" & < "v0.18"} 21 - "toplevel_backend" {>= "v0.17" & < "v0.18"} 22 - "base-threads" 23 - "dune" {>= "3.11.0"} 24 - "ocaml-compiler-libs" {>= "v0.11.0"} 25 - "ocamlfind" {>= "1.7.2"} 26 - "ppxlib" {>= "0.28.0"} 27 - ] 28 - available: arch != "arm32" & arch != "x86_32" 29 - synopsis: "Expectation tests for the OCaml toplevel" 30 - description: " 31 - Allows one to write both toplevel phrases and the expected output from 32 - the toplevel in the same file. This provides an easy way to test 33 - compilations errors as well as provide a nice alternative to using 34 - the toplevel in a terminal. 35 - " 36 - url { 37 - src: "https://github.com/janestreet/toplevel_expect_test/archive/refs/tags/v0.17.0.tar.gz" 38 - checksum: "sha256=c0f0d343b8ef24bc96464cd90c986bb4ede20e70b5ec168035cc0e6d410fefc7" 39 - }
-28
packages/topological_sort/topological_sort.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/topological_sort" 5 - bug-reports: "https://github.com/janestreet/topological_sort/issues" 6 - dev-repo: "git+https://github.com/janestreet/topological_sort.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/topological_sort/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "stdio" {>= "v0.17" & < "v0.18"} 17 - "dune" {>= "3.11.0"} 18 - ] 19 - available: arch != "arm32" & arch != "x86_32" 20 - synopsis: "Topological sort algorithm" 21 - description: " 22 - Topological_sort is a single-module library that implements a simple 23 - topological-sort algorithm. 24 - " 25 - url { 26 - src: "https://github.com/janestreet/topological_sort/archive/refs/tags/v0.17.0.tar.gz" 27 - checksum: "sha256=a81b2bb38d7f4775a1bd4307cd16d99afa60bbbf5e9cdf369956b7795077911c" 28 - }
-44
packages/torch/torch.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/torch" 5 - bug-reports: "https://github.com/janestreet/torch/issues" 6 - dev-repo: "git+https://github.com/janestreet/torch.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/torch/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "core_unix" {>= "v0.17" & < "v0.18"} 17 - "ppx_bench" {>= "v0.17" & < "v0.18"} 18 - "ppx_inline_test" {>= "v0.17" & < "v0.18"} 19 - "ppx_jane" {>= "v0.17" & < "v0.18"} 20 - "ppx_string" {>= "v0.17" & < "v0.18"} 21 - "stdio" {>= "v0.17" & < "v0.18"} 22 - "ctypes" {>= "0.18.0"} 23 - "ctypes-foreign" 24 - "dune" {>= "3.11.0"} 25 - "dune-configurator" 26 - "ocaml-compiler-libs" {>= "v0.11.0"} 27 - ] 28 - depopts: [ 29 - "libtorch" 30 - ] 31 - available: arch != "arm32" & arch != "x86_32" 32 - conflicts: [ 33 - "libtorch" {< "2.1.0" | >= "2.2.0"} 34 - ] 35 - synopsis: "Torch bindings for OCaml" 36 - description: " 37 - The ocaml-torch project provides some OCaml bindings for the Torch library. 38 - This brings to OCaml NumPy-like tensor computations with GPU acceleration and 39 - tape-based automatic differentiation. 40 - " 41 - url { 42 - src: "https://github.com/janestreet/torch/archive/refs/tags/v0.17.0.tar.gz" 43 - checksum: "sha256=ccdbbd6cda83e2a4ee3b4b731e9d5ccccdfe87cc7984dadc2841bf6a38d3299b" 44 - }
-29
packages/tracing/tracing.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/tracing" 5 - bug-reports: "https://github.com/janestreet/tracing/issues" 6 - dev-repo: "git+https://github.com/janestreet/tracing.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/tracing/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "core_kernel" {>= "v0.17" & < "v0.18"} 17 - "core_unix" {>= "v0.17" & < "v0.18"} 18 - "ppx_jane" {>= "v0.17" & < "v0.18"} 19 - "dune" {>= "3.11.0"} 20 - ] 21 - available: arch != "arm32" & arch != "x86_32" 22 - synopsis: "Tracing library" 23 - description: " 24 - Utilities for creating and parsing traces in Fuchsia Trace Format. 25 - " 26 - url { 27 - src: "https://github.com/janestreet/tracing/archive/refs/tags/v0.17.0.tar.gz" 28 - checksum: "sha256=5621f8fd41d64521cc88295417e48174f525a7e6e4f8a72885ba89056d461a72" 29 - }
-26
packages/uopt/uopt.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/uopt" 5 - bug-reports: "https://github.com/janestreet/uopt/issues" 6 - dev-repo: "git+https://github.com/janestreet/uopt.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/uopt/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "dune" {>= "3.11.0"} 17 - ] 18 - available: arch != "arm32" & arch != "x86_32" 19 - synopsis: "An [option]-like type that incurs no allocation, without requiring a reserved value in the underlying type" 20 - description: " 21 - Uopt_base provides an unboxed option type, for use in high-performance systems which avoid allocation. It has several downsides as compared to [option], and is not recommended for use in general-purpose software. 22 - " 23 - url { 24 - src: "https://github.com/janestreet/uopt/archive/refs/tags/v0.17.0.tar.gz" 25 - checksum: "sha256=a6534df59d54cfa50ac22c4406d425b098e94b198cee48c3d82e15a348577cc6" 26 - }
-26
packages/username_kernel/username_kernel.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/username_kernel" 5 - bug-reports: "https://github.com/janestreet/username_kernel/issues" 6 - dev-repo: "git+https://github.com/janestreet/username_kernel.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/username_kernel/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "ppx_jane" {>= "v0.17" & < "v0.18"} 16 - "dune" {>= "3.11.0"} 17 - ] 18 - available: arch != "arm32" & arch != "x86_32" 19 - synopsis: "An identifier for a user" 20 - description: " 21 - A string representation for a user, typically a UNIX username 22 - " 23 - url { 24 - src: "https://github.com/janestreet/username_kernel/archive/refs/tags/v0.17.0.tar.gz" 25 - checksum: "sha256=5e4da7e335c7250710ad769e437853605f3a9dbc42482030c2cda1e43a71d04b" 26 - }
-57
packages/vcaml/vcaml.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/vcaml" 5 - bug-reports: "https://github.com/janestreet/vcaml/issues" 6 - dev-repo: "git+https://github.com/janestreet/vcaml.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/vcaml/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - run-test: [ 13 - ["./run-tests-in-opam.sh" name jobs] 14 - ] 15 - depends: [ 16 - "ocaml" {>= "5.1.0"} 17 - "async" {>= "v0.17" & < "v0.18"} 18 - "async_unix" {>= "v0.17" & < "v0.18"} 19 - "base_trie" {>= "v0.17" & < "v0.18"} 20 - "core" {>= "v0.17" & < "v0.18"} 21 - "core_kernel" {>= "v0.17" & < "v0.18"} 22 - "core_unix" {>= "v0.17" & < "v0.18"} 23 - "expect_test_helpers_async" {>= "v0.17" & < "v0.18"} 24 - "jsonaf" {>= "v0.17" & < "v0.18"} 25 - "man_in_the_middle_debugger" {>= "v0.17" & < "v0.18"} 26 - "ppx_jane" {>= "v0.17" & < "v0.18"} 27 - "ppx_optcomp" {>= "v0.17" & < "v0.18"} 28 - "semantic_version" {>= "v0.17" & < "v0.18"} 29 - "textutils" {>= "v0.17" & < "v0.18"} 30 - "angstrom" {>= "0.15.0"} 31 - "angstrom-async" {>= "0.15.0"} 32 - "dune" {>= "3.11.0"} 33 - "faraday" {>= "0.8.1"} 34 - "re" {>= "1.8.0"} 35 - ] 36 - available: arch != "arm32" & arch != "x86_32" 37 - synopsis: "OCaml bindings for the Neovim API" 38 - description: " 39 - 40 - VCaml provides OCaml bindings for Neovim and models some of Neovim's trickier 41 - semantics so plugin authors do not need to consider them when writing plugins. 42 - Plugins communicate with Neovim remotely over Msgpack RPC (see `:h api` for 43 - details). 44 - " 45 - post-messages: " 46 - 47 - This version of VCaml is built and tested against Neovim 0.9.1. Because Neovim 48 - is an evolving project and VCaml does not provide versionining guarantees, 49 - expect the degree of breakage to increase the further away your version of 50 - Neovim is from the tested version. The best way to ensure that nothing will 51 - break unexpectedly for versions of Neovim you wish to support is to write tests 52 - for your plugin. 53 - " 54 - url { 55 - src: "https://github.com/janestreet/vcaml/archive/refs/tags/v0.17.0.tar.gz" 56 - checksum: "sha256=74757781d5e3c4969333a02468b8e107059d767d8ead207140ca0a0d58c1698a" 57 - }
-29
packages/versioned_polling_state_rpc/versioned_polling_state_rpc.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/versioned_polling_state_rpc" 5 - bug-reports: "https://github.com/janestreet/versioned_polling_state_rpc/issues" 6 - dev-repo: "git+https://github.com/janestreet/versioned_polling_state_rpc.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/versioned_polling_state_rpc/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "async_rpc_kernel" {>= "v0.17" & < "v0.18"} 15 - "babel" {>= "v0.17" & < "v0.18"} 16 - "core" {>= "v0.17" & < "v0.18"} 17 - "polling_state_rpc" {>= "v0.17" & < "v0.18"} 18 - "ppx_jane" {>= "v0.17" & < "v0.18"} 19 - "dune" {>= "3.11.0"} 20 - ] 21 - available: arch != "arm32" & arch != "x86_32" 22 - synopsis: "Helper functions for creating stable/versioned `Polling_state_rpc.t`s with babel." 23 - description: " 24 - Helper functions for creating stable/versioned `Polling_state_rpc.t`s with babel. 25 - " 26 - url { 27 - src: "https://github.com/janestreet/versioned_polling_state_rpc/archive/refs/tags/v0.17.0.tar.gz" 28 - checksum: "sha256=86a88f35cfa962d3627a36146943588459869c6f19ac9b9a790f99c48ded0c5f" 29 - }
-38
packages/virtual_dom/virtual_dom.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/virtual_dom" 5 - bug-reports: "https://github.com/janestreet/virtual_dom/issues" 6 - dev-repo: "git+https://github.com/janestreet/virtual_dom.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/virtual_dom/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "base" {>= "v0.17" & < "v0.18"} 15 - "core" {>= "v0.17" & < "v0.18"} 16 - "core_kernel" {>= "v0.17" & < "v0.18"} 17 - "js_of_ocaml_patches" {>= "v0.17" & < "v0.18"} 18 - "ppx_jane" {>= "v0.17" & < "v0.18"} 19 - "stdio" {>= "v0.17" & < "v0.18"} 20 - "base64" {>= "3.4.0"} 21 - "dune" {>= "3.11.0"} 22 - "gen_js_api" {>= "1.0.8"} 23 - "js_of_ocaml" {>= "5.1.1" & < "5.7.0"} 24 - "js_of_ocaml-ppx" {>= "5.1.1" & < "5.7.0"} 25 - "lambdasoup" {>= "0.6.3"} 26 - "tyxml" {>= "4.3.0"} 27 - "uri" {>= "3.0.0"} 28 - ] 29 - available: arch != "arm32" & arch != "x86_32" 30 - synopsis: "OCaml bindings for the virtual-dom library" 31 - description: " 32 - The library itself may be found at 33 - https://github.com/Matt-Esch/virtual-dom. 34 - " 35 - url { 36 - src: "https://github.com/janestreet/virtual_dom/archive/refs/tags/v0.17.0.tar.gz" 37 - checksum: "sha256=812711b4d5ce634a413580cd7096482de8d71abec9ae37bb01f7c0dcec2968ec" 38 - }
-32
packages/virtual_dom_toplayer/virtual_dom_toplayer.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/virtual_dom_toplayer" 5 - bug-reports: "https://github.com/janestreet/virtual_dom_toplayer/issues" 6 - dev-repo: "git+https://github.com/janestreet/virtual_dom_toplayer.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/virtual_dom_toplayer/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "js_of_ocaml_patches" {>= "v0.17" & < "v0.18"} 16 - "ppx_css" {>= "v0.17" & < "v0.18"} 17 - "ppx_jane" {>= "v0.17" & < "v0.18"} 18 - "virtual_dom" {>= "v0.17" & < "v0.18"} 19 - "dune" {>= "3.11.0"} 20 - "gen_js_api" {>= "1.0.8"} 21 - "js_of_ocaml" {>= "5.1.1" & < "5.7.0"} 22 - "js_of_ocaml-ppx" {>= "5.1.1" & < "5.7.0"} 23 - ] 24 - available: arch != "arm32" & arch != "x86_32" 25 - synopsis: "OCaml bindings for the floating positioning library for 'toplevel' virtual dom components" 26 - description: " 27 - The floating positioning library itself may be found at https://floating-ui.com/ 28 - " 29 - url { 30 - src: "https://github.com/janestreet/virtual_dom_toplayer/archive/refs/tags/v0.17.0.tar.gz" 31 - checksum: "sha256=b525b0ba3607f142d417fe6edf1a08dbed86ae4e817680fb9bc191959b7a3aea" 32 - }
-25
packages/zarith_stubs_js/zarith_stubs_js.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/zarith_stubs_js" 5 - bug-reports: "https://github.com/janestreet/zarith_stubs_js/issues" 6 - dev-repo: "git+https://github.com/janestreet/zarith_stubs_js.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/zarith_stubs_js/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "dune" {>= "3.11.0"} 15 - ] 16 - available: arch != "arm32" & arch != "x86_32" 17 - synopsis: "Javascripts stubs for the Zarith library" 18 - description: " 19 - This library contains no ocaml code, but instead implements 20 - all of the Zarith C stubs in Javascript for use in Js_of_ocaml 21 - " 22 - url { 23 - src: "https://github.com/janestreet/zarith_stubs_js/archive/refs/tags/v0.17.0.tar.gz" 24 - checksum: "sha256=7301b11007bde9dc113f694059b1ba994232752655d926403d7664eff3ae143a" 25 - }
-29
packages/zstandard/zstandard.v0.17.0/opam
··· 1 - opam-version: "2.0" 2 - maintainer: "Jane Street developers" 3 - authors: ["Jane Street Group, LLC"] 4 - homepage: "https://github.com/janestreet/zstandard" 5 - bug-reports: "https://github.com/janestreet/zstandard/issues" 6 - dev-repo: "git+https://github.com/janestreet/zstandard.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/zstandard/index.html" 8 - license: "MIT" 9 - build: [ 10 - ["dune" "build" "-p" name "-j" jobs] 11 - ] 12 - depends: [ 13 - "ocaml" {>= "5.1.0"} 14 - "core" {>= "v0.17" & < "v0.18"} 15 - "core_kernel" {>= "v0.17" & < "v0.18"} 16 - "ppx_jane" {>= "v0.17" & < "v0.18"} 17 - "conf-zstd" 18 - "ctypes" {>= "0.18.0"} 19 - "dune" {>= "3.11.0"} 20 - ] 21 - synopsis: "OCaml bindings to Zstandard" 22 - description: " 23 - Zstandard is a real-time compression algorithm which provides high compression ratios. 24 - " 25 - available: (arch = "x86_64" | arch = "arm64") & os = "linux" 26 - url { 27 - src: "https://github.com/janestreet/zstandard/archive/refs/tags/v0.17.0.tar.gz" 28 - checksum: "sha256=e752327599c2349463ae94159d96fd01acb9759fa19edc89a4716e0ad6c54478" 29 - }