-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
29 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# kuliya for D | ||
|
||
Algeria's college hierarchy dataset as a D package | ||
|
||
# Prerequisites | ||
- One of these compilers: | ||
- [DMD](https://dlang.org/download.html#dmd) official compiler (works fine with dub) | ||
- [GDC](https://gdcproject.org/downloads) GCC based compiler | ||
- [LDC](https://github.com/ldc-developers/ldc#installation) LLVM based compiler | ||
- [DUB](https://dub.pm/getting-started/install/) package manager | ||
- Any IDE out there, preferably [VSCode](https://code.visualstudio.com/download) with [code-d](https://marketplace.visualstudio.com/items?itemName=webfreak.code-d) extension | ||
|
||
# Get Started | ||
|
||
- Run test: | ||
```sh | ||
cd d && dub test | ||
``` | ||
|
||
# Contribute | ||
|
||
Feel free to ask for help in [#kuliya](https://dzcode.slack.com/archives/C01C0155CKC) group chat |