Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erlang-punch/gumbo

Gumbo HTML5 Parser C Driver Implementation for Erlang/OTP
https://github.com/erlang-punch/gumbo

Last synced: about 5 hours ago
JSON representation

Gumbo HTML5 Parser C Driver Implementation for Erlang/OTP

Awesome Lists containing this project

README

        

# gumbo Erlang

## FAQ

### How to install gumbo on OpenBSD?

```sh
pkg_add gumbo
```

* https://openports.se/www/gumbo

### How to compile gumbo on OpenBSD?

```sh
pkg_add automake autoconf git gnumake
export AUTOCONF_VERSION=# based on your autoconf version installed
export AUTOMAKE_VERSION=# based on your automake version installed
git clone https://github.com/google/gumbo-parser
cd gumbo-parser
./autogen.sh
./configure
gmake
```

* https://github.com/google/gumbo-parser
* https://matze.github.io/clib-doc/gumbo-parser/index.html