(type egg)
(signature "gumbo egg")
(timestamp 1612269487)
(sxml ((section 2 "Outdated egg!" (p "This is an egg for CHICKEN 4, the unsupported old release.  You're almost certainly looking for " (int-link "/eggref/5/gumbo" "the CHICKEN 5 version of this egg") ", if it exists.") (p "If it does not exist, there may be equivalent functionality provided by another egg; have a look at the " (link "https://wiki.call-cc.org/chicken-projects/egg-index-5.html" "egg index") ". Otherwise, please consider porting this egg to the current version of CHICKEN.")) (section 2 "gumbo" (section 3 "Description" (p "Bindings to the " (link "https://github.com/google/gumbo-parser" "Gumbo HTML parser") " C library. Supports HTML5.")) (section 3 "API" (def (sig (procedure "(html->sxml src)" (id html->sxml))) (p "Converts a string containing HTML into SXML."))) (section 3 "Source code / issues" (p (link "https://github.com/caolan/gumbo"))))))
