diff options
author | Teddy Wing | 2022-05-07 14:42:17 +0200 |
---|---|---|
committer | Teddy Wing | 2022-05-07 17:46:08 +0200 |
commit | 2087b8e3072041918c812ecad89cdbf81b025afe (patch) | |
tree | dd0a03a1015762795d933f44d63552d177e450d9 | |
parent | 4e07f8da4d6a93ea866c1b0151439f46df88ec53 (diff) | |
download | wajir-2087b8e3072041918c812ecad89cdbf81b025afe.tar.bz2 |
Add 'com.inuoe.jzon' library
Include as a submodule since the library is not in Quicklisp.
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | lib/jzon | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9787f1c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "lib/jzon"] + path = lib/jzon + url = https://github.com/Zulu-Inuoe/jzon.git diff --git a/lib/jzon b/lib/jzon new file mode 160000 +Subproject 479a6cec7b39b4fca1b788c006894ea42684159 |