Package Details: ocaml-curl 0.10.0-1

Git Clone URL: https://aur.archlinux.org/ocaml-curl.git (read-only, click to copy)
Package Base: ocaml-curl
Description: OCaml bindings to libcurl
Upstream URL: https://ygrek.org/p/ocurl
Keywords: libcurl library
Licenses: MIT
Submitter: tahayassen
Maintainer: None
Last Packager: NeatTaken
Votes: 38
Popularity: 0.26
First Submitted: 2015-08-25 21:31 (UTC)
Last Updated: 2026-02-06 05:44 (UTC)

Dependencies (5)

Sources (1)

Latest Comments

1 2 Next › Last »

daemonspudguy commented on 2026-02-11 19:42 (UTC)

I don't know where this installs but wherever it is, it seems like OCaml can't find it.

patlefort commented on 2022-07-13 20:43 (UTC)

To the previous contributor: ocaml-lwt can't be optional as it is needed at compile-time. Optional dependencies should only affect a package at runtime.

patlefort commented on 2022-01-16 19:25 (UTC)

Because I had to recompile that specific package to compile this. Also from the configure.ac:

AC_CHECK_OCAML_PKG([bytes])
AC_CHECK_OCAML_PKG([lwt.unix])
AC_CHECK_OCAML_PKG([lwt_ppx],[lwt.ppx])

tapajos commented on 2022-01-16 11:43 (UTC)

What makes you say that?

patlefort commented on 2022-01-16 10:46 (UTC)

That indeed fixed the problem. However I think this package is missing a dependency on ocaml-lwt.

tapajos commented on 2022-01-15 19:10 (UTC)

Quoting https://aur.archlinux.org/packages/gapi-ocaml:

You have updated ocaml since the last time you compiled this package so you need to recompile all the dependencies. Use "pacman -Qo [.cmi filename]" to find which packages to rebuild.

patlefort commented on 2022-01-15 19:01 (UTC)

Error when compiling:

File "curl_lwt.mli", line 1:
Error: /usr/lib/ocaml/lwt/lwt.cmi
       is not a compiled interface for this version of OCaml.
It seems to be for an older version of OCaml.

ragouel commented on 2020-05-18 23:37 (UTC)

@TheGoliath please elaborate.

nerflad commented on 2017-09-30 22:27 (UTC)

@radek_r done. thank you.