Add source code

Added:
 - esv.d: reusable D interface to the ESV web API
 - main.d: the main program
 - Makefile
 - README.md
 - modified version of dini (dependency)
 - man pages
 - licenses
This commit is contained in:
Jeremy Baxter 2023-03-23 15:59:09 +13:00
commit a0341e72d7
14 changed files with 2882 additions and 0 deletions

3
import/dini/package.d Normal file
View file

@ -0,0 +1,3 @@
module dini;
public import dini.parser;