aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml-menhir
Commit message (Collapse)AuthorAgeFilesLines
* testing/ocaml-menhir: modernizeLeo2019-05-291-4/+1
| | | Closes GH-8228
* testing/ocaml-menhir: rebuild with ocaml-4.07.1alpine-mips-patches2019-03-111-1/+1
| | | | This is a necessary step to fix non-free/compcert build.
* testing/ocaml-menhir: add missing runtime dependencyalpine-mips-patches2019-02-051-2/+3
| | | | | | | | | When installed with ocamlfind (which is the default and this aport follows it), menhir needs the tool at runtime as well to implement certain options. Otherwise 'menhir --suggest-menhirLib' fails: sh: ocamlfind: not found Also sync the arch= list with the ocaml aport.
* 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-1/+1
|
* testing/ocaml-menhir: rebuild with ocaml 4.06.1, fix dependsJakub Jirutka2018-03-101-2/+2
|
* testing/ocaml-menhir: downgrade to 20171013Jakub Jirutka2018-03-081-3/+4
| | | | I need this version for reason aport.
* testing/ocaml-menhir: temporarily disableJakub Jirutka2018-03-051-1/+1
| | | | | I need older version for Reason, so I have to disable it and then downgrade to older version.
* testing/ocaml-menhir: new aportJakub Jirutka2018-03-051-0/+42
http://gallium.inria.fr/~fpottier/menhir/ LR(1) parser generator for OCaml