Skip to content

Commit

Permalink
[new release] mirage-block-unix (2.14.1)
Browse files Browse the repository at this point in the history
CHANGES:

* Ensure compatibility with OCaml 5.0, after `uerror` change (ocaml/ocaml#10926) (mirage/mirage-block-unix#115, @dra27)
  • Loading branch information
djs55 committed Jun 19, 2022
1 parent 5637974 commit 1bea4df
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions packages/mirage-block-unix/mirage-block-unix.2.14.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
opam-version: "2.0"
authors: "Dave Scott <dave@recoil.org>"
maintainer: "dave@recoil.org"
homepage: "https://github.com/mirage/mirage-block-unix"
dev-repo: "git+https://github.com/mirage/mirage-block-unix.git"
doc: "https://mirage.github.io/mirage-block-unix/"
bug-reports: "https://github.com/mirage/mirage-block-unix/issues"
tags: "org:mirage"
license: "ISC"
depends: [
"ocaml" {>= "4.06.0"}
"dune" {>= "1.0"}
"cstruct" {>= "6.0.0"}
"cstruct-lwt"
"mirage-block" {>= "2.0.0"}
"rresult"
"uri" {>= "1.9.0"}
"logs"
"lwt" {>= "5.4.2"}
"io-page" {>= "2.4.0"}
"ounit2" {with-test}
"diet" {with-test & >= "0.4"}
"fmt" {with-test}
"conf-linux-libc-dev" {os = "linux"}
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "MirageOS disk block driver for Unix"
description: """
Unix implementation of the Mirage `BLOCK_DEVICE` interface.

This module provides raw I/O to files and block devices with as little
caching as possible.
"""
url {
src:
"https://github.com/mirage/mirage-block-unix/releases/download/v2.14.1/mirage-block-unix-2.14.1.tbz"
checksum: [
"sha256=15c5216e31ca4f5d5e3c35da015cd4755fd6387a313285f264a1b98a42a904d5"
"sha512=e37330d940b28749d0253ebb844face1a92b76fbbfa10e989aa001151d8749148375ac5c0af5b50e97fe900bcf5c156c704c4aba5167d247e229264bd6e09359"
]
}
x-commit-hash: "ef4d4496879925f4c2d09ee990cc19be64e1fc20"

0 comments on commit 1bea4df

Please sign in to comment.