From 8a6154e2b017e08fbc5352efc279ef4728217828 Mon Sep 17 00:00:00 2001 From: Marcello Seri Date: Mon, 17 Mar 2025 10:15:19 +0100 Subject: [PATCH] Archive seq 0.2.2 See https://github.com/ocaml/opam-repository/pull/27616 Signed-off-by: Marcello Seri --- packages/seq/seq.0.2.2/opam | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 packages/seq/seq.0.2.2/opam diff --git a/packages/seq/seq.0.2.2/opam b/packages/seq/seq.0.2.2/opam deleted file mode 100644 index 8d9fc2e8236b..000000000000 --- a/packages/seq/seq.0.2.2/opam +++ /dev/null @@ -1,24 +0,0 @@ -opam-version: "2.0" -synopsis: - "Compatibility package for OCaml's standard iterator type starting from 4.07" -maintainer: "simon.cruanes.2007@m4x.org" -license: "LGPL-2.1-only" -build: [ - ["dune" "build" "-p" name "-j" jobs] -] -depends: [ - "dune" {>= "1.1.0"} - "ocaml" -] -tags: [ "iterator" "seq" "pure" "list" "compatibility" "cascade" ] -homepage: "https://github.com/c-cube/seq/" -bug-reports: "https://github.com/c-cube/seq/issues" -dev-repo: "git+https://github.com/c-cube/seq.git" -authors: "Simon Cruanes" -url { - src: "https://github.com/c-cube/seq/archive/0.2.2.tar.gz" - checksum: [ - "md5=9033e02283aa3bde9f97f24e632902e3" - "sha512=cab0eb4cb6d9788b7cbd7acbefefc15689d706c97ff7f75dd97faf3c21e466af4d0ff110541a24729db587e7172b1a30a3c2967e17ec2e49cbd923360052c07c" - ] -}