this repo has no description
1opam-version: "2.0"
2maintainer: [ "romain.calascibetta@gmail.com" ]
3authors: "Romain Calascibetta"
4license: "ISC"
5homepage: "https://github.com/mirage/optint"
6bug-reports: "https://github.com/mirage/optint/issues"
7dev-repo: "git+https://github.com/mirage/optint.git"
8doc: "https://mirage.github.io/optint/"
9synopsis: "Efficient integer types on 64-bit architectures"
10description: """
11This library provides two new integer types, `Optint.t` and `Int63.t`, which
12guarantee efficient representation on 64-bit architectures and provide a
13best-effort boxed representation on 32-bit architectures.
14
15Implementation depends on target architecture.
16"""
17
18build: ["dune" "build" "-p" name "-j" jobs]
19run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
20
21depends: [
22 "ocaml" {>= "4.07.0"}
23 "dune"
24 "crowbar" {with-test & >= "0.2"}
25 "monolith" {with-test}
26 "fmt" {with-test}
27]
28url {
29 src:
30 "https://github.com/mirage/optint/releases/download/v0.2.0/optint-0.2.0.tbz"
31 checksum: [
32 "sha256=1dcbe0b6b6031f77db33028c87138fdb3bf90f92915e3b6629ddeb30a0d3000b"
33 "sha512=7d4b63c82b1dc1e363a892895c1a612bac3dcd33c27e2c27e8ea2e8868d659413226c7a0d7bdcac423f7fb016069d0de90c3eaa68986da6aea69e1f1ca583f18"
34 ]
35}
36x-commit-hash: "4b71b6b2afbd8374a08121466f7ff41e4680d38c"