duckscraper/.gitmodules
King_DuckZ f0e7a1d136 Trying to get scraplang implemented
Lots of changes I made on the train and had little
time to make tidily.
Use c++17 (for std::optional)
Clean up the cmake script a bit
Get rid of unused stuff
Skeleton implementation of some classes for scraplang
2018-01-10 20:25:19 +00:00

9 lines
269 B
Text

[submodule "lib/curlcpp"]
path = lib/curlcpp
url = https://github.com/JosephP91/curlcpp.git
[submodule "lib/tidy"]
path = lib/tidy
url = https://github.com/htacg/tidy-html5.git
[submodule "lib/mstch"]
path = lib/mstch
url = https://github.com/KingDuckZ/mstch.git