this repo has no description
0
fork

Configure Feed

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

Merge pull request #25777 from public-release/opam-publish-base.v0.17.0

Package base.v0.17.0

authored by

Anil Madhavapeddy and committed by
GitHub
5086d7ff 0cead820

+52 -11
+1 -1
packages/OCanren-ppx/OCanren-ppx.0.1.0/opam
··· 16 16 "ocaml" 17 17 "dune" {>= "2.5"} 18 18 "dune-configurator" 19 - "base" { >= "v0.14.0" } 19 + "base" { >= "v0.14.0" & < "v0.17" } 20 20 "ppxlib" {< "0.22.0"} 21 21 ] 22 22
+1 -1
packages/OCanren-ppx/OCanren-ppx.0.2.0/opam
··· 30 30 "dune" { >= "2.5" } 31 31 "dune-configurator" 32 32 "ppxlib" { >= "0.22.0" } 33 - "base" { >= "v0.14.1" } 33 + "base" { >= "v0.14.1" & < "v0.17" } 34 34 ] 35 35 36 36 build: [
+1 -1
packages/OCanren-ppx/OCanren-ppx.0.3.0/opam
··· 34 34 "ocaml" { >= "4.10" } 35 35 "dune-configurator" 36 36 "ppxlib" { >= "0.22" } 37 - "base" 37 + "base" { < "v0.17" } 38 38 "ppx_inline_test" 39 39 "ppx_expect" 40 40 "odoc" { with-doc }
+1 -1
packages/OCanren-ppx/OCanren-ppx.0.3.0~alpha1/opam
··· 34 34 "ocaml" {>= "4.10"} 35 35 "dune-configurator" 36 36 "ppxlib" {>= "0.22" & <= "0.24"} 37 - "base" 37 + "base" { < "v0.17" } 38 38 "ppx_inline_test" 39 39 "ppx_expect" 40 40 "OCanren" { >= "0.3.0~" }
+41
packages/base/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/base" 5 + bug-reports: "https://github.com/janestreet/base/issues" 6 + dev-repo: "git+https://github.com/janestreet/base.git" 7 + doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/base/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" 15 + "sexplib0" {>= "v0.17" & < "0.18"} 16 + "dune" {>= "3.11.0"} 17 + "dune-configurator" 18 + ] 19 + available: arch != "arm32" & arch != "x86_32" 20 + synopsis: "Full standard library replacement for OCaml" 21 + description: " 22 + Full standard library replacement for OCaml 23 + 24 + Base is a complete and portable alternative to the OCaml standard 25 + library. It provides all standard functionalities one would expect 26 + from a language standard library. It uses consistent conventions 27 + across all of its module. 28 + 29 + Base aims to be usable in any context. As a result system dependent 30 + features such as I/O are not offered by Base. They are instead 31 + provided by companion libraries such as stdio: 32 + 33 + https://github.com/janestreet/stdio 34 + " 35 + url { 36 + src: "https://github.com/janestreet/base/archive/refs/tags/v0.17.0.tar.gz" 37 + checksum: [ 38 + "md5=6a3504bf4179654606f2785c057981e4" 39 + "sha512=5828bfdad7e80183c4aa8b52e6ab06cc17c9f15cfbffc88827db8f8973a064813236d60b01358f838e58f2fea1f4499e6a7676bf081da443c1fb8a019d9fe7be" 40 + ] 41 + }
+1 -1
packages/caisar/caisar.0.1/opam
··· 17 17 "piqilib" {>= "0.6.14"} 18 18 "zarith" {>= "1.7"} 19 19 "ocplib-endian" {>= "1.0"} 20 - "base" {>= "v0.14.0"} 20 + "base" {>= "v0.14.0" & < "v0.17" } 21 21 "stdio" {>= "v0.14.0"} 22 22 "cmdliner" {>= "1.1.1"} 23 23 "fmt" {>= "0.8.9"}
+1 -1
packages/caisar/caisar.0.2.1/opam
··· 17 17 "piqilib" {>= "0.6.14"} 18 18 "zarith" {>= "1.7"} 19 19 "ocplib-endian" {>= "1.0"} 20 - "base" {>= "v0.15.1"} 20 + "base" {>= "v0.15.1" & < "v0.17" } 21 21 "stdio" {>= "v0.14.0"} 22 22 "cmdliner" {>= "1.1.1"} 23 23 "fmt" {>= "0.8.9"}
+1 -1
packages/caisar/caisar.0.2/opam
··· 17 17 "piqilib" {>= "0.6.14"} 18 18 "zarith" {>= "1.7"} 19 19 "ocplib-endian" {>= "1.0"} 20 - "base" {>= "v0.14.0"} 20 + "base" {>= "v0.14.0" & < "v0.17" } 21 21 "stdio" {>= "v0.14.0"} 22 22 "cmdliner" {>= "1.1.1"} 23 23 "fmt" {>= "0.8.9"}
+1 -1
packages/caisar/caisar.1.0/opam
··· 17 17 "piqilib" {>= "0.6.14"} 18 18 "zarith" {>= "1.7"} 19 19 "ocplib-endian" {>= "1.0"} 20 - "base" {>= "v0.15.1"} 20 + "base" {>= "v0.15.1" & < "v0.17" } 21 21 "stdio" {>= "v0.14.0"} 22 22 "cmdliner" {>= "1.1.1"} 23 23 "fmt" {>= "0.8.9"}
+1 -1
packages/ppx_protocol_conv/ppx_protocol_conv.5.1.2/opam
··· 11 11 ] 12 12 depends: [ 13 13 "ocaml" {>= "4.04"} 14 - "base" {>= "v0.14.0" } 14 + "base" {>= "v0.14.0" & < "v0.17" } 15 15 "dune" {>= "1.2"} 16 16 "ppxlib" {>= "0.9.0" & < "0.15.0"} 17 17 "ppx_sexp_conv" {with-test}
+1 -1
packages/ppx_protocol_conv/ppx_protocol_conv.5.2.0/opam
··· 12 12 ] 13 13 depends: [ 14 14 "ocaml" {>= "4.07"} 15 - "base" {>= "v0.14.0" } 15 + "base" {>= "v0.14.0" & < "v0.17" } 16 16 "dune" {>= "1.2"} 17 17 "ppxlib" {>= "0.9.0"} 18 18 "ppx_sexp_conv" {with-test}
+1 -1
packages/ppx_protocol_conv/ppx_protocol_conv.5.2.1/opam
··· 12 12 ] 13 13 depends: [ 14 14 "ocaml" {>= "4.07"} 15 - "base" {>= "v0.14.0" } 15 + "base" {>= "v0.14.0" & < "v0.17" } 16 16 "dune" {>= "1.2"} 17 17 "ppxlib" {>= "0.9.0"} 18 18 "ppx_sexp_conv" {with-test}