From cc6fac71a7ca29dcf02e21e296cafd64a8837569 Mon Sep 17 00:00:00 2001 From: ygrek Date: Fri, 7 Jan 2022 18:49:39 -0500 Subject: [PATCH] sync opam --- README.md | 2 +- opam | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 69c95a8..fa2d5db 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ocurl - OCaml libcurl bindings [![Build Status](https://travis-ci.org/ygrek/ocurl.svg?branch=master)](https://travis-ci.org/ygrek/ocurl) [![Build status](https://ci.appveyor.com/api/projects/status/b20uqxaeyarwy2s4/branch/master?svg=true)](https://ci.appveyor.com/project/ygrek/ocurl/branch/master) -Homepage: https://ygrek.org.ua/p/ocurl +Homepage: https://ygrek.org/p/ocurl OCaml bindings to libcurl - client-side URL transfer library, supporting HTTP and a multitude of other network protocols. diff --git a/opam b/opam index 1d25fc4..59e81f3 100644 --- a/opam +++ b/opam @@ -1,11 +1,11 @@ opam-version: "2.0" name: "ocurl" maintainer: "ygrek@autistici.org" -homepage: "https://ygrek.org.ua/p/ocurl" +homepage: "https://ygrek.org/p/ocurl" license: "MIT" authors: [ "Lars Nilsson" "ygrek" ] -doc: ["https://ygrek.org.ua/p/ocurl/api/index.html"] -dev-repo: "git://github.com/ygrek/ocurl.git" +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: [ @@ -18,7 +18,7 @@ install: [ [make "install"] ] depends: [ - "ocaml" {>= "4.02.0"} + "ocaml" {>= "4.03.0"} "ocamlfind" {build} "base-unix" "conf-libcurl" -- 2.11.4.GIT