opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/base" bug-reports: "https://github.com/janestreet/base/issues" dev-repo: "git+https://github.com/janestreet/base.git" license: "Apache-2.0" synopsis: "Virtual package for enabling native int63 support in Base" description: """ `base-native-int63` is just a virtual OPAM package that determines whether `Int63.t` in the Base library is exposed as a `private int` on 64 bit sytems or as an abstract type whose implementation is chosen at runtime. If you install this package, operations on `Base.Int63.t` values will be faster as the compiler will be able to generate optimized code. However, you won't be able to use the generated byte-code with js_of_ocaml.""" depends: ["ocaml"] extra-source "base-native-int63.install" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/base-native-int63/base-native-int63.install" checksum: [ "sha256=cb154f04b1afccaa7a4ca6e7603ccb1114066c7d4dffa98b8d7ab9d48dbd925f" "md5=a03d20fcd54d7277982caf03b05354fa" ] } extra-source "META" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/base-native-int63/META.0.1" checksum: [ "sha256=b1da7f6b25d6c29fefc27864631a463dc087d379410f79d74e549e15c711fe3e" "md5=7c03e6330d3d5c03825bd7db4826e43f" ] }