this repo has no description
1opam-version: "2.0" 2maintainer: "Thomas Gazagnaire <thomas@gazagnaire.org>" 3authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 4homepage: "https://github.com/mirage/mirage-fs" 5doc: "https://mirage.github.io/mirage-fs/" 6license: "ISC" 7dev-repo: "git+https://github.com/mirage/mirage-fs.git" 8bug-reports: "https://github.com/mirage/mirage-fs/issues" 9tags: ["org:mirage"] 10 11build: ["ocaml" "pkg/pkg.ml" "build" "-n" name "--pinned" "%{pinned}%" ] 12 13depends: [ 14 "ocaml" {>= "4.01.0"} 15 "ocamlfind" {build} 16 "ocamlbuild" {build} 17 "topkg" {build} 18 "mirage-fs" {= "1.0.0"} 19 "mirage-kv-lwt" {= "1.0.0"} 20 "lwt" 21 "cstruct" {>= "1.9.0"} 22] 23synopsis: 24 "Module type definitions for filesystems, with concurrency provided by the `lwt` library." 25description: 26 "This package is primarily useful in the context of the Mirage project." 27url { 28 src: 29 "https://github.com/mirage/mirage-fs/releases/download/1.0.0/mirage-fs-lwt-1.0.0.tbz" 30 checksum: [ 31 "sha256=7db817fc13470567b25fa8ad5489e2376b085da14816b528dfa88450d02ca09b" 32 "md5=5033652bc40309de77a4986de5bb7a39" 33 ] 34} 35flags: deprecated 36post-messages: [ "mirage-fs-lwt is deprecated, and has been folded into mirage-fs" ]