this repo has no description
1opam-version: "2.0"
2maintainer: "anil@recoil.org"
3homepage: "https://github.com/mirage/io-page"
4dev-repo: "git+https://github.com/mirage/io-page.git"
5bug-reports: "https://github.com/mirage/io-page/issues"
6license: "ISC"
7authors: [
8 "Anil Madhavapeddy"
9 "Dave Scott"
10 "Thomas Gazagnaire"
11]
12tags: ["org:mirage"]
13build: [
14 ["jbuilder" "subst" "-p" name] {dev}
15 [ "jbuilder" "build" "-p" name "-j" jobs ]
16]
17
18depends: [
19 "ocaml" {>= "4.03.0"}
20 "io-page" {>= "2.0.0" & < "3.0.0"}
21 "jbuilder" {>= "1.0+beta9"}
22 "configurator" {build}
23 "cstruct" {>= "2.0.0"}
24 "ounit" {with-test}
25]
26synopsis: "Allocate memory pages suitable for aligned I/O"
27url {
28 src:
29 "https://github.com/mirage/io-page/releases/download/2.0.0/io-page-2.0.0.tbz"
30 checksum: [
31 "sha256=85e6a503c690b1697b769765056a89803e0d6b7377fc5b6fb8b61a30bd0b736a"
32 "md5=b40222f38428a21d86d42ba8645a2c68"
33 ]
34}
35available: opam-version >= "2.2.0"
36flags: deprecated