Skip to content

Commit 3f1ff2b

Browse files
authored
update readme and add clients (#787)
1 parent 363501b commit 3f1ff2b

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,13 @@ The Ada library is used by important systems besides Node.js such as Redpanda, K
5454

5555
[![the ada library](http://img.youtube.com/vi/tQ-6OWRDsZg/0.jpg)](https://www.youtube.com/watch?v=tQ-6OWRDsZg)<br />
5656

57-
## Quick Start
57+
## Installation
58+
59+
Binary packages for the following systems are currently available:
5860

61+
[![Packaging status](https://repology.org/badge/vertical-allrepos/ada.svg)](https://repology.org/project/ada/versions)
5962

63+
## Quick Start
6064

6165
Linux or macOS users might follow the following instructions if they have a recent C++ compiler installed and a standard utility (`wget`)
6266

@@ -84,11 +88,11 @@ Linux or macOS users might follow the following instructions if they have a rece
8488
return EXIT_SUCCESS;
8589
}
8690
```
87-
2. Compile
91+
3. Compile
8892
```
8993
c++ -std=c++20 -o demo demo.cpp
9094
```
91-
3. `./demo`
95+
4. `./demo`
9296
9397
```
9498
http:
@@ -97,12 +101,20 @@ Linux or macOS users might follow the following instructions if they have a rece
97101
98102
## Bindings of Ada
99103
100-
We provide clients for different programming languages through our C API.
104+
The following libraries are maintained by the Ada team and available under [Ada GitHub organization](https://github.com/ada-url).
101105
102106
- [Rust](https://github.com/ada-url/rust): Rust bindings for Ada
103107
- [Go](https://github.com/ada-url/goada): Go bindings for Ada
104108
- [Python](https://github.com/ada-url/python): Python bindings for Ada
109+
110+
### Community maintained
111+
105112
- [R](https://github.com/schochastics/adaR): R wrapper for Ada
113+
- [PHP](https://github.com/lnear-dev/ada-url): PHP Wrapper for Ada URL
114+
- [LuaJIT](https://github.com/bungle/lua-resty-ada): LuaJIT FFI bindings for Ada
115+
- [Zig](https://github.com/alperencantez/zigada): Unofficial Zig bindings for Ada
116+
- [Python](https://github.com/TkTech/can_ada): Python bindings for Ada
117+
- [React Native](https://github.com/KusStar/react-native-fast-url): A Fast URL and URLSearchParams polyfill for React Native.
106118
107119
## Usage
108120

0 commit comments

Comments
 (0)