123456789101112131415161718192021222324252627282930313233 |
- [submodule "ext/xxHash"]
- path = ext/xxHash
- url = https://github.com/Cyan4973/xxHash.git
- branch = release
- shallow = true
- [submodule "ext/uuid4"]
- path = ext/uuid4
- url = https://github.com/rxi/uuid4.git
- shallow = true
- [submodule "ext/openldap"]
- path = ext/openldap
- url = https://git.openldap.org/openldap/openldap.git
- branch = mdb.RE/0.9
- shallow = true
- [submodule "ext/uthash"]
- path = ext/uthash
- url = https://github.com/troydhanson/uthash.git
- shallow = true
- [submodule "ext/log"]
- path = ext/log
- url = https://github.com/rxi/log.c.git
- shallow = true
- [submodule "ext/tpl"]
- path = ext/tpl
- url = https://github.com/troydhanson/tpl.git
- shallow = true
- [submodule "ext/re2c"]
- path = ext/re2c
- url = https://github.com/skvadrik/re2c.git
- shallow = true
- [submodule "ext/hashmap"]
- path = ext/hashmap
- url = git@github.com:scossu/hashmap.c.git
|