From 31a376d2f61cf6a96a4d2f05351d5b4e6ec571a9 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Thu, 29 Sep 2022 00:11:46 +0200 Subject: [PATCH] remove mbr-format, mirage-block-partition, oneffs (all now released to the opam repository) --- packages/mbr-format.1.0.0~dev/opam | 24 -------------- .../mirage-block-partition.0.0.1~dev/opam | 30 ----------------- packages/oneffs.0.0.1~dev/opam | 32 ------------------- 3 files changed, 86 deletions(-) delete mode 100644 packages/mbr-format.1.0.0~dev/opam delete mode 100644 packages/mirage-block-partition.0.0.1~dev/opam delete mode 100644 packages/oneffs.0.0.1~dev/opam diff --git a/packages/mbr-format.1.0.0~dev/opam b/packages/mbr-format.1.0.0~dev/opam deleted file mode 100644 index 717ba29..0000000 --- a/packages/mbr-format.1.0.0~dev/opam +++ /dev/null @@ -1,24 +0,0 @@ -opam-version: "2.0" -maintainer: ["Reynir Björnsson " "dave.scott@eu.citrix.com"] -authors: "dave.scott@eu.citrix.com" -homepage: "https://github.com/mirage/ocaml-mbr" -bug-reports: "https://github.com/mirage/ocaml-mbr/issues" -dev-repo: "git+https://github.com/mirage/ocaml-mbr.git" -build: [ - ["dune" "subst"] {dev} - ["dune" "build" "-p" name "-j" jobs] - ["dune" "runtest" "-p" name "-j" jobs] {with-test} -] -depends: [ - "ocaml" {>= "4.08.0"} - "dune" - "lwt" - "cstruct" {>= "6.0.0"} - "ppx_cstruct" - "fmt" {with-test} - "alcotest" {with-test} -] -synopsis: "A simple library for manipulating Master Boot Records" -url { - src: "git+https://github.com/mirage/ocaml-mbr.git" -} diff --git a/packages/mirage-block-partition.0.0.1~dev/opam b/packages/mirage-block-partition.0.0.1~dev/opam deleted file mode 100644 index dd0005f..0000000 --- a/packages/mirage-block-partition.0.0.1~dev/opam +++ /dev/null @@ -1,30 +0,0 @@ -opam-version: "2.0" -maintainer: [ "Reynir Björnsson " ] -authors: [ "Reynir Björnsson " ] -homepage: "https://github.com/reynir/mirage-block-partition" -bug-reports: "https://github.com/reynir/mirage-block-partition/issues" -dev-repo: "git+https://github.com/reynir/mirage-block-partition.git" -license: "ISC" -synopsis: "Naïve mirage block device partitioning" -description: """ -Mirage-block-partition lets you view a mirage block device as smaller partitions. -""" - -build: [ - [ "dune" "subst" ] { dev } - [ "dune" "build" "-p" name "-j" jobs ] - [ "dune" "runtest" "-p" name "-j" jobs ] { with-test } -] -depends: [ - "dune" {>= "3.4"} - "ocaml" {>= "4.08.0"} - "mirage-block" - "lwt" - - "mirage-block-combinators" { with-test } - "alcotest" { with-test } - "alcotest-lwt" { with-test } -] -url { - src: "git+https://github.com/reynir/mirage-block-partition.git" -} diff --git a/packages/oneffs.0.0.1~dev/opam b/packages/oneffs.0.0.1~dev/opam deleted file mode 100644 index 419032b..0000000 --- a/packages/oneffs.0.0.1~dev/opam +++ /dev/null @@ -1,32 +0,0 @@ -opam-version: "2.0" -maintainer: [ "Reynir Björnsson " ] -authors: [ "Reynir Björnsson " ] -homepage: "https://git.robur.io/reynir/oneffs" -bug-reports: "https://git.robur.io/reynir/oneffs/issues" -dev-repo: "git+https://git.robur.io/reynir/oneffs.git" -license: "ISC" -synopsis: "One-file filesystem is a filesystem for storing a single unnamed file" -description: """ -One-file filesystem is a filesystem for storing a single unnamed file. It is -suitable for storing data that may be lost on updates. For example a cache of -pre-computed cryptographic checksums that are slow to compute, but that we -would rather recompute than have stale checksums. -CRC32 checksums are used to ensure integrity. -""" - -build: [ - [ "dune" "subst" ] { dev } - [ "dune" "build" "-p" name "-j" jobs ] - [ "dune" "runtest" "-p" name "-j" jobs ] { with-test } -] -depends: [ - "dune" {>= "3.4"} - "ocaml" {>= "4.08.0"} - "mirage-block" - "lwt" - "cstruct" - "checkseum" -] -url { - src: "git+https://git.robur.io/reynir/oneffs.git" -}