aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml-cppo
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* community/ocamlbuild: split to subpkgs and update depending aportsJakub Jirutka2018-03-111-3/+3
|
* testing/ocaml-cppo: rebuild with ocaml 4.06.1, fix dependsJakub Jirutka2018-03-101-5/+4
|
* testing/ocaml-cppo: fix missing subpackageJakub Jirutka2018-03-081-3/+1
| | | | This has been broken in 6a60630dfbb06efb9356f52ece9083c9fc2a0418.
* testing/ocaml-cppo allow textrels and fix asrMike Sullivan2018-03-072-3/+19
|
* testing/ocaml-cppo: move ocamlbuild plugin into -ocamlbuild subpkgJakub Jirutka2018-03-071-3/+12
|
* testing/ocaml-cppo: remove .ml files from -devJakub Jirutka2018-03-071-4/+7
|
* testing/ocaml-cppo: disable on ppc64le due to failing testsJakub Jirutka2018-03-051-1/+3
| | | | | | | cppo alias test/runtest (exit 1) (cd _build/default/test && ../../install/default/bin/cppo test.cppo) > /dev/null Error: File "test.cppo", line 98, characters 0-20 Error: math error
* testing/ocaml-cppo: new aportJakub Jirutka2018-03-051-0/+52
https://github.com/mjambon/cppo C-style preprocessor for OCaml