Skip to content

Commit

Permalink
add d readme
Browse files Browse the repository at this point in the history
  • Loading branch information
omdxp committed Apr 20, 2024
1 parent e0703ad commit c0daf56
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ You can find more about each language by clicking on the language name
| [C#](./csharp) | n/a | n/a | n/a | n/a |
| [Rust](./rust) | WIP | WIP | WIP | n/a |
| [C](./c) | ![](https://img.shields.io/conan/v/kuliya) | ![](https://github.com/dzcode-io/kuliya/actions/workflows/c-checks.yml/badge.svg) | WIP | n/a |
| [D](./d) | WIP | WIP | WIP | n/a |

## Contributing

Expand Down
13 changes: 6 additions & 7 deletions d/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ docs.json
__dummy.html
docs/
/kuliya
kuliya.so
kuliya.dylib
kuliya.dll
kuliya.a
kuliya.lib
kuliya-test-*
*.so
*.dylib
*.dll
*.a
*.lib
d-test-*
*.exe
*.pdb
*.o
*.obj
*.lst
d-test-library
22 changes: 22 additions & 0 deletions d/README.md
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

0 comments on commit c0daf56

Please sign in to comment.