Package Details: ocaml-biniou 1.2.2-7

Git Clone URL: https://aur.archlinux.org/ocaml-biniou.git (read-only, click to copy)
Package Base: ocaml-biniou
Description: An optimized parsing and printing library for JSON
Upstream URL: https://github.com/ocaml-community/biniou
Licenses: BSD
Provides: ocaml-biniou
Submitter: nerflad
Maintainer: condy
Last Packager: condy
Votes: 4
Popularity: 0.000002
First Submitted: 2019-09-06 08:59 (UTC)
Last Updated: 2022-08-29 15:10 (UTC)

Latest Comments

condy commented on 2022-08-28 16:47 (UTC) (edited on 2022-08-28 16:48 (UTC) by condy)

camlp-stream, which is also packaged by me, was removed ~2w ago.

Request #36930 has been Accepted by muflone [1]: [Autogenerated] Accepted deletion for camlp-streams. [1] https://aur.archlinux.org/account/muflone/

Try again. I have seded the src/dune file.

kinifwyne commented on 2022-08-27 00:11 (UTC) (edited on 2022-08-27 00:19 (UTC) by kinifwyne)

makepkg -irs produces the following error:

Error: Library "camlp-streams" not found.

installing camlp-streams from the community repository solves this issue, but then produces the following:

***/ocaml-biniou/PKGBUILD: line31: ocmalfind: command not found

installing ocaml-findlib from the community repository solves this issue and then the ocaml-biniou package builds and installs.

The PKGBUILD is missing the following dependancies: camlp-streams and ocaml-findlib.

condy commented on 2022-08-14 10:33 (UTC)

@dctxmei

Fixed.

dctxmei commented on 2022-08-14 08:06 (UTC)

==> Starting build()...
dune build
Error: Program ocamlc not found in the tree or in PATH
 (context: default)
make: *** [Makefile:2: all] Error 1
==> ERROR: A failure occurred in build().

castix commented on 2020-07-05 21:09 (UTC) (edited on 2020-07-05 21:10 (UTC) by castix)

building AUR package ocaml-yojson-git

File "lib/dune", line 40, characters 24-30:
40 |  (libraries easy-format biniou))
                             ^^^^^^
Error: Library "biniou" not found.

condy commented on 2020-02-09 05:15 (UTC)

@milk

install ocaml-easy-format first

milkii commented on 2020-02-08 20:24 (UTC)

I'm getting this error atm;

==> Starting build()...
dune build
File "src/dune", line 7, characters 12-23:
7 |  (libraries easy-format))
                ^^^^^^^^^^^
Error: Library "easy-format" not found.
Hint: try: dune external-lib-deps --missing @@default
make: *** [Makefile:2: all] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
Error making: ocaml-biniou