GNU bug report logs -
#75009
[PATCH] gnu: Add tellico.
Previous Next
Reported by: Sughosha <sughosha <at> disroot.org>
Date: Sat, 21 Dec 2024 16:25:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/serialization.scm (libcsv): New variable.
Change-Id: If30782f56895037ba8516e5d989327ce9738513e
---
gnu/packages/serialization.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 338682d16c..c3f0ca9c5a 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -423,6 +423,24 @@ (define-public lua5.2-libmpack
(inputs
`(("lua" ,lua-5.2)))))
+(define-public libcsv
+ (package
+ (name "libcsv")
+ (version "3.0.3")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://sourceforge/libcsv/libcsv/libcsv-"
+ version "/libcsv-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1r6pxdxrc3vfil1f9ng1dblm82asdqz6hkz7dj4vkkh3p0f47h6r"))))
+ (build-system gnu-build-system)
+ (home-page "https://sourceforge.net/projects/libcsv/")
+ (synopsis "CSV parser and writer library")
+ (description
+ "This package provides a C library for parsing and writing CSV data.")
+ (license license:lgpl2.1+)))
+
(define-public libscfg
(package
(name "libscfg")
--
2.47.1
This bug report was last modified 153 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.