You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.1 KiB
32 lines
1.1 KiB
opam-version: "2.0" |
|
maintainer: "francois.pottier@inria.fr" |
|
authors: [ |
|
"François Pottier <francois.pottier@inria.fr>" |
|
"Yann Régis-Gianas <yrg@pps.univ-paris-diderot.fr>" |
|
] |
|
homepage: "http://gitlab.inria.fr/fpottier/menhir" |
|
dev-repo: "git+https://gitlab.inria.fr/fpottier/menhir.git" |
|
bug-reports: "menhir@inria.fr" |
|
build: [ |
|
[make "-f" "Makefile" "PREFIX=%{prefix}%" "USE_OCAMLFIND=true" "docdir=%{doc}%/menhir" "libdir=%{lib}%/menhir" "mandir=%{man}%/man1"] |
|
] |
|
install: [ |
|
[make "-f" "Makefile" "install" "PREFIX=%{prefix}%" "docdir=%{doc}%/menhir" "libdir=%{lib}%/menhir" "mandir=%{man}%/man1"] |
|
] |
|
remove: [ |
|
[make "-f" "Makefile" "uninstall" "PREFIX=%{prefix}%" "docdir=%{doc}%/menhir" "libdir=%{lib}%/menhir" "mandir=%{man}%/man1"] |
|
] |
|
depends: [ |
|
"ocaml" {>= "4.02"} |
|
"ocamlfind" {build} |
|
"ocamlbuild" {build} |
|
] |
|
synopsis: "An LR(1) parser generator" |
|
url { |
|
src: |
|
"https://gitlab.inria.fr/fpottier/menhir/repository/20181113/archive.tar.gz" |
|
checksum: [ |
|
"md5=69ce441a06ea131cd43e7b44c4303f3c" |
|
"sha512=4ddefcd71d305bfb933a4056da57e36c13c99ec6dfcc4695814798fbbd78b4d65828381ebcb0e58c4c0394105ac763af3d475474e05e408f7080315bc3cf6176" |
|
] |
|
}
|
|
|