diff options
| author | Jonas Meeuws <jonas.meeuws@gmail.com> | 2026-02-09 22:50:56 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-12 08:57:23 +0100 |
| commit | 54d5bf9a38cf6c8df27fc3f09f8a6cb209588355 (patch) | |
| tree | 8e15f397e040e124785f3593e5570c8d23030d3b /gnu/packages | |
| parent | b923081da0422a41c0cea633dd55a5243dae5b48 (diff) | |
gnu: d-demangler: Update synopsis and description.
gnu/packages/dlang.scm (d-demangler) [synopsis, description]: Remove mention
of a non-existent command. Refer to the package as a library. Note that this
only wraps D's ‘std.demangle’.
Change-Id: I8fe98d4bb031f8f50468a4c1a5b907d3ff24de0c
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/dlang.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/dlang.scm b/gnu/packages/dlang.scm index 6dbfaff41c6..ab4b7dfd65a 100644 --- a/gnu/packages/dlang.scm +++ b/gnu/packages/dlang.scm @@ -765,8 +765,8 @@ to a minimal test case.") (install-file "libd_demangle.so" (string-append #$output "/lib"))))))) (native-inputs (list dmd)) - (synopsis "Utility to demangle D symbols") - (description "@command{d_demangle} is a small utility that can be used to -demangle D symbols. A shared library is also provided.") + (synopsis "D symbol demangling library") + (description "@code{libd_demangle.so} is a small shared library that can be used to +demangle D symbols. It exposes a C interface that wraps D's @code{std.demangle}.") (license license:gpl3+) (home-page "https://github.com/lievenhey/d_demangler"))) |
