Package Details: ocamlnet 4.1.9-3

Git Clone URL: https://aur.archlinux.org/ocamlnet.git (read-only, click to copy)
Package Base: ocamlnet
Description: A library for Web and Internet programming in OCaml
Upstream URL: http://projects.camlcity.org/projects/ocamlnet.html
Licenses: GPL, LGPL
Submitter: guital
Maintainer: oriba
Last Packager: oriba
Votes: 56
Popularity: 0.000000
First Submitted: 2008-07-23 20:32 (UTC)
Last Updated: 2024-03-17 19:22 (UTC)

Latest Comments

1 2 3 4 5 6 .. 12 Next › Last »

oriba commented on 2024-07-23 02:11 (UTC)

Feedback from the ocamlnet developer: there is a PR in the making to have ocamlnet being able to compile with ocaml5.

oriba commented on 2024-07-21 21:34 (UTC)

I also again can ask the developer of ocamlnet for ocaml5 support. Some months ago he said, he has not much time, but maybe can change it if a small window of time opens. I can ask again this week.

oriba commented on 2024-07-21 21:32 (UTC)

@FabioLolix: In a hurry I changed from ocaml to ocaml4. That does not work, you are correct. Before it did work, if Ocaml4 is installed, for example via opam. But then ocamlnet can be installed with opam also.

The problem is, that ocamlnet currently only works for ocaml4. ocaml4 still is officially supported.

Do you have any ideas how to handle this here?

I may orphan the package.

I use opam for ocaml and ocamlnet and can compile any-dl this way. Maybe people should swithc to opam completely instead of using PKGBUILD-based packages.

FabioLolix commented on 2024-07-21 17:56 (UTC)

Pkgbuild for ocaml4-pcre https://github.com/FabioLolix/AURFIX/blob/main/o/ocaml4-pcre/PKGBUILD

as said before it is failing to build https://github.com/FabioLolix/AURFIX/issues/2

Unfortunately replacing ocaml with ocaml4 solve nothing here and in any-dl

FabioLolix commented on 2024-04-01 20:56 (UTC)

I have locally an ocaml4-pcre pkgbuild but it fail to build, issue with dune, anyone want a copy?

oriba commented on 2023-06-28 11:29 (UTC)

Just as information: ocamlnet does not work with current ocaml-compiler. With opam switching is easy (at least, if opam works correctly, which I'm not sure is always the case). Might become a bit of a mess, when using system wide installed packages for OCaml and then needing old ocaml versions just for the ocamlnet package.

Any ideas on how to handle this well?

pricechrispy commented on 2022-10-16 07:18 (UTC)

@Technetium1

It's an issue with ocaml-pcre, I've posted a fix in that AUR, see: https://aur.archlinux.org/packages/ocaml-pcre#comment-885365

Technetium1 commented on 2022-10-05 18:42 (UTC) (edited on 2022-10-05 18:52 (UTC) by Technetium1)

Seems to be unable to find the ocaml-pcre in makedepends.

Checking for PCRE... not found
Sorry, PCRE was requested.
Get the PCRE-OCaml library from:
http://www.ocaml.info/home/ocaml_sources.html,
or disable the build against PCRE-Ocaml (not recommended).
==> ERROR: A failure occurred in build().

pychuang commented on 2018-04-10 20:13 (UTC)

Seems "download.camlcity.org" is down now. If anyone is eager to use this package right now, use another mirror site to download the tarball: change "download.camlcity.org" to "download2.camlcity.org" in the PKGBUILD.

Reference: https://github.com/ocaml/opam-repository/pull/11761