this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #21179 from hannesm/release-fat-filesystem-v0.15.1

[new release] fat-filesystem (0.15.1)

authored by

Calascibetta Romain and committed by
GitHub
c7812fa1 5236490b

+49
+49
packages/fat-filesystem/fat-filesystem.0.15.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "dave@recoil.org" 3 + authors: ["Dave Scott" "Anil Madhavapeddy"] 4 + tags: ["org:mirage" "org:xapi-project"] 5 + homepage: "https://github.com/mirage/ocaml-fat" 6 + doc: "https://mirage.github.io/ocaml-fat/" 7 + bug-reports: "https://github.com/mirage/ocaml-fat/issues" 8 + license: "ISC" 9 + depends: [ 10 + "ocaml" {>= "4.06.0"} 11 + "dune" {>= "1.0"} 12 + "cstruct" {>= "6.0.0"} 13 + "ppx_cstruct" 14 + "rresult" 15 + "lwt" {>= "2.4.3"} 16 + "mirage-block" {>= "3.0.0"} 17 + "mirage-block-unix" {>= "2.13.0"} 18 + "mirage-kv" {>= "4.0.0"} 19 + "mirage-block-combinators" {with-test} 20 + "io-page" {>= "2.4.0"} 21 + "re" {>= "1.7.2"} 22 + "cmdliner" {>= "1.1.0"} 23 + "astring" 24 + "fmt" {>= "0.8.7"} 25 + "alcotest" {with-test} 26 + ] 27 + build: [ 28 + ["dune" "subst"] {dev} 29 + ["dune" "build" "-p" name "-j" jobs] 30 + ["dune" "runtest" "-p" name] {with-test} 31 + ] 32 + dev-repo: "git+https://github.com/mirage/ocaml-fat.git" 33 + synopsis: "Pure OCaml implementation of the FAT filesystem" 34 + description: """ 35 + This library has two purposes: 36 + 1. to allow the easy preparation of bootable disk images 37 + containing [mirage](https://mirage.io) kernels 38 + 2. to provide a simple key=value layer for MirageOS applications 39 + """ 40 + url { 41 + src: 42 + "https://github.com/mirage/ocaml-fat/releases/download/v0.15.1/fat-filesystem-0.15.1.tbz" 43 + checksum: [ 44 + "sha256=6211952a8dd008ab7d02cdb3a6545a65a5ff8047e71dd8ce48a09fb500fe10a3" 45 + "sha512=cddfa7e43dbd6ecab23113b3136c91f60c3890efc773603e6a3c3dd531c19e437a8e10b0923e1ce7fbc1d2ca77e6f098040e94678f79f04cec98c56ecef4b5cd" 46 + ] 47 + } 48 + x-commit-hash: "8032004a650698b3fe04d644b02795148c274fa7" 49 +