Subject: CVS commit: pkgsrc/devel/sfsexp
From: Ryo ONODERA
Date: 2021-11-01 15:15:42
Message id: 20211101141543.09B6FFAEC@cvs.NetBSD.org

Log Message:
devel/sfsexp: import sfsexp-1.3.1pre20211025

This library is intended for developers who wish to manipulate (read,
parse, modify, and create) symbolic expressions from C or C++
programs. A symbolic expression, or s-expression, is essentially a
LISP-like expression such as (a (b c)). S-expressions are able to
represent complex, structured data without requiring additional
meta-data describing the structure. They are recursively defined: an
s-expression is a list of either atoms or s-expressions. In the
example above, the expression contains an atom "a" and an
s-expression, which in turn contains two atoms, "b" and "c". \ 
They are
simple, useful, and well understood.

Files:
RevisionActionfile
1.1addpkgsrc/devel/sfsexp/DESCR
1.1addpkgsrc/devel/sfsexp/Makefile
1.1addpkgsrc/devel/sfsexp/PLIST
1.1addpkgsrc/devel/sfsexp/buildlink3.mk
1.1addpkgsrc/devel/sfsexp/distinfo