Arrogant - HTML5 dom with CSS selectors

Andrea Fontana nospam at example.com
Wed Jun 13 13:23:29 UTC 2018


On behalf of the company I work for [1] today I released a new 
library: arrogant.

It is a fully conformant HTML5 dom library with CSS selectors.

It wraps Modest library [2] by Alexander Borisov that is a quite 
bigger library/framework.

As pointed out promptly by rikkimax [3] it doesn't rely on 
dynamic loading of modest but it links it during building. So you 
need to compile modest (not a big effort, is a plain C library 
without external dependencies) as prerequisite (check readme on 
github).

It is in its early days so any help / pull request / opened issue 
/ benchmark / suggestion are welcome.

Developed and tested on Linux. Should work fine on OSX. Never 
tried on windows.

GitHub: https://github.com/2night/arrogant/
Documentation: https://arrogant.dpldocs.info/index.html
Dub: https://arrogant.dub.pm

[1] http://lab.2night.it
[2] https://github.com/lexborisov/Modest
[3] https://github.com/2night/arrogant/issues/1

Andrea Fontana


More information about the Digitalmars-d-announce mailing list