Search Criteria
Package Details: artanis 1.2.2-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/artanis.git (read-only, click to copy) |
---|---|
Package Base: | artanis |
Description: | A fast monolithic web-framework of Scheme |
Upstream URL: | https://artanis.dev/ |
Keywords: | scheme web |
Licenses: | GPL3, LGPL3 |
Submitter: | haawda |
Maintainer: | LS-Shandong |
Last Packager: | LS-Shandong |
Votes: | 7 |
Popularity: | 0.86 |
First Submitted: | 2015-11-12 12:15 (UTC) |
Last Updated: | 2025-03-09 15:35 (UTC) |
Dependencies (10)
- guile (guile-gitAUR)
- guile-curlAUR
- guile-jsonAUR (guile-json3AUR)
- guile-redisAUR
- nss (nss-hgAUR)
- texinfo (texinfo-gitAUR)
- guile-dbd-mysqlAUR (optional) – The dbd plugin connects to an actual MySQL database server.
- guile-dbd-postgresqlAUR (optional) – The dbd plugin connects to an actual PostgreSQL database server.
- guile-dbd-sqlite3AUR (optional) – The dbd plugin connects to an actual SQLite database server.
- guile-dbiAUR (optional) – A simple, generic, easy-to-use guile scheme interface to SQL databases, such as Postgres, MySQL or SQLite3
Latest Comments
micwoj92 commented on 2025-02-24 22:53 (UTC)
Please use spdx license identifier
LS-Shandong commented on 2025-01-27 08:11 (UTC)
因为目前 AUR 中的 guile-json 和 guile-redis 不可用,所以使用这个 PKGBUILD 前请自行完成那两个包的安装。
Since guile-json and guile-redis in AUR are currently not available, please install those packages yourself before using this PKGBUILD.
LS-Shandong commented on 2025-01-26 09:21 (UTC)
我将在几天之后更新这个软件包。
I will update this package in a few days.
haawda commented on 2022-05-06 11:23 (UTC)
0.5.1 is out.
adsun commented on 2019-10-07 12:03 (UTC) (edited on 2019-10-07 12:18 (UTC) by adsun)
This needs
texlive-core
added tomakedepends
in order to prevent build failure in a clean chroot. Also, I believe line 14 should beoptions=('!strip')
rather thantions=('!strip')
.haawda commented on 2018-11-03 10:13 (UTC)
artanis-git builds fine for me, please check that one.
haawda commented on 2018-11-03 10:09 (UTC)
hubbi, please use LANG=C to produce english error messages.
I also get errors, so I files a bug upstream.
dpriskorn commented on 2018-11-02 15:14 (UTC)
It is broken. Lots of compile errors like this:
;;; Failed to autoload dbi-open in (dbi dbi): ;;; missing interface for module (dbi dbi) ;;; compiling artanis/mvc/view.scm
;;; artanis/mvc/view.scm:117:2: warning: possibly unbound variable
get' ;;; artanis/mvc/view.scm:119:24: warning: possibly unbound variable
params' ;;; artanis/mvc/view.scm:119:43: warning: possibly unbound variableparams' ;;; artanis/mvc/view.scm:120:5: warning: possibly unbound variable
static-page-emitter' ;;; artanis/mvc/view.scm:122:2: warning: possibly unbound variableget' ;;; artanis/mvc/view.scm:124:22: warning: possibly unbound variable
params' ;;; artanis/mvc/view.scm:125:6: warning: possibly unbound variable `static-page-emitter'make fails with:
ERROR: In procedure open-file: In procedure open-file: Filen eller katalogen finns inte: "artanis/version.scm"
Skriptet färdigt 2018-11-02 16:14:21+01:00 make: *** [Makefile:77: obj/artanis/version.go] Fel 15
haawda commented on 2017-05-08 05:51 (UTC)
mytbk commented on 2017-05-08 01:52 (UTC)