opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/core_unix" bug-reports: "https://github.com/janestreet/core_unix/issues" dev-repo: "git+https://github.com/janestreet/core_unix.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/core_unix/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "core" {= "v0.17~preview.129.11+135"} "core_kernel" {= "v0.17~preview.129.11+135"} "expect_test_helpers_core" {= "v0.17~preview.129.11+135"} "jane-street-headers" {= "v0.17~preview.129.11+135"} "jst-config" {= "v0.17~preview.129.11+135"} "ppx_jane" {= "v0.17~preview.129.11+135"} "ppx_optcomp" {= "v0.17~preview.129.11+135"} "sexplib" {= "v0.17~preview.129.11+135"} "timezone" {= "v0.17~preview.129.11+135"} "base-threads" "dune" {>= "2.0.0"} "spawn" {>= "v0.15"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Unix-specific portions of Core" description: " Unix-specific extensions to some of the modules defined in [core] and [core_kernel]. " depexts: ["linux-headers"] {os-family = "alpine"} url { src: "https://github.com/janestreet/core_unix/archive/d33a04d17d9dfe20739a876ff00a5d2091e898fe.tar.gz" checksum: "sha256=62233f1796d3ca42212b10419e6fd79e8c92d33c079aa6935c2b79eee1c6c153" } flags: deprecated post-messages: [ "IMPORTANT: The bleeding edge repository mirror on ocaml.janestreet.com is being deprecated in favor of our official GitHub repository." "To ensure you receive the latest packages and updates, please update your repository URL by running:" " opam repo set-url janestreet-bleeding https://github.com/janestreet/opam-repository.git" ]