There is small HTML parsing lib https://github.com/Bystroushaak/DHTMLParser
I am trying to understand how to use this lib with my code (just simple App for test).

  1. Do I need to create package.json and and mark code as library?
  2. How I can set that for both files from package should be passed to compiler (like dmd findlinks.d dhtmlparser.d quoteescaper.d)?