Search Criteria
Package Details: ocaml-cryptokit 1.19-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ocaml-cryptokit.git (read-only, click to copy) |
---|---|
Package Base: | ocaml-cryptokit |
Description: | Cryptographic primitives for OCaml |
Upstream URL: | http://pauillac.inria.fr/~xleroy/software.html#cryptokit |
Licenses: | LGPL |
Submitter: | None |
Maintainer: | pricechrispy |
Last Packager: | pricechrispy |
Votes: | 63 |
Popularity: | 0.000000 |
First Submitted: | 2009-12-31 17:31 (UTC) |
Last Updated: | 2024-02-26 06:27 (UTC) |
Dependencies (6)
- ocaml
- ocaml-zarith
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- dune (make)
- ocaml (make)
- ocaml-findlib (make)
Required by (2)
- cryptoverif (optional)
- gapi-ocaml
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
mayakandersen commented on 2021-09-18 14:51 (UTC)
I'm getting this error:
"der kræves en adgangskode" is a danish text. It rougly translates to "a password is required"
snakeroot commented on 2021-06-26 01:24 (UTC) (edited on 2021-06-26 01:28 (UTC) by snakeroot)
Thanks @souravdas. Unfortunately, that resulted in some weird side effects like neither pacman nor ocaml knowing about the files installed by the PKGBUILD.
I deleted the files manually and was able to get it working by copypasta-ing the commands from the Ocaml packaging guidelines page in the Wiki.
As tweaked, the package() section now reads:
souravdas142 commented on 2021-06-16 14:59 (UTC)
@snakeroot below is a workaround, and may be its not a solution, Edit the
PKGBUILD
and appendsudo
beforedune install
snakeroot commented on 2021-06-12 15:04 (UTC) (edited on 2021-06-12 15:12 (UTC) by snakeroot)
1.161-1 fails in package() with:
oriba commented on 2021-01-29 20:14 (UTC)
The package is available via OPAM. Not sure when I would fix this package here.
Maybe someone here is faster than me and might want to create a PKGBUILD from this here: https://github.com/ocaml/opam-repository/blob/master/packages/cryptokit/cryptokit.1.16.1/opam
silence911 commented on 2020-12-02 23:39 (UTC) (edited on 2020-12-02 23:43 (UTC) by silence911)
After rebuilding Zarith, I updated the PKGBUILD file with the following changes
pkgver='1.16' pkgrel=1
source=("https://github.com/xavierleroy/cryptokit/archive/release1161.tar.gz") md5sums=('18591fc3f467bc33681be2cede36b8f1')
releaseshort cd "$srcdir/${srcname}-release1161"
env DESTDIR="$pkgdir" \ OCAMLFIND_DESTDIR="$pkgdir/$(ocamlfind printconf destdir)" \ dune build }
package() { releaseshort cd "$srcdir/${srcname}-release1161"
}
pricechrispy commented on 2020-12-01 03:35 (UTC) (edited on 2020-12-01 05:55 (UTC) by pricechrispy)
I have filed a bug report to fix this package: https://bugs.archlinux.org/task/68805
dependent package has been fixed, ocaml-cryptokit now builds
quattro commented on 2020-10-23 11:39 (UTC) (edited on 2020-10-23 12:13 (UTC) by quattro)
Package don't install ((
Kunda commented on 2018-05-15 16:28 (UTC)
First there is a new dependency ocaml-zarith and ocaml-zarith is failing on install:
guicolorado commented on 2018-05-14 20:37 (UTC)
Para corrigir o problema, instale a dependência 'ocaml-zarith'.
« First ‹ Previous 1 2 3 4 5 Next › Last »