Found a problem here. The correct URL for current version (0.2.1) is http://forge.ocamlcore.org/frs/download.php/1274/gapi-ocaml-0.2.1.tar.gz
Also, I don't know if because the failed attempts to compile this package, it decompressed everything at gapi-ocaml-0.2 , not gapi-ocaml-0.2.1, so the build and package functions at PKGBUILD failed until fixed
Search Criteria
Package Details: gapi-ocaml 0.4.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gapi-ocaml.git (read-only, click to copy) |
---|---|
Package Base: | gapi-ocaml |
Description: | A simple OCaml client for Google Services. |
Upstream URL: | https://astrada.github.io/gapi-ocaml/ |
Keywords: | api gapi google ocaml |
Licenses: | MIT |
Submitter: | whynothugo |
Maintainer: | pricechrispy |
Last Packager: | pricechrispy |
Votes: | 46 |
Popularity: | 0.000000 |
First Submitted: | 2013-07-08 03:56 (UTC) |
Last Updated: | 2024-02-26 02:52 (UTC) |
Dependencies (9)
- camlp-streams
- cppoAUR
- ocaml
- ocaml-cryptokitAUR
- ocaml-curlAUR
- ocaml-findlib
- ocaml-yojsonAUR (ocaml-yojson-gitAUR, ocaml-yojsonAUR)
- dune (make)
- ocaml-ounitAUR (make)
Required by (2)
Sources (1)
jstitch commented on 2013-10-18 17:57 (UTC)
flocke commented on 2013-10-15 09:13 (UTC)
Yes, and you can remove ocaml-json-wheel after that, it seems it was replaced by ocaml-yojson.
mlq commented on 2013-10-14 21:29 (UTC)
Please add ocaml-yojson as a dependency
whynothugo commented on 2013-10-03 20:41 (UTC)
Updated. Never noticed that the upstream website had changed.
flocke commented on 2013-10-02 08:40 (UTC)
PKGBUILD for 0.2: http://bpaste.net/show/137172/
aws commented on 2013-09-01 20:39 (UTC)
There seems to be a more recent version (0.2) on ocaml forge at http://forge.ocamlcore.org/projects/gapi-ocaml/.
Pinned Comments
nerflad commented on 2019-09-10 10:13 (UTC)
@caseyjp1 It's not a problem with the build. Read the error message. You have updated ocaml since the last time you compiled this package so you need to recompile all the dependencies. Use "pacman -Qo [.cmi filename]" to find which packages to rebuild. Or if you're brave, pacman -Rsc gapi-ocaml && pacman -Sc and start from scratch.