diff options
author | Ji-Hyeon Gim <potatogim@gluesys.com> | 2018-02-01 15:14:42 +0900 |
---|---|---|
committer | Shyamsundar Ranganathan <srangana@redhat.com> | 2018-05-03 15:28:15 +0000 |
commit | 47d2f7296b81fe7d8647e629b782c44bbc9f9678 (patch) | |
tree | e611889a4558be46ec98ed1fa57c846fb56abb5c /doc | |
parent | cfa4ff1417aba42f0dff3fe9d8e17acdaae4ffb2 (diff) |
doc: updates Language Bindings for libgfapi-perl and gogfapi
The libgfapi-perl provides declarations and linkage for the Gluster
gfapi C library with FFI for many Perl mongers
In addition, gogfapi URI link is replaced with GitHub because Forge is
dead.
Change-Id: I773e78beb201b48ca3fde0dc72d04b64dc9697d6
Signed-off-by: Ji-Hyeon Gim <potatogim@potatogim.net>
Updates: #447
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer-guide/Language-Bindings.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/developer-guide/Language-Bindings.md b/doc/developer-guide/Language-Bindings.md index 89ef6df3d78..33f2e58504c 100644 --- a/doc/developer-guide/Language-Bindings.md +++ b/doc/developer-guide/Language-Bindings.md @@ -4,7 +4,7 @@ page lists bindings to the libgfapi C library from other languages. Go -- -- [gogfapi](https://forge.gluster.org/gogfapi) - Go language bindings +- [gogfapi](https://github.com/gluster/gogfapi) - Go language bindings for libgfapi, aiming to provide an api consistent with the default Go file apis. @@ -37,3 +37,8 @@ Rust - [gfapi-sys](https://github.com/cholcombe973/Gfapi-sys) - Libgfapi bindings for Rust using FFI +Perl +---- + +- [libgfapi-perl](https://github.com/gluster/libgfapi-perl) - Libgfapi + bindings for Perl using FFI |