[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: Add sfsexp.
From: |
guix-commits |
Subject: |
02/07: gnu: Add sfsexp. |
Date: |
Mon, 13 May 2024 14:33:22 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 99181ad9810569eb528ffd4d7596284bc201016e
Author: Fabio Natali <me@fabionatali.com>
AuthorDate: Mon Apr 15 08:25:32 2024 +0100
gnu: Add sfsexp.
* gnu/packages/c.scm (sfsexp): New variable.
Change-Id: Iabfbe10b4ad6134ae886a3d26487f881107b559c
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/c.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 1b168d2ca8..d13b62b5e2 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -641,6 +641,28 @@ be a separate step, and tokenization rules can be written
in the same way as
any other grammar rules.")
(license license:expat)))
+(define-public sfsexp
+ (package
+ (name "sfsexp")
+ (version "1.4.1")
+ (home-page "https://github.com/mjsottile/sfsexp")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url home-page)
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "03srnpc7p1j7ygd0wx9gybcxhqm50kjzkybh1xs75nwz97q3y2dq"))))
+ (build-system gnu-build-system)
+ (native-inputs (list autoconf automake libtool))
+ (synopsis "Symbolic expression library for C and C++")
+ (description
+ "sfsexp is a C/C++ library to read, parse, modify, and create symbolic
+expressions.")
+ (license license:lgpl2.1+)))
+
(define-public sparse
(package
(name "sparse")
- branch master updated (1632fd0f1b -> b8c0bdea4e), guix-commits, 2024/05/13
- 02/07: gnu: Add sfsexp.,
guix-commits <=
- 05/07: gnu: fcitx5-configtool: Enable kcm support., guix-commits, 2024/05/13
- 04/07: gnu: isc-dhcp: Add debianutils as an input., guix-commits, 2024/05/13
- 01/07: store: Add with-store/non-blocking., guix-commits, 2024/05/13
- 06/07: gnu: fcitx5-configtool: Remove inputs label., guix-commits, 2024/05/13
- 07/07: gnu: cgit: Update to 1.2.3-3.dbadd85., guix-commits, 2024/05/13
- 03/07: gnu: notmuch: Add sfsexp input., guix-commits, 2024/05/13