diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 21:34:19 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 21:34:19 -0500 |
commit | c56dc44e9311b4e917cae883ee059f6802a6514b (patch) | |
tree | db625d33fcf05728bb61da8e5ac1833cbe797d85 /development/guile-json/README | |
parent | 682bf23741c67cd7acf417f6758c75a24a4b3462 (diff) |
development/guile-json: Removed (no maintainer)
Diffstat (limited to 'development/guile-json/README')
-rw-r--r-- | development/guile-json/README | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/development/guile-json/README b/development/guile-json/README deleted file mode 100644 index a0d2a77bbfbc..000000000000 --- a/development/guile-json/README +++ /dev/null @@ -1,11 +0,0 @@ -Guile-json is a JSON module for Guile. It supports parsing and -building JSON documents according to the http://json.org -specification. These are the main features: - -- Strictly complies to http://json.org specification. - -- Build JSON documents programmatically via macros. - -- Basic unicode support for strings. - -- Allows JSON pretty printing. |