Package Details: ocaml-gen 1.1-3

Git Clone URL: https://aur.archlinux.org/ocaml-gen.git (read-only, click to copy)
Package Base: ocaml-gen
Description: Simple, efficient iterators for OCaml
Upstream URL: https://github.com/c-cube/gen
Keywords: efficient iterator iterators library ocaml simple
Licenses: MIT
Submitter: mgrabovsky
Maintainer: dpeukert
Last Packager: dpeukert
Votes: 0
Popularity: 0.000000
First Submitted: 2016-08-17 17:03 (UTC)
Last Updated: 2024-03-30 17:59 (UTC)

Dependencies (3)

Required by (3)

Sources (1)

Pinned Comments

dpeukert commented on 2022-08-25 20:53 (UTC)

The PKGBUILD for this package is hosted here (contributions are welcome!): https://gitlab.com/dpeukert/pkgbuilds/tree/main/ocaml-gen

Latest Comments

dpeukert commented on 2022-08-25 20:53 (UTC)

The PKGBUILD for this package is hosted here (contributions are welcome!): https://gitlab.com/dpeukert/pkgbuilds/tree/main/ocaml-gen

dpeukert commented on 2020-05-08 12:06 (UTC)

Dune no longer provides the jbuilder binary since 2.0.0, so the PKGBUILD will have to be switched to dune.

dpeukert commented on 2020-03-21 22:48 (UTC) (edited on 2020-03-21 22:48 (UTC) by dpeukert)

Currently, the files are getting installed to /usr/lib/ocaml/$pkgdir/* instead of /usr/lib/ocaml/gen/*.

robertfoster commented on 2019-10-18 11:42 (UTC) (edited on 2019-10-18 11:44 (UTC) by robertfoster)

Please can you use:

jbuilder build @install

instead of

make

command? Otherwise fails

Error (alert deprecated): module Stdlib.Pervasives

J5lx commented on 2018-07-02 13:24 (UTC)

ocaml-findlib is currently missing from the dependencies (probably makedepends), without it the build fails with E: Field 'findlib_version' is not set: Field 'ocamlfind' is not set. ocamlbuild should probably be in makedepends rather than depends as well. Lastly, to make the package build with OCaml 4.06, ./configure has to be called with --override ocamlbuildflags "-cflag -unsafe-string" (note that while it says unsafe, it actually just restores the default behaviour of OCaml<4.06), though there might already be a proper fix in a newer version.

raazvvann commented on 2017-11-06 10:13 (UTC)

missing dependency: ocamlbuild