opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/uopt" bug-reports: "https://github.com/janestreet/uopt/issues" dev-repo: "git+https://github.com/janestreet/uopt.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/uopt/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "base" {= "v0.17~preview.129.11+135"} "ppx_jane" {= "v0.17~preview.129.11+135"} "dune" {>= "2.0.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "An [option]-like type that incurs no allocation, without requiring a reserved value in the underlying type" description: " 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. " url { src: "https://github.com/janestreet/uopt/archive/17ba0f9169f7a4f3ee1d9eecaf0a72878884dfe9.tar.gz" checksum: "sha256=9535fd2b92301ba07b730c4f9b6c2ca4c38bc8dd5aa99eb075f4002f701d9329" } 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" ]