Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/erlang-punch/gumbo
- Owner: erlang-punch
- License: apache-2.0
- Created: 2023-02-07T16:58:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-22T17:41:27.000Z (about 1 year ago)
- Last Synced: 2023-08-22T22:46:29.730Z (about 1 year ago)
- Language: Erlang
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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