From fc11e94cc37e9f93cb8ac09922bee77f587a045c Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Mon, 25 Nov 2024 23:34:34 -0600 Subject: [PATCH] Fix. --- packages/curl-windows/curl-windows.0.9.2/opam | 37 ------------------- .../ocurl-windows/ocurl-windows.0.9.2/opam | 8 +--- 2 files changed, 1 insertion(+), 44 deletions(-) delete mode 100644 packages/curl-windows/curl-windows.0.9.2/opam diff --git a/packages/curl-windows/curl-windows.0.9.2/opam b/packages/curl-windows/curl-windows.0.9.2/opam deleted file mode 100644 index 4e8cbd94..00000000 --- a/packages/curl-windows/curl-windows.0.9.2/opam +++ /dev/null @@ -1,37 +0,0 @@ -opam-version: "2.0" -maintainer: "ygrek@autistici.org" -homepage: "https://ygrek.org/p/ocurl" -license: "MIT" -authors: [ "Lars Nilsson" "ygrek" ] -doc: ["https://ygrek.org/p/ocurl/api/index.html"] -dev-repo: "git+https://github.com/ygrek/ocurl.git" -bug-reports: "https://github.com/ygrek/ocurl/issues" -tags: ["org:ygrek" "clib:curl"] -build: [ - ["./configure" "--host=%{conf-gcc-windows:host}%" "--prefix=%{prefix}%" "OCAMLFIND_TOOLCHAIN=windows"] - [ - "dune" - "build" - "-p" - "curl" - "-x" - "windows" - "-j" - jobs - "@install" - ] -] -depends: [ - "ocaml-windows" {>= "4.02.0"} - "ocamlfind" {build} -] -depopts: ["lwt" "lwt_ppx"] -conflicts: ["ocurl-windows"] -depexts: [ - ["curl"] {os-distribution = "mxe"} -] -synopsis: "Bindings to libcurl" -description: "libcurl is a client-side URL transfer library, supporting HTTP and a multitude of other network protocols (FTP/SMTP/RTSP/etc). This library wrap easy synchronous API (Curl), synchronous parallel and generic asynchronous API (Curl.Multi), and provides an Lwt-enabled asynchronous interface (Curl_lwt)." -url { - src: "git+https://github.com/ygrek/ocurl.git#1bc75b8" -} diff --git a/packages/ocurl-windows/ocurl-windows.0.9.2/opam b/packages/ocurl-windows/ocurl-windows.0.9.2/opam index 289a4386..8a1c8e15 100644 --- a/packages/ocurl-windows/ocurl-windows.0.9.2/opam +++ b/packages/ocurl-windows/ocurl-windows.0.9.2/opam @@ -37,11 +37,5 @@ depexts: [ synopsis: "Bindings to libcurl" description: "libcurl is a client-side URL transfer library, supporting HTTP and a multitude of other network protocols (FTP/SMTP/RTSP/etc). This library wrap easy synchronous API (Curl), synchronous parallel and generic asynchronous API (Curl.Multi), and provides an Lwt-enabled asynchronous interface (Curl_lwt)." url { - src: "https://ygrek.org/p/release/ocurl/ocurl-0.9.2.tar.gz" - checksum: [ - "md5=8a4149c6cfa79dabdfde24f308ad1f0c" - "sha256=e0359718c874dacd55c0b596e5dee1d23b4c394b9b5a604f1a6d618217d67763" - "sha512=5d670e32cdd492fa0e495b9b6b5171a9811542a520a777ed87d245ffc28cc5211d94a097750e632ee939ccc6eb91afd4b186b84d72168500e48790800b637400" - ] - mirrors: "https://github.com/ygrek/ocurl/releases/download/0.9.2/ocurl-0.9.2.tar.gz" + src: "git+https://github.com/ygrek/ocurl.git#1bc75b8" }