this repo has no description
1opam-version: "2.0"
2maintainer: "jeremie@dimino.org"
3authors: ["Jérémie Dimino <jeremie@dimino.org>"]
4homepage: "https://github.com/mirage/mmap"
5bug-reports: "https://github.com/mirage/mmap/issues"
6doc: "https://mirage.github.io/mmap/"
7dev-repo: "git+https://github.com/mirage/mmap.git"
8license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "ocaml" {>= "4.02.3"}
14 "dune" {>= "1.6"}
15]
16synopsis: "File mapping functionality"
17description: """
18This project provides a Mmap.map_file functions for mapping files in memory.
19"""
20url {
21 src:
22 "https://github.com/mirage/mmap/releases/download/v1.0.2/mmap-v1.0.2.tbz"
23 checksum: [
24 "sha256=52246241e174bc1c401797ea8e6b9f1484d9af06d7591d0d84720e2e3de38767"
25 "md5=7880d4d74b37664f9bb0906ae1cadf6b"
26 ]
27}