Search Criteria
Package Details: ocaml-pcre 7.4.3-1
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 |
Licenses: | |
Conflicts: | |
Replaces: | |
Submitter: | None |
Maintainer: | None |
Last Packager: | J5lx |
Votes: | 71 |
Popularity: | 0.000006 |
First Submitted: | 2011-09-17 10:16 |
Last Updated: | 2020-05-03 14:14 |
Dependencies (4)
- ocaml
- pcre (pcre-svn)
- dune (make)
- ocaml-base (ocaml-base-git) (make)
Required by (8)
- any-dl
- liquidsoap (make)
- ocaml-duppy
- ocaml-expect
- ocaml-http-git (make)
- ocaml-lastfm
- ocaml-ocamlmod (make)
- ocamlnet (make)
Latest Comments
1 2 3 4 Next › Last »
oriba commented on 2020-05-13 19:13
Problem with this package:
File "src/config/dune", line 3, characters 18-35: 3 | (libraries base dune.configurator) ^^^^^^^^^^^^^^^^^ Error: Library "dune.configurator" not found. Hint: try: dune external-lib-deps --missing @@default ==> ERROR: A failure occurred in build(). Aborting...
TheGoliath commented on 2020-05-02 10:03
7.4.3 out
J5lx commented on 2018-07-10 16:40
@Kunda If you are building ocaml-base via plain makepkg or devtools, that is to be expected since those tools can only install packages from binary repositories automatically and not those from the AUR. If you are using some AUR helper, though, it is indeed weird and you should probably report it on their bug tracker. Anyway I'm glad you could solve your issue!
Kunda commented on 2018-07-10 15:34
@J5lx Why isn't there a ocaml-sexplib0 AUR package? I'd be happy to install it.
Edit: I found it but it's weird that it didn't automagically find and install it. Thanks. Issue solved.
J5lx commented on 2018-07-03 06:55
@Kunda ocaml-base depends on ocaml-sexplib0, as shown on its AUR page. Therefore, you must build and install ocaml-sexplib0 in order to build ocaml-base.
Kunda commented on 2018-07-02 10:22
radek_r commented on 2017-09-30 12:16
Please add achitecture "armv7h" to the PKGBUILD.
J5lx commented on 2016-11-05 08:51
You're right. However, when I last updated this package, ocamlbuild was still included in the ocaml package. I have now updated the dependencies accordingly.
eduardomezencio commented on 2016-11-01 03:03
shouldn't ocamlbuild be a dependendy? I was not able to build without installing it.
J5lx commented on 2015-12-01 08:23
EUREKA! https://bugs.archlinux.org/task/42748
Seemingly this bug is caused by hardening-wrapper. After removing the hardening wrapper from $PATH building ocaml packages works just fine (uninstalling should do, too, of course). However, I haven't yet looked into the -runtime-variant _pic option. As soon as I have time again I'll check that out and update the package accordingly if it works (as well as my 68 other ocaml packages :P).