aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml-yojson
Commit message (Collapse)AuthorAgeFilesLines
* testing/ocaml-yojson: rebuild againt new ocamlLeo2019-05-271-5/+1
| | | | Closes: GH-8153
* aports: add support for armv7 [skip ci]Oliver Smith2018-09-241-1/+1
| | | | | | | | | This makes it possible to provide armv7 as additional architecture in Alpine, next to armhf. See the discussion in this ML thread: <https://lists.alpinelinux.org/alpine-devel/6271.html> It's done by adding armv7 next to armhf in the arch line and also !armv7 where the arch line said !armhf. The following script was used:
* testing/ocaml-*: rebuildJakub Jirutka2018-07-071-1/+1
| | | | Rebuild after upgrade of some ocaml packages.
* testing/ocaml-yojson: fix depends on -dev subpkg, fix depending pkgsJakub Jirutka2018-03-121-4/+3
| | | | | | | There are already two packages that require yojson and not biniou or easy-format, but fails to build when ocaml-biniou-dev and ocaml-easy-format-dev are not installed, so they are probably needed as transitive dependencies.
* testing/ocaml-yojson: new aportJakub Jirutka2018-03-111-0/+58
https://github.com/mjambon/yojson JSON parsing and pretty-printing library for OCaml