this repo has no description

Merge pull request #21152 from dinosaure/release-optint-v0.2.0

[new release] optint (0.2.0)

Changed files
+36
packages
optint
optint.0.2.0
+36
packages/optint/optint.0.2.0/opam
···
+
opam-version: "2.0"
+
maintainer: [ "romain.calascibetta@gmail.com" ]
+
authors: "Romain Calascibetta"
+
license: "ISC"
+
homepage: "https://github.com/mirage/optint"
+
bug-reports: "https://github.com/mirage/optint/issues"
+
dev-repo: "git+https://github.com/mirage/optint.git"
+
doc: "https://mirage.github.io/optint/"
+
synopsis: "Efficient integer types on 64-bit architectures"
+
description: """
+
This library provides two new integer types, `Optint.t` and `Int63.t`, which
+
guarantee efficient representation on 64-bit architectures and provide a
+
best-effort boxed representation on 32-bit architectures.
+
+
Implementation depends on target architecture.
+
"""
+
+
build: ["dune" "build" "-p" name "-j" jobs]
+
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
+
+
depends: [
+
"ocaml" {>= "4.07.0"}
+
"dune"
+
"crowbar" {with-test & >= "0.2"}
+
"monolith" {with-test}
+
"fmt" {with-test}
+
]
+
url {
+
src:
+
"https://github.com/mirage/optint/releases/download/v0.2.0/optint-0.2.0.tbz"
+
checksum: [
+
"sha256=1dcbe0b6b6031f77db33028c87138fdb3bf90f92915e3b6629ddeb30a0d3000b"
+
"sha512=7d4b63c82b1dc1e363a892895c1a612bac3dcd33c27e2c27e8ea2e8868d659413226c7a0d7bdcac423f7fb016069d0de90c3eaa68986da6aea69e1f1ca583f18"
+
]
+
}
+
x-commit-hash: "4b71b6b2afbd8374a08121466f7ff41e4680d38c"