commit 44a2dcd0835eb15d74d64afd6ca35eb16aa6b5fb Author: Tristan B. Velloza Kildaire Date: Sat Mar 25 17:06:39 2023 +0200 - Added dub package description - Added `.gitignore` diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5103a82 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +.dub +docs.json +__dummy.html +docs/ +/davinci +davinci.so +davinci.dylib +davinci.dll +davinci.a +davinci.lib +davinci-test-* +*.exe +*.pdb +*.o +*.obj +*.lst +dub.selections.json +source/davinci/app.d +libdavinci.a diff --git a/dub.json b/dub.json new file mode 100644 index 0000000..c471333 --- /dev/null +++ b/dub.json @@ -0,0 +1,10 @@ +{ + "authors": [ + "Tristan B. V. Kildaire" + ], + "copyright": "Copyright © 2023, Tristan B. V. Kildaire", + "description": "Server and client encoding and decoding for the renaissance protocol", + "license": "LGPL-3.0", + "name": "davinci", + "targetType": "library" +} \ No newline at end of file