gnu: ocaml-frontc: Add upstream-name.
* gnu/packages/ocaml.scm (ocaml-frontc)[properties]: New field.
This commit is contained in:
parent
d4857001a1
commit
ee33e415e7
1 changed files with 1 additions and 0 deletions
|
@ -1174,6 +1174,7 @@ archive(native) = \"frontc.cmxa\""))))
|
||||||
#:make-flags (list (string-append "PREFIX="
|
#:make-flags (list (string-append "PREFIX="
|
||||||
(assoc-ref %outputs "out"))
|
(assoc-ref %outputs "out"))
|
||||||
"OCAML_SITE=$(LIB_DIR)/ocaml/")))
|
"OCAML_SITE=$(LIB_DIR)/ocaml/")))
|
||||||
|
(properties `((upstream-name . "FrontC")))
|
||||||
(home-page "https://www.irit.fr/FrontC")
|
(home-page "https://www.irit.fr/FrontC")
|
||||||
(synopsis "C parser and lexer library")
|
(synopsis "C parser and lexer library")
|
||||||
(description "FrontC is an OCAML library providing a C parser and lexer.
|
(description "FrontC is an OCAML library providing a C parser and lexer.
|
||||||
|
|
Reference in a new issue