OCaml HTML5 parser/serialiser based on Python's JustHTML
at main 743 B view raw
1(executable 2 (name basic_parsing) 3 (modules basic_parsing) 4 (libraries bytesrw html5rw)) 5 6(executable 7 (name css_selectors) 8 (modules css_selectors) 9 (libraries bytesrw html5rw)) 10 11(executable 12 (name dom_manipulation) 13 (modules dom_manipulation) 14 (libraries bytesrw html5rw)) 15 16(executable 17 (name text_extraction) 18 (modules text_extraction) 19 (libraries bytesrw html5rw)) 20 21(executable 22 (name error_handling) 23 (modules error_handling) 24 (libraries bytesrw html5rw)) 25 26(executable 27 (name fragment_parsing) 28 (modules fragment_parsing) 29 (libraries bytesrw html5rw)) 30 31(executable 32 (name encoding_detection) 33 (modules encoding_detection) 34 (libraries bytesrw html5rw)) 35 36(executable 37 (name web_scraper) 38 (modules web_scraper) 39 (libraries bytesrw html5rw))