Package Details: ocaml-batteries 3.6.1-1

Git Clone URL: https://aur.archlinux.org/ocaml-batteries.git (read-only, click to copy)
Package Base: ocaml-batteries
Description: A comprehensive standard library for OCaml
Upstream URL: https://github.com/ocaml-batteries-team/batteries-included
Licenses: LGPL
Submitter: None
Maintainer: Score_Under
Last Packager: Score_Under
Votes: 15
Popularity: 0.000000
First Submitted: 2008-11-16 11:42 (UTC)
Last Updated: 2023-08-05 10:42 (UTC)

Latest Comments

« First ‹ Previous 1 2

LeonidasXIV commented on 2014-01-04 21:36 (UTC)

Thanks sitquietly, I updated the PKGBUILD with your suggestions.

sitquietly commented on 2014-01-04 21:22 (UTC)

With ocaml 4.01 you will need the batteries-2.1-ocaml-4.01.patch available here: http://packages.gentoo.org/package/dev-ml/batteries and add to the PKGBUILD: prepare() { cd "batteries-$pkgver" patch -Np1 -i ../batteries-2.1-ocaml-4.01.patch } source=( "http://forge.ocamlcore.org/frs/download.php/1218/batteries-$pkgver.tar.gz" 'batteries-2.1-ocaml-4.01.patch' )

npouillard commented on 2011-08-11 05:41 (UTC)

ocaml-batteries 1.4.0-1 uploaded, enjoy.

SerP commented on 2011-08-10 21:16 (UTC)

1.4.0 PKGBUILD https://gist.github.com/1138293

<deleted-account> commented on 2010-09-30 02:34 (UTC)

Hi ouroboros This issue is the result of the following bug that was introduced in ocaml 3.12: http://caml.inria.fr/mantis/view.php?id=5080 The 2 build issues which currently affect this package are resolved by the following 2 commits to the batteries git repo. http://github.com/ocaml-batteries-team/batteries-included/commit/dbe3064315d723c0838856ba13527ca6bbaf57e7 http://github.com/ocaml-batteries-team/batteries-included/commit/251d69cd348e964774d60016331fe9b7f158798d There should be a new release of batteries soonish with these fixes included.

<deleted-account> commented on 2010-09-28 16:15 (UTC)

Hello, I can’t build the package. My build output looks like this (I hope it’s ok to just paste it here): ==> Starting build()... test ! -e src/batteries_config.ml || rm src/batteries_config.ml ocamlbuild syntax.otarget byte.otarget src/batteries_help.cmo META shared.otarget Finished, 1 target (0 cached) in 00:00:00. + ocamlfind ocamldep -package camomile,num,str -package camlp4.lib -pp camlp4of -pp camlp4of -modules src/syntax/pa_strings/pa_format.ml > src/syntax/pa_strings/pa_format.ml.depends File "src/syntax/pa_strings/pa_format.ml", line 249, characters 19-22: While expanding quotation "ctyp" in a position of "patt": Parse error: EOI expected after [quotation of type] (in [quotation of type]) Preprocessing error on file src/syntax/pa_strings/pa_format.ml Command exited with code 2. Compilation unsuccessful after building 9 targets (0 cached) in 00:00:01. make: *** [all] Error 10 Aborting... error: Build faile So far, I haven’t been able to find anything related to this using Google, so some help would be appreciated.