| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Closes GH-8228
|
|
|
|
| |
This is a necessary step to fix non-free/compcert build.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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:
|
|
|
|
| |
Rebuild after upgrade of some ocaml packages.
|
| |
|
| |
|
|
|
|
| |
I need this version for reason aport.
|
|
|
|
|
| |
I need older version for Reason, so I have to disable it and then
downgrade to older version.
|
|
http://gallium.inria.fr/~fpottier/menhir/
LR(1) parser generator for OCaml
|