io/flint.yaml
2019-12-19 02:42:56 +01:00

34 lines
536 B
YAML

io:
type: lib
path: .
test:
type: exe
path: test
dependency:
- io
- logging
- test_framework
fmt:
type: lib
git:
url: https://github.com/fmtlib/fmt
revision: 6.1.2
logging:
type: lib
git:
url: https://git.mtgames.nl/Dreaded_X/logging
revision: master
dependency:
- fmt
test_framework:
type: lib
git:
url: https://git.mtgames.nl/Dreaded_X/test_framework
revision: master
dependency:
- logging