Search Criteria
Package Details: ocaml-menhir 20231231-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/ocaml-menhir.git (read-only, click to copy) |
---|---|
Package Base: | ocaml-menhir |
Description: | Menhir is a LR(1) parser generator for the OCaml. |
Upstream URL: | http://cristal.inria.fr/~fpottier/menhir/ |
Licenses: | GPL-2.0-only AND LGPL-2.0-only WITH OCaml-LGPL-linking-exception |
Submitter: | None |
Maintainer: | soimort (xuanruiqi) |
Last Packager: | xuanruiqi |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2012-01-17 20:41 (UTC) |
Last Updated: | 2024-06-10 13:59 (UTC) |
Dependencies (3)
- ocaml
- dune (make)
- ocaml-findlib (make)
Required by (18)
- binsec (make)
- compcert (make)
- compcert-git (make)
- fstar (make)
- fstar-git (make)
- herdtools7-git (make)
- ocaml-atd
- ocaml-atdgen-codec-runtime
- ocaml-atdgen-runtime
- ocaml-fstar (make)
- ocaml-js_of_ocaml
- ocaml-lsp-git
- ocaml-ocamlformat
- ocaml-psmt2-frontend (make)
- ocaml-psmt2-frontend-git (make)
- ocaml-toml (make)
- spark2014 (make)
- spark2014-git (make)
Latest Comments
1 2 3 Next › Last »
dpeukert commented on 2024-06-01 21:07 (UTC)
https://gitlab.inria.fr/fpottier/menhir/-/commit/9b49658fc64736511ec41a06bb474afbf3dc6690 needs to be applied for the build to work when using ocaml 5.2.
yuyichao commented on 2022-05-31 14:21 (UTC)
It seems that the new version of dune forbids the use of relative path in --libdir. Also, specifying the install path in prefix causes pkgdir to be included in the package files. A working command for installation in the package() function is
It'll also be nice if you could add armv7h and aarch64 to be part of the arch array as well. You can see the updated PKGBUILD that works for me at https://github.com/archlinuxcn/repo/blob/0eafad8fee2c571f808e7bbaff38f4adbd40ee58/alarmcn/ocaml-menhir/PKGBUILD
xuanruiqi commented on 2021-06-28 12:39 (UTC)
Thanks!
soimort commented on 2021-06-28 12:00 (UTC)
@xuanruiqi Added you as co-maintainer now. Thanks a lot for helping!
xuanruiqi commented on 2021-06-27 10:04 (UTC)
If you don't mind, I would like to volunteer as co-maintainer.
soimort commented on 2020-07-30 23:14 (UTC)
Indeed.
--libdir
is now reintroduced to prevent the breakage of other packages that depend on menhir's ocaml libs. Hopefully the upstream will fix the--suggest-menhirLib
issue soon.toaru_yousei commented on 2020-07-30 16:42 (UTC)
Seems like that issue with
menhir --suggest-menhirLib
is on menhir side.https://gitlab.inria.fr/fpottier/menhir/-/issues/42
Also, removing
--libdir
broke liquidsoap package too.meanjollies commented on 2020-07-20 16:03 (UTC)
Removing the libdir option has broken one of the packages I maintain. There is an expectation that
$(ocamlfind printconf destdir)
is where it should be installed, like other ocaml libs. I understand that xuanruiqi reported an issue withmenhir --suggest-menhirLib
, but I was never able to reproduce this with previous versions. Perhaps libdir should be re-introduced, where we can figure out a workaround to xuanruiqi's problem.soimort commented on 2020-07-06 13:12 (UTC)
@xuanruiqi I removed the --libdir option since it doesn't seem necessary for packaging. Let me know if it doesn't work as expected.
xuanruiqi commented on 2020-07-05 00:16 (UTC)
Doing
--libdir "${pkgdir}$(ocamlfind printconf destdir)"
causesmenhir --suggest-menhirLib
to return a bogus location. Is there any workaround for this?1 2 3 Next › Last »