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 "jbuilder" {>= "1.0+beta9"}
21 "configurator" {build}
22 "base-bytes"
23 "cstruct" {>= "2.0.0"}
24]
25synopsis: "Allocate memory pages suitable for aligned I/O"
26url {
27 src:
28 "https://github.com/mirage/io-page/releases/download/2.0.1/io-page-2.0.1.tbz"
29 checksum: [
30 "sha256=7cf519fadaa58b076efc0a73934d40d55367b184b2ca7292491982d4e5243dd8"
31 "md5=900ceb361232695d9ca42d2bca72a6f2"
32 ]
33}