Skip to content

Commit

Permalink
Merge pull request #102 from JuliaWeb/aviks-patch-2
Browse files Browse the repository at this point in the history
Add warning about upstream maintenance.
  • Loading branch information
aviks authored Dec 23, 2024
2 parents afc2b2b + a132354 commit 86f3b75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
[![version](https://juliahub.com/docs/Gumbo/version.svg)](https://juliahub.com/ui/Packages/Gumbo/mllB2) [![Build Status](https://travis-ci.org/JuliaWeb/Gumbo.jl.svg?branch=master)](https://travis-ci.org/JuliaWeb/Gumbo.jl) [![codecov.io](http://codecov.io/github/JuliaWeb/Gumbo.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaWeb/Gumbo.jl?branch=master) [![pkgeval](https://juliahub.com/docs/Gumbo/pkgeval.svg)](https://juliahub.com/ui/Packages/Gumbo/mllB2) [![deps](https://juliahub.com/docs/Gumbo/deps.svg)](https://juliahub.com/ui/Packages/Gumbo/mllB2?t=2)

Gumbo.jl is a Julia wrapper around
[Google's gumbo library](https://github.com/google/gumbo-parser) for
[the gumbo library](https://github.com/google/gumbo-parser) for
parsing HTML.

> [!WARNING]
> The underlying C library is currently unmaintained. Use at your own risk.
Getting started is very easy:

```julia
Expand Down

0 comments on commit 86f3b75

Please sign in to comment.