Richard-W / curl-vala

Object-oriented interface for libcurl written in Vala.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

curl-vala

This shared library provides an object-oriented interface to libcurl for vala and gobject.

Installation

./configure
make
make install

This builds and installs the library and some metadata files so you can compile and link your programs with the following command

valac myprog.vala --pkg curl-vala

Issues

At this time this library only supports a subset of the libcurl functions. Most simple things that you typically use curl or libcurl for should be possible anyway. Feel free to request features!

About

Object-oriented interface for libcurl written in Vala.

License:GNU General Public License v3.0


Languages

Language:Vala 79.4%Language:CMake 20.6%