BayesNet/.gitmodules

24 lines
590 B
Plaintext
Raw Permalink Normal View History

2023-07-20 16:55:56 +00:00
[submodule "lib/mdlp"]
path = lib/mdlp
url = https://github.com/rmontanana/mdlp
2023-11-28 23:26:48 +00:00
main = main
update = merge
[submodule "lib/json"]
path = lib/json
url = https://github.com/nlohmann/json.git
master = master
2023-11-28 23:26:48 +00:00
update = merge
2024-01-07 18:58:22 +00:00
[submodule "lib/folding"]
path = lib/folding
url = https://github.com/rmontanana/folding
main = main
update = merge
2024-05-12 17:05:36 +00:00
[submodule "tests/lib/catch2"]
path = tests/lib/catch2
url = https://github.com/catchorg/Catch2.git
main = main
update = merge
[submodule "tests/lib/Files"]
path = tests/lib/Files
url = https://github.com/rmontanana/ArffFiles