Package Details: ocaml-res 5.0.1-1

Git Clone URL: https://aur.archlinux.org/ocaml-res.git (read-only, click to copy)
Package Base: ocaml-res
Description: Library for automatically resizing contiguous memory (arrays and strings)
Upstream URL: http://mmottl.github.io/res/
Licenses: custom:LGPL2.1 with linking exception
Submitter: guital
Maintainer: None
Last Packager: J5lx
Votes: 6
Popularity: 0.000000
First Submitted: 2008-07-25 13:03 (UTC)
Last Updated: 2018-11-18 14:58 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

flaviut commented on 2014-07-26 18:14 (UTC)

Also, its moved to https://github.com/mmottl/res/

<deleted-account> commented on 2012-07-06 23:39 (UTC)

Thanks! I've updated the PKGBUILD accordingly.

<deleted-account> commented on 2012-07-06 18:23 (UTC)

Patch to PKGBUILD necessary to make this package build for me: $ diff -u PKGBUILD{.orig,} --- PKGBUILD.orig 2011-09-17 00:52:59.000000000 -0400 +++ PKGBUILD 2012-07-06 14:15:31.107087630 -0400 @@ -9,18 +9,18 @@ license=('LGPL') depends=('ocaml') makedepends=('ocaml-findlib') -source=(http://hg.ocaml.info/release/res/archive/release-$pkgver.tar.gz) -md5sums=('8fda014a3c960490caae95d7be5ba106') +source=(https://bitbucket.org/mmottl/res/downloads/res-$pkgver.tar.gz) +md5sums=('1b69a2abc96aa4c8f5bee1954a9f166c') options=('!strip') build() { - cd "$srcdir/res-release-$pkgver" + cd "$srcdir/res-$pkgver" make || return 1 } package(){ - cd "$srcdir/res-release-$pkgver" + cd "$srcdir/res-$pkgver" export OCAMLFIND_DESTDIR="$pkgdir/$(ocamlfind printconf destdir)"

npouillard commented on 2011-09-17 04:34 (UTC)

Disowned (as well as my other ocaml packages), go @superbobry.

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

I've flagged it as OOD -- because the PKGBUILD should be fixed. Please disown the package if you aren't interested in maintaining it.

<deleted-account> commented on 2011-08-19 20:34 (UTC)

Please correct md5sum for 3.2.0 release: 8fda014a3c960490caae95d7be5ba106