Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (27884b0292174242ae4a43cce720d061041efa2b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (27884b0292174242ae4a43cce720d061041efa2b)
  • Date: Sun, 17 May 2020 01:16:36 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 4 ++++
devel/rl_json/DEPENDS | 1 +
devel/rl_json/DETAILS | 18 ++++++++++++++++++
devel/rl_json/HISTORY | 2 ++
4 files changed, 25 insertions(+)

New commits:
commit 27884b0292174242ae4a43cce720d061041efa2b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

rl_json: new spell, JSON type and command to manipulate JSON values
directly

diff --git a/ChangeLog b/ChangeLog
index dddbfdf..83b182f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-05-17 Ismael Luceno <ismael AT sourcemage.org>
+ * devel/rl_json: new spell, JSON type and command to manipulate
+ JSON values directly
+
2020-05-15 Ismael Luceno <ismael AT sourcemage.org>
* devel/googletest: new spell, Google's framework for writing C++
tests
diff --git a/devel/rl_json/DEPENDS b/devel/rl_json/DEPENDS
new file mode 100755
index 0000000..4845533
--- /dev/null
+++ b/devel/rl_json/DEPENDS
@@ -0,0 +1 @@
+depends tcl
diff --git a/devel/rl_json/DETAILS b/devel/rl_json/DETAILS
new file mode 100755
index 0000000..f45a0d9
--- /dev/null
+++ b/devel/rl_json/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=rl_json
+ VERSION=0.11.0
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/RubyLane/$SPELL/archive/$VERSION.tar.gz
+
SOURCE_HASH=sha512:bf25c65f52ecdf89e42c2c700e49a7e7bd56841d0b3a013e51b2eaaf39f8d01d898cfcfc96f83f809c0209cf3599f201e33bb52f6f949807c2303380c2291f52
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/RubyLane/rl_json";
+ LICENSE[0]="TCL"
+ ENTERED=20200517
+ KEYWORDS=""
+ SHORT="JSON type and command to manipulate JSON values directly"
+cat << EOF
+This package adds a command json to the interpreter, and defines a new
Tcl_Obj
+type to store the parsed JSON document. The json command directly manipulates
+values whose string representation is valid JSON, in a similar way to how
+the dict command directly manipulates values whose string representation is
+a valid dictionary. It is similar to dict in performance.
+EOF
diff --git a/devel/rl_json/HISTORY b/devel/rl_json/HISTORY
new file mode 100644
index 0000000..95c3005
--- /dev/null
+++ b/devel/rl_json/HISTORY
@@ -0,0 +1,2 @@
+2020-05-17 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (27884b0292174242ae4a43cce720d061041efa2b), Ismael Luceno, 05/16/2020

Archive powered by MHonArc 2.6.24.

Top of Page