mirror of
https://github.com/deavminet/libdnet.git
synced 2025-03-11 06:27:37 +00:00
Initial commit
This commit is contained in:
commit
97d6125e9a
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
.dub
|
||||
docs.json
|
||||
__dummy.html
|
||||
docs/
|
||||
/libdnet
|
||||
libdnet.so
|
||||
libdnet.dylib
|
||||
libdnet.dll
|
||||
libdnet.a
|
||||
libdnet.lib
|
||||
libdnet-test-*
|
||||
*.exe
|
||||
*.o
|
||||
*.obj
|
||||
*.lst
|
9
dub.json
Normal file
9
dub.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"authors": [
|
||||
"Tristan B. Kildaire"
|
||||
],
|
||||
"copyright": "Copyright © 2021, Tristan B. Kildaire",
|
||||
"description": "Client-side DNET API",
|
||||
"license": "LGPLv2",
|
||||
"name": "libdnet"
|
||||
}
|
6
source/app.d
Normal file
6
source/app.d
Normal file
@ -0,0 +1,6 @@
|
||||
import std.stdio;
|
||||
|
||||
void main()
|
||||
{
|
||||
writeln("Edit source/app.d to start your project.");
|
||||
}
|
Loading…
Reference in New Issue
Block a user