mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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 @@ (define-public ocaml-frontc
|
|||
#: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.
|
||||
|
|
Loading…
Reference in a new issue