Search Criteria
Package Details: ocaml-spawn 0.17.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ocaml-spawn.git (read-only, click to copy) |
|---|---|
| Package Base: | ocaml-spawn |
| Description: | A small OCaml library for spawning sub-processes |
| Upstream URL: | https://github.com/janestreet/spawn |
| Keywords: | background command library ocaml process spawn spawning sub suprocess system |
| Licenses: | MIT |
| Submitter: | J5lx |
| Maintainer: | ldr709 |
| Last Packager: | dpeukert |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-06-28 19:33 (UTC) |
| Last Updated: | 2025-01-22 08:19 (UTC) |
Dependencies (4)
- ocaml (ocaml-gitAUR)
- ocaml-ppx_benchAUR
- dune (make)
- ocaml-ppx_expectAUR (check)
Latest Comments
eclairevoyant commented on 2022-12-03 15:46 (UTC) (edited on 2022-12-03 15:52 (UTC) by eclairevoyant)
This isn't installing to the correct directory when building in a clean chroot:
Library files should go in
usr/lib/ocaml/spawnnotspawn. I suggest replacing the following lines:with
See
ocaml-ppx_expectand the OCaml package guidelines for comparison/example. This produces the correct output:ldr709 commented on 2022-09-07 01:28 (UTC)
@gnaggnoyil I've added the dependencies. Thanks for pointing out the issue!
gnaggnoyil commented on 2022-09-06 18:48 (UTC)
I encountered the following error when building this package:
I then tried and installed
aur/ocaml-ppx_expectand then the error goes:I then tried and installed
aur/ocaml-ppx_benchand this time the makepkg process succeeded. I thinkocaml-ppx_expectandocaml-ppx_benchshould be added as dependencies in PKGBUILD.