this repo has no description
1opam-version: "2.0" 2maintainer: "jeremie@dimino.org" 3authors: ["Jérémie Dimino <jeremie@dimino.org>" "Anton Bachin" ] 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 "bigarray-compat" 16] 17synopsis: "File mapping functionality" 18description: """ 19This project provides a Mmap.map_file functions for mapping files in memory. 20""" 21url { 22 src: 23 "https://github.com/mirage/mmap/releases/download/v1.2.0/mmap-1.2.0.tbz" 24 checksum: [ 25 "sha256=1602a8abc8e232fa94771a52e540e5780b40c2f2762eee6afbd9286502116ddb" 26 "sha512=474a70b0de57bb31f56fe3a9e410dcc482d3c0abd791809cf103273a7ce347d6d23912920f66d60e95d1113c3ec023f2903bc0f71150a1a9eb49c24928bf7bb2" 27 ] 28} 29x-commit-hash: "b5efb79871d290072a17f755566c8288cf069e4f"