Search Criteria
Package Details: ocaml-base-git 0.2.alpha1.r77.g36db7f8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ocaml-base-git.git (read-only, click to copy) |
---|---|
Package Base: | ocaml-base-git |
Description: | Full standard library replacement for OCaml |
Upstream URL: | https://github.com/janestreet/base |
Licenses: | Apache |
Provides: | ocaml-base |
Replaces: | ocaml-base |
Submitter: | robertfoster |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-08-28 10:27 (UTC) |
Last Updated: | 2018-08-28 12:24 (UTC) |
Dependencies (3)
- ocaml
- ocaml-sexplib0
- dune (make)
Required by (58)
- flow (requires ocaml-base) (make)
- flow-git (requires ocaml-base) (make)
- ocaml-alcotest (requires ocaml-base)
- ocaml-base_bigstring (requires ocaml-base)
- ocaml-base_quickcheck (requires ocaml-base)
- ocaml-bin_prot (requires ocaml-base)
- ocaml-capitalization (requires ocaml-base)
- ocaml-configurator (requires ocaml-base)
- ocaml-core (requires ocaml-base)
- ocaml-core_kernel (requires ocaml-base)
- ocaml-expect_test_helpers_core (requires ocaml-base)
- ocaml-fieldslib (requires ocaml-base)
- ocaml-gel (requires ocaml-base)
- ocaml-gsl (requires ocaml-base)
- ocaml-int_repr (requires ocaml-base)
- ocaml-jst-config (requires ocaml-base)
- ocaml-omd (requires ocaml-base)
- ocaml-pcre (requires ocaml-base)
- ocaml-ppxlib (requires ocaml-base)
- ocaml-ppx_assert (requires ocaml-base)
- Show 38 more...
Latest Comments
dreieck commented on 2023-10-10 10:40 (UTC)
Fails to build for me with
jbuilder: command not found
:Regards!
dreieck commented on 2023-10-10 10:37 (UTC)
Can you please add
=${pkgver}
to theprovides
entry?For example, there is the package
ocaml-ppx_here
that depends onocaml-base>=0.16.0
. But `ocaml-base' in the Arch Linux repository currently is at version 0.15.1, so that cannot fulfill the dependency.Since
ocaml-base-git
is at version 0.2.x it can fulfill the dependency, but only if theprovides
entry has the version appended pacman will treat it as fulfilling the versioned dependency.Regards and thanks for maintaining!
DHouck commented on 2023-08-03 15:13 (UTC) (edited on 2023-08-03 15:17 (UTC) by DHouck)
This package does not build in a clean chroot; it should have Git in its
makedpends
. I also don’t know what package is supposed to providejbuilder
.