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" 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.1.0/mmap-v1.1.0.tbz" 23 checksum: [ 24 "sha256=4c435654be037c34904d08b5e212711a04b6a95e5b9163dbacc80aaa5a54dc50" 25 "md5=8c5d5fbc537296dc525867535fb878ba" 26 ] 27}