me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-frontc: Add upstream-name.

* gnu/packages/ocaml.scm (ocaml-frontc)[properties]: New field.
master
Julien Lepiller 2019-04-26 23:17:21 +02:00
parent d4857001a1
commit ee33e415e7
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 1 additions and 0 deletions

View File

@ -1174,6 +1174,7 @@ archive(native) = \"frontc.cmxa\""))))
#:make-flags (list (string-append "PREFIX="
(assoc-ref %outputs "out"))
"OCAML_SITE=$(LIB_DIR)/ocaml/")))
(properties `((upstream-name . "FrontC")))
(home-page "https://www.irit.fr/FrontC")
(synopsis "C parser and lexer library")
(description "FrontC is an OCAML library providing a C parser and lexer.