this repo has no description
1opam-version: "2.0" 2maintainer: "martin@lucina.net" 3homepage: "https://github.com/mirage/mirage-block-solo5" 4dev-repo: "git+https://github.com/mirage/mirage-block-solo5.git" 5bug-reports: "https://github.com/mirage/mirage-block-solo5/issues" 6doc: "https://mirage.github.io/mirage-block-solo5/" 7license: "ISC" 8authors: ["Dan Williams" "Martin Lucina"] 9tags: [ 10 "org:mirage" 11] 12 13build: [ 14 ["dune" "subst"] {dev} 15 ["dune" "build" "-p" name "-j" jobs] 16 ["dune" "runtest" "-p" name] {with-test} 17] 18 19depends: [ 20 "ocaml" {>= "4.08.0"} 21 "dune" {>= "1.0"} 22 "lwt" {>= "2.4.3"} 23 "cstruct" {>= "6.0.0"} 24 "mirage-block" {>= "2.0.0"} 25 "mirage-solo5" {>= "0.6.0" & < "0.7.0"} 26 "fmt" {>= "0.8.7"} 27] 28synopsis: "Solo5 implementation of MirageOS block interface" 29description: 30 "This library implements the MirageOS block interface for Solo5 targets." 31url { 32 src: 33 "https://github.com/mirage/mirage-block-solo5/releases/download/v0.6.2/mirage-block-solo5-0.6.2.tbz" 34 checksum: [ 35 "sha256=7635f478436bf1b09274ccab6765ec145fce86da1c637c6ff0e01a85c72d0479" 36 "sha512=dd81f2dd01a8ee215a6dea96ff4a68859d0ad0acd7b17bc286fcd60358c17b66b7fe86e5e1ee827242b7b3dd483960784bb753e347383ff8426d4af1e0db0682" 37 ] 38} 39x-commit-hash: "1f48d45c2c9b877fd6bd51005731e478ef430f4e" 40flags: [ deprecated ]