Search Criteria
Package Details: valum 0.3.15-1
Git Clone URL: | https://aur.archlinux.org/valum.git (read-only, click to copy) |
---|---|
Package Base: | valum |
Description: | Web micro-framework written in Vala |
Upstream URL: | https://github.com/valum-framework/valum |
Keywords: | framework vala web |
Licenses: | |
Submitter: | swiftscythe |
Maintainer: | swiftscythe |
Last Packager: | swiftscythe |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2016-11-01 17:50 |
Last Updated: | 2018-02-23 19:26 |
Dependencies (11)
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer)
- libsoup (libsoup-gnome-git, libsoup-gnome)
- vala (vala0.42, vala0.44, vala-git)
- git (git-git) (make)
- meson (meson-git) (make)
- python-sphinx (python-sphinx-git, python-sphinx-2) (make)
- vala (vala0.42, vala0.44, vala-git) (make)
- valadoc (vala0.42, vala0.44, vala-git, vala) (make)
- libmemcached (optional) – For memcached cache storage.
- luajit (luajit-git, moonjit, luajit-openresty, luajit-2.1, luajit-2.1-git) (optional) – For an embedded Lua VM.
- memcached (memcached-git) (optional) – For memcached cache storage.
Latest Comments
arteymix commented on 2016-11-12 03:14
Hi! Author here! with a few remarks and suggestions.
The package only require glib-2.0, gobject-2.0, gio-2.0 and libsoup-2.4. All other dependencies are for building examples which are not enabled by default.
To install in /usr, just pass --prefix=/usr when calling meson.py.
Please, don't install ctpl.vapi and fcgi.vapi. The former is for an example and the latter is a private dependency that is not exposed.
You can also generate and install docs now if valadoc and sphinx are available. You have to build them explicitly before installing though because I'm using a hack with install_subdir:
ninja docs/en docs/api docs/devhelp
The 0.3.0-rc is out if you want to update the version number. Here: https://github.com/valum-framework/valum/releases/tag/v0.3.0-rc
We're good. I'm happy to see this package in AUR although I never really used Arch Linux.