diff options
author | David Robillard <d@drobilla.net> | 2018-06-06 20:35:46 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:07 -0500 |
commit | 93133610d2454108ace24948358c4f0be47049a2 (patch) | |
tree | 695cfe5c9c3815fc07282a5f19dd22b3edb13e0d /subprojects | |
parent | 1d8cc6eebcb61f261f6d92318ffda32d8a4de080 (diff) | |
download | serd-93133610d2454108ace24948358c4f0be47049a2.tar.gz serd-93133610d2454108ace24948358c4f0be47049a2.tar.bz2 serd-93133610d2454108ace24948358c4f0be47049a2.zip |
[WIP] Add zix dependency
Most of the system-specific code will be replaced with calls to portable zix
functions, and the data structures will be used for in-memory node and
statement storage.
Diffstat (limited to 'subprojects')
m--------- | subprojects/zix | 0 | ||||
-rw-r--r-- | subprojects/zix.wrap | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/subprojects/zix b/subprojects/zix new file mode 160000 +Subproject 08954c900820320064d2e33445858e1ef5024a0 diff --git a/subprojects/zix.wrap b/subprojects/zix.wrap new file mode 100644 index 00000000..ad883c92 --- /dev/null +++ b/subprojects/zix.wrap @@ -0,0 +1,8 @@ +# Copyright 2021 David Robillard <d@drobilla.net> +# SPDX-License-Identifier: 0BSD OR ISC + +[wrap-git] +url = https://gitlab.com/drobilla/zix.git +push-url = git@gitlab.com:drobilla/zix.git +revision = main +depth = 1 |