this repo has no description
0
fork

Configure Feed

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

Clean up unnecessary packages

-232
-31
packages/base_trie/base_trie.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/base_trie" 5 - bug-reports: "https://github.com/janestreet/base_trie/issues" 6 - dev-repo: "git+https://github.com/janestreet/base_trie.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/base_trie/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 - "expect_test_helpers_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: "Trie data structure library" 22 - description: " 23 - This library provides an implementation of a trie data structure. 24 - 25 - Lookup is based on \"chains\" of keys; each node of the trie has children representing 26 - each potential next key in the chain. 27 - " 28 - url { 29 - src: "https://github.com/janestreet/base_trie/archive/refs/tags/v0.17.0.tar.gz" 30 - checksum: "sha256=d423636742996696dc8e840710537cd85807d8d04ecbc2a266a63bcc75d58deb" 31 - }
-36
packages/core_bench/core_bench.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/core_bench" 5 - bug-reports: "https://github.com/janestreet/core_bench/issues" 6 - dev-repo: "git+https://github.com/janestreet/core_bench.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/core_bench/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 - "core_kernel" {>= "v0.17" & < "v0.18"} 17 - "core_unix" {>= "v0.17" & < "v0.18"} 18 - "delimited_parsing" {>= "v0.17" & < "v0.18"} 19 - "ppx_compare" {>= "v0.17" & < "v0.18"} 20 - "ppx_fields_conv" {>= "v0.17" & < "v0.18"} 21 - "ppx_jane" {>= "v0.17" & < "v0.18"} 22 - "ppx_let" {>= "v0.17" & < "v0.18"} 23 - "ppx_sexp_conv" {>= "v0.17" & < "v0.18"} 24 - "textutils" {>= "v0.17" & < "v0.18"} 25 - "time_now" {>= "v0.17" & < "v0.18"} 26 - "dune" {>= "3.11.0"} 27 - "re" {>= "1.8.0"} 28 - ] 29 - available: arch != "arm32" & arch != "x86_32" 30 - synopsis: "Benchmarking library" 31 - description: " 32 - " 33 - url { 34 - src: "https://github.com/janestreet/core_bench/archive/refs/tags/v0.17.0.tar.gz" 35 - checksum: "sha256=a093a77179629a8baef03f58947aac9cf5da37cc0ed7fabdd651832c4fe4cfe5" 36 - }
-32
packages/core_extended/core_extended.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/core_extended" 5 - bug-reports: "https://github.com/janestreet/core_extended/issues" 6 - dev-repo: "git+https://github.com/janestreet/core_extended.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/core_extended/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 - "record_builder" {>= "v0.17" & < "v0.18"} 19 - "dune" {>= "3.11.0"} 20 - "re" {>= "1.8.0"} 21 - ] 22 - available: arch != "arm32" & arch != "x86_32" 23 - synopsis: "Extra components that are not as closely vetted or as stable as Core" 24 - description: " 25 - The Core suite of libraries is an industrial strength alternative to 26 - OCaml's standard library that was developed by Jane Street, the 27 - largest industrial user of OCaml. 28 - " 29 - url { 30 - src: "https://github.com/janestreet/core_extended/archive/refs/tags/v0.17.0.tar.gz" 31 - checksum: "sha256=17de5f7cf59818d757bb0625c55f0afc84509122645b7782fb522ac98c3be446" 32 - }
-35
packages/core_kernel/core_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/core_kernel" 5 - bug-reports: "https://github.com/janestreet/core_kernel/issues" 6 - dev-repo: "git+https://github.com/janestreet/core_kernel.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/core_kernel/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 - "int_repr" {>= "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 - "base-threads" 21 - "dune" {>= "3.11.0"} 22 - ] 23 - available: arch != "arm32" & arch != "x86_32" 24 - synopsis: "Industrial strength alternative to OCaml's standard library" 25 - description: " 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 - Core_kernel is the system-independent part of Core. 31 - " 32 - url { 33 - src: "https://github.com/janestreet/core_kernel/archive/refs/tags/v0.17.0.tar.gz" 34 - checksum: "sha256=fd2b8c6715794df7a810a62b226f53720f211cd344b4afc9fab0498796d6b466" 35 - }
-33
packages/core_profiler/core_profiler.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/core_profiler" 5 - bug-reports: "https://github.com/janestreet/core_profiler/issues" 6 - dev-repo: "git+https://github.com/janestreet/core_profiler.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/core_profiler/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 - "re2" {>= "v0.17" & < "v0.18"} 19 - "shell" {>= "v0.17" & < "v0.18"} 20 - "textutils" {>= "v0.17" & < "v0.18"} 21 - "textutils_kernel" {>= "v0.17" & < "v0.18"} 22 - "dune" {>= "3.11.0"} 23 - ] 24 - available: arch != "arm32" & arch != "x86_32" 25 - synopsis: "Profiling library" 26 - description: " 27 - Core_profiler is a library that helps you profile programs and 28 - estimate various costs. 29 - " 30 - url { 31 - src: "https://github.com/janestreet/core_profiler/archive/refs/tags/v0.17.0.tar.gz" 32 - checksum: "sha256=7e185732b4c30f754ffc39569758d0d790a35cb606972073810a420d44f336af" 33 - }
-37
packages/core_unix/core_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/core_unix" 5 - bug-reports: "https://github.com/janestreet/core_unix/issues" 6 - dev-repo: "git+https://github.com/janestreet/core_unix.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/core_unix/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 - "expect_test_helpers_core" {>= "v0.17" & < "v0.18"} 17 - "jane-street-headers" {>= "v0.17" & < "v0.18"} 18 - "jst-config" {>= "v0.17" & < "v0.18"} 19 - "ppx_jane" {>= "v0.17" & < "v0.18"} 20 - "ppx_optcomp" {>= "v0.17" & < "v0.18"} 21 - "sexplib" {>= "v0.17" & < "v0.18"} 22 - "timezone" {>= "v0.17" & < "v0.18"} 23 - "uopt" {>= "v0.17" & < "v0.18"} 24 - "base-threads" 25 - "dune" {>= "3.11.0"} 26 - "spawn" {>= "v0.15"} 27 - ] 28 - available: arch != "arm32" & arch != "x86_32" 29 - synopsis: "Unix-specific portions of Core" 30 - description: " 31 - Unix-specific extensions to some of the modules defined in [core] and [core_kernel]. 32 - " 33 - depexts: ["linux-headers"] {os-family = "alpine"} 34 - url { 35 - src: "https://github.com/janestreet/core_unix/archive/refs/tags/v0.17.0.tar.gz" 36 - checksum: "sha256=175025e240ed90647d817b1af5e4174bf146505903ed671e645f8a5d5f497182" 37 - }
-28
packages/parsexp_io/parsexp_io.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/parsexp_io" 5 - bug-reports: "https://github.com/janestreet/parsexp_io/issues" 6 - dev-repo: "git+https://github.com/janestreet/parsexp_io.git" 7 - doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/parsexp_io/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 - "parsexp" {>= "v0.17" & < "v0.18"} 16 - "ppx_js_style" {>= "v0.17" & < "v0.18"} 17 - "stdio" {>= "v0.17" & < "v0.18"} 18 - "dune" {>= "3.11.0"} 19 - ] 20 - available: arch != "arm32" & arch != "x86_32" 21 - synopsis: "S-expression parsing library (IO functions)" 22 - description: " 23 - Parsexp_io provides functions for loading s-expressions from files. 24 - " 25 - url { 26 - src: "https://github.com/janestreet/parsexp_io/archive/refs/tags/v0.17.0.tar.gz" 27 - checksum: "sha256=70f52c8d6ac0605b4b49081a769a838337be81a014af4b651539f47ebc737fd7" 28 - }