this repo has no description
0
fork

Configure Feed

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

Merge pull request #25957 from public-release/opam-publish-core.v0.17.1

Package core.v0.17.1

authored by

Anil Madhavapeddy and committed by
GitHub
980d5f24 59a41693

+53
+53
packages/core/core.v0.17.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Jane Street developers" 3 + authors: ["Jane Street Group, LLC"] 4 + homepage: "https://github.com/janestreet/core" 5 + bug-reports: "https://github.com/janestreet/core/issues" 6 + dev-repo: "git+https://github.com/janestreet/core.git" 7 + doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/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_bigstring" {>= "v0.17" & < "v0.18"} 16 + "base_quickcheck" {>= "v0.17" & < "v0.18"} 17 + "bin_prot" {>= "v0.17" & < "v0.18"} 18 + "fieldslib" {>= "v0.17" & < "v0.18"} 19 + "jane-street-headers" {>= "v0.17" & < "v0.18"} 20 + "jst-config" {>= "v0.17" & < "v0.18"} 21 + "ppx_assert" {>= "v0.17" & < "v0.18"} 22 + "ppx_base" {>= "v0.17" & < "v0.18"} 23 + "ppx_diff" {>= "v0.17" & < "v0.18"} 24 + "ppx_hash" {>= "v0.17" & < "v0.18"} 25 + "ppx_inline_test" {>= "v0.17" & < "v0.18"} 26 + "ppx_jane" {>= "v0.17" & < "v0.18"} 27 + "ppx_optcomp" {>= "v0.17" & < "v0.18"} 28 + "ppx_sexp_conv" {>= "v0.17" & < "v0.18"} 29 + "ppx_sexp_message" {>= "v0.17" & < "v0.18"} 30 + "sexplib" {>= "v0.17" & < "v0.18"} 31 + "splittable_random" {>= "v0.17" & < "v0.18"} 32 + "stdio" {>= "v0.17" & < "v0.18"} 33 + "time_now" {>= "v0.17" & < "v0.18"} 34 + "typerep" {>= "v0.17" & < "v0.18"} 35 + "variantslib" {>= "v0.17" & < "v0.18"} 36 + "dune" {>= "3.11.0"} 37 + ] 38 + available: arch != "arm32" & arch != "x86_32" 39 + synopsis: "Industrial strength alternative to OCaml's standard library" 40 + description: " 41 + The Core suite of libraries is an industrial strength alternative to 42 + OCaml's standard library that was developed by Jane Street, the 43 + largest industrial user of OCaml. 44 + 45 + This is the system-independent part of Core. Unix-specific parts were moved to [core_unix]. 46 + " 47 + url { 48 + src: "https://github.com/janestreet/core/archive/refs/tags/v0.17.1.tar.gz" 49 + checksum: [ 50 + "md5=743a141234e04210e295980f7a78a6d9" 51 + "sha512=61b415f4fb12c78d30649fff1aabe3a475eea926ce6edb7774031f4dc7f37ea51f5d9337ead6ec73cd93da5fd1ed0f2738c210c71ebc8fe9d7f6135a06bd176f" 52 + ] 53 + }