This package browser is in early development. Mind the rough edges.

artanis

Web application framework written in Guile

GNU Artanis is a web application framework written in Guile Scheme. A web application framework (WAF) is a software framework that is designed to support the development of dynamic websites, web applications, web services and web resources. The framework aims to alleviate the overhead associated with common activities performed in web development. Artanis provides several tools for web development: database access, templating frameworks, session management, URL-remapping for RESTful, page caching, and more.

Installation

Install the latest version of artanis as follows:

guix install artanis

Or install a particular version:

guix install artanis@1.2.2

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of artanis about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/artanis'><img src='https://packages.guix.gnu.org/packages/artanis/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/artanis/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/artanis)

Example Org:

[[https://packages.guix.gnu.org/packages/artanis][https://packages.guix.gnu.org/packages/artanis/badges/latest-version.svg]]