diff options
author | Werner Koch <[email protected]> | 2018-03-16 12:55:48 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-03-16 12:55:48 +0000 |
commit | d2b31d8c106423bd0eaa5fffaa39b0983c9ae525 (patch) | |
tree | ef4d4d748b41a2e24ae1aa8359bb49c0a9c31b65 /lang/README | |
parent | core: Adjust cJSON code for use in GPGME. (diff) | |
download | gpgme-d2b31d8c106423bd0eaa5fffaa39b0983c9ae525.tar.gz gpgme-d2b31d8c106423bd0eaa5fffaa39b0983c9ae525.zip |
json: Add framework for the gpgme-json tool
* src/gpgme-json.c: New.
* src/Makefile.am (bin_PROGRAMS): Add gpgme-json.
(gpgme_json_SOURCES, gpgme_json_LDADD): New.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | lang/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/README b/lang/README index 0c5bbd96..ee99f0f1 100644 --- a/lang/README +++ b/lang/README @@ -13,3 +13,4 @@ cl Common Lisp cpp C++ qt Qt-Framework API python Python 2 and 3 (module name: gpg) +javascript Native messaging client for the gpgme-json server. |