summaryrefslogtreecommitdiff
path: root/gnu/packages/code.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/code.scm')
-rw-r--r--gnu/packages/code.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index e8bc0e43074..88c251f770e 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -580,7 +580,7 @@ stack traces.")
580 `("PERL5LIB" ":" prefix (,(getenv "PERL5LIB"))))) 580 `("PERL5LIB" ":" prefix (,(getenv "PERL5LIB")))))
581 #t))))) 581 #t)))))
582 (inputs (list perl perl-io-compress perl-json)) 582 (inputs (list perl perl-io-compress perl-json))
583 (home-page "http://ltp.sourceforge.net/coverage/lcov.php") 583 (home-page "https://ltp.sourceforge.net/coverage/lcov.php")
584 (synopsis "Code coverage tool that enhances GNU gcov") 584 (synopsis "Code coverage tool that enhances GNU gcov")
585 (description "LCOV is an extension of @command{gcov}, a tool part of the 585 (description "LCOV is an extension of @command{gcov}, a tool part of the
586GNU@tie{}Binutils, which provides information about what parts of a program 586GNU@tie{}Binutils, which provides information about what parts of a program
@@ -809,7 +809,7 @@ independent targets.")
809 (install-file l etcdir)) 809 (install-file l etcdir))
810 (find-files "etc" "\\.cfg$"))) 810 (find-files "etc" "\\.cfg$")))
811 #t))))) 811 #t)))))
812 (home-page "http://uncrustify.sourceforge.net/") 812 (home-page "https://uncrustify.sourceforge.net/")
813 (synopsis "Code formatter for C and other related languages") 813 (synopsis "Code formatter for C and other related languages")
814 (description 814 (description
815 "Beautify source code in many languages of the C family (C, C++, C#, 815 "Beautify source code in many languages of the C family (C, C++, C#,
@@ -875,7 +875,7 @@ Objective@tie{}C, D, Java, Pawn, and Vala). Features:
875 (make-so-link sofile "(\\.[0-9]){2}$")) ;; link .so.3 875 (make-so-link sofile "(\\.[0-9]){2}$")) ;; link .so.3
876 (find-files libdir "lib.*\\.so\\..*"))) 876 (find-files libdir "lib.*\\.so\\..*")))
877 #t))))) 877 #t)))))
878 (home-page "http://astyle.sourceforge.net/") 878 (home-page "https://astyle.sourceforge.net/")
879 (synopsis "Source code indenter, formatter, and beautifier") 879 (synopsis "Source code indenter, formatter, and beautifier")
880 (description 880 (description
881 "Artistic Style is a source code indenter, formatter, and beautifier for 881 "Artistic Style is a source code indenter, formatter, and beautifier for
@@ -1076,7 +1076,7 @@ Readline library.")
1076 ;; on SysV curses. 1076 ;; on SysV curses.
1077 (list (string-append "--with-ncurses=" 1077 (list (string-append "--with-ncurses="
1078 (assoc-ref %build-inputs "ncurses"))))) 1078 (assoc-ref %build-inputs "ncurses")))))
1079 (home-page "http://cscope.sourceforge.net") 1079 (home-page "https://cscope.sourceforge.net")
1080 (synopsis "Tool for browsing source code") 1080 (synopsis "Tool for browsing source code")
1081 (description 1081 (description
1082 "Cscope is a text screen based source browsing tool. Although it is 1082 "Cscope is a text screen based source browsing tool. Although it is