diff --git a/dune-project b/dune-project index 069e361..cfb8d7b 100644 --- a/dune-project +++ b/dune-project @@ -43,10 +43,3 @@ lwt (lwt_ppx :with-dev-setup)) (tags (org:ygrek clib:curl))) - -(package - (name ocurl) - (synopsis "This is a transition package, ocurl is now named curl. Use the curl package instead") - (description "This is a transition package, ocurl is now named curl. Use the curl package instead.") - (allow_empty) - (version transition)) diff --git a/ocurl.opam b/ocurl.opam deleted file mode 100644 index b10b8d6..0000000 --- a/ocurl.opam +++ /dev/null @@ -1,24 +0,0 @@ -# This file is generated by dune, edit dune-project instead -opam-version: "2.0" -version: "transition" -synopsis: - "This is a transition package, ocurl is now named curl. Use the curl package instead" -description: - "This is a transition package, ocurl is now named curl. Use the curl package instead." -maintainer: ["ygrek@autistici.org" "Antonin Décimo "] -authors: ["Lars Nilsson" "ygrek"] -license: "MIT" -homepage: "https://ygrek.org/p/ocurl" -doc: "https://ygrek.org/p/ocurl/api/index.html" -bug-reports: "https://github.com/ygrek/ocurl/issues" -dev-repo: "git+https://github.com/ygrek/ocurl.git" -depends: [ - "curl" -] -build: [ -] -flags: deprecated -post-messages: [ - "ocurl has been renamed and the ocurl package is now a transition \ - package. Use the curl package instead." -] diff --git a/ocurl.opam.template b/ocurl.opam.template deleted file mode 100644 index 0f0c637..0000000 --- a/ocurl.opam.template +++ /dev/null @@ -1,10 +0,0 @@ -depends: [ - "curl" -] -build: [ -] -flags: deprecated -post-messages: [ - "ocurl has been renamed and the ocurl package is now a transition \ - package. Use the curl package instead." -]