From 50e6d44e8c31acbca50bb7161cd73b765d266196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Proust?= Date: Fri, 11 Sep 2026 09:45:00 +0200 Subject: [PATCH] archive lwt alpha and beta packages --- packages/lwt/lwt.6.0.0~alpha00/opam | 68 ----------------------------- packages/lwt/lwt.6.0.0~beta01/opam | 66 ---------------------------- 2 files changed, 134 deletions(-) delete mode 100644 packages/lwt/lwt.6.0.0~alpha00/opam delete mode 100644 packages/lwt/lwt.6.0.0~beta01/opam diff --git a/packages/lwt/lwt.6.0.0~alpha00/opam b/packages/lwt/lwt.6.0.0~alpha00/opam deleted file mode 100644 index 5d3572d3a986..000000000000 --- a/packages/lwt/lwt.6.0.0~alpha00/opam +++ /dev/null @@ -1,68 +0,0 @@ -# This file is generated by dune, edit dune-project instead -opam-version: "2.0" -synopsis: "Promises and event-driven I/O" -description: """ -A promise is a value that may become determined in the future. - -Lwt provides typed, composable promises. Promises that are resolved by I/O are -resolved by Lwt in parallel. - -Meanwhile, OCaml code, including code creating and waiting on promises, runs in -a single thread by default. This reduces the need for locks or other -synchronization primitives. Code can be run in parallel on an opt-in basis. -""" -maintainer: [ - "Raphaël Proust " "Anton Bachin " -] -authors: ["Jérôme Vouillon" "Jérémie Dimino"] -license: "MIT" -homepage: "https://github.com/ocsigen/lwt" -doc: "https://ocsigen.org/lwt" -bug-reports: "https://github.com/ocsigen/lwt/issues" -depends: [ - "dune" {>= "2.7"} - "ocaml" {>= "4.08" & < "5.5"} - "cppo" {build & >= "1.1.0"} - "ocamlfind" {with-dev-setup & >= "1.7.3-1"} - "odoc" {with-doc & >= "2.3.0"} - "bisect_ppx" {with-test} - "dune-configurator" - "ocplib-endian" -] -depopts: ["base-threads" "base-unix" "conf-libev"] -dev-repo: "git+https://github.com/ocsigen/lwt.git" -build: [ - ["dune" "subst"] {dev} - [ - "dune" - "exec" - "-p" - name - "src/unix/config/discover.exe" - "--" - "--save" - "--use-libev" "%{conf-libev:installed}%" - ] - [ - "dune" - "build" - "-p" - name - "-j" - jobs - "@install" - "@runtest" {with-test} - "@doc" {with-doc} - ] -] -x-maintenance-intent:[ "(latest)" ] -available: opam-version >= "2.1.0" -flags: avoid-version -url { - src: - "https://github.com/ocsigen/lwt/archive/refs/tags/6.0.0-alpha00.tar.gz" - checksum: [ - "md5=8a88c5d5fcb01d179bbb12e6b6888dca" - "sha512=bfecd3fa0a3461a3368bd7724e2fce7a751ba3899d590d5b08bc4257b058ca34ec25de1a3ead6585528afe77c6ca6db1c3e2d2421d6a773c845ef091472d2ed9" - ] -} diff --git a/packages/lwt/lwt.6.0.0~beta01/opam b/packages/lwt/lwt.6.0.0~beta01/opam deleted file mode 100644 index dc63eea05e7e..000000000000 --- a/packages/lwt/lwt.6.0.0~beta01/opam +++ /dev/null @@ -1,66 +0,0 @@ -# This file is generated by dune, edit dune-project instead -opam-version: "2.0" -synopsis: "Promises and event-driven I/O" -description: """ -A promise is a value that may become determined in the future. - -Lwt provides typed, composable promises. Promises that are resolved by I/O are -resolved by Lwt in parallel. - -Meanwhile, OCaml code, including code creating and waiting on promises, runs in -a single thread by default. This reduces the need for locks or other -synchronization primitives. Code can be run in parallel on an opt-in basis. -""" -maintainer: [ - "Raphaël Proust " "Anton Bachin " -] -authors: ["Jérôme Vouillon" "Jérémie Dimino"] -license: "MIT" -homepage: "https://github.com/ocsigen/lwt" -doc: "https://ocsigen.org/lwt" -bug-reports: "https://github.com/ocsigen/lwt/issues" -depends: [ - "dune" {>= "3.15"} - "ocaml" {>= "4.14" & < "5.5"} - "cppo" {build & >= "1.1"} - "ocamlfind" {with-dev-setup & >= "1.7.3-1"} - "odoc" {with-doc & >= "2.3"} - "dune-configurator" - "ocplib-endian" -] -depopts: ["base-threads" "base-unix" "conf-libev" "lwt_runtime_events"] -dev-repo: "git+https://github.com/ocsigen/lwt.git" -build: [ - ["dune" "subst"] {dev} - [ - "dune" - "exec" - "-p" - name - "src/unix/config/discover.exe" - "--" - "--save" - "--use-libev" "%{conf-libev:installed}%" - ] - [ - "dune" - "build" - "-p" - name - "-j" - jobs - "@install" - "@runtest" {with-test} - "@doc" {with-doc} - ] -] -x-maintenance-intent:[ "(latest)" ] -available: opam-version >= "2.1.0" -flags: avoid-version -url { - src: "https://github.com/ocsigen/lwt/archive/refs/tags/6.0.0-beta01.tar.gz" - checksum: [ - "md5=6bb978c590433a218a53722b985a01d4" - "sha512=529c8c920716cf204efd60a2bad3f817eed6eed120a8e8a8dae763ab7f4c45799a74004d0d0a2b8ec08f37c81b77f1a4813426a25f256b254dfa846c86debe44" - ] -}