Package Details: ocaml-pcre 7.5.0-3

Git Clone URL: https://aur.archlinux.org/ocaml-pcre.git (read-only, click to copy)
Package Base: ocaml-pcre
Description: Perl compatible regular expressions for OCaml
Upstream URL: http://mmottl.github.io/pcre-ocaml
Keywords: ocaml pcre perl regexp
Licenses: custom:LGPL2.1 with linking exception
Conflicts: pcre-ocaml
Provides: pcre-ocaml
Replaces: pcre-ocaml
Submitter: None
Maintainer: fungible
Last Packager: fungible
Votes: 74
Popularity: 0.000000
First Submitted: 2011-09-17 10:16 (UTC)
Last Updated: 2022-11-14 05:12 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

<deleted-account> commented on 2011-12-23 09:16 (UTC)

Thanks, updated to 6.4.2; as for the package, you should probably send a deletion request to the mailing list.

oriba commented on 2011-12-23 03:22 (UTC)

Hello, I didn't saw that there already is a package for Ocaml && PCRE, so I created my own: https://aur.archlinux.org/packages.php?ID=55215 ooops

<deleted-account> commented on 2010-11-23 07:57 (UTC)

New version, 6.1.1-1 uploaded.

<deleted-account> commented on 2010-11-08 08:10 (UTC)

Here's an updated PKGBUILD+patch (mentioned below): http://paste.pocoo.org/show/287676/

<deleted-account> commented on 2010-11-08 08:05 (UTC)

Yes, out-of-date, and I've had issues with the package on 64-bit. A hackish solution to it: --- pcre-ocaml.orig/src/pcre-ocaml-release-6.1.1/lib/Makefile +++ pcre-ocaml/src/pcre-ocaml-release-6.1.1/lib/Makefile @@ -3,7 +3,7 @@ OCAMLMAKEFILE = ../OCamlMakefile SOURCES := pcre.mli pcre.ml pcre_stubs.c CFLAGS := -O2 $(shell pcre-config --cflags) PCRE_FLAGS := $(shell pcre-config --libs) -OCAMLLDFLAGS := -cclib "$(PCRE_FLAGS)" +OCAMLLDFLAGS := -cclib -lpcre_stubs -cclib "$(PCRE_FLAGS)" OCAMLMKLIB_FLAGS := $(PCRE_FLAGS) RESULT := pcre

zorun commented on 2010-11-02 15:01 (UTC)

Version 6.1.1 is out, and is needed to work properly with the new 3.12 release of Ocaml.