Vala binding for libr3
June 12, 2014 ยท View on GitHub
What?
libr3 is super fast URL router lib written in C.
Vala is currently my favorite programming language.
So it's here.
How?
- Clone, compile and install libr3.
- Put r3.vapi /some/where.
- Compile your vala code with something like
valac --vapidir=/some/where --pkg r3 my_prog.vala
Caution
In step 2, never try this at home:
mkdir -p /some/where;cp r3.vapi /some/where
Do this instead:
x-www-browser "https://wiki.gnome.org/Projects/Vala/FAQ#Is_having_a_local_copy_of_a_.vapi_in_my_project_good_practice.3F"
Copyright
This program is free software, see LICENSE for further info.