# Pastebin arzn9vYs . ├── LICENSE ├── README.md ├── syphus │ └── syphus.nim ├── syphus.nimble └── tests ├── nim.cfg ├── tests └── tests.nim ------ syphus.nimble # Package ... # Dependencies requires "nim >= 0.16.1" skipDirs = @["tests"]