Search Criteria
Package Details: urn-lang-git 0.6.1.r57.g64ad9f8-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/urn-lang-git.git (read-only, click to copy) |
|---|---|
| Package Base: | urn-lang-git |
| Description: | Yet another Lisp dialect which compiles to Lua |
| Upstream URL: | http://urn-lang.com/ |
| Keywords: | compiler lisp lua urn |
| Licenses: | BSD |
| Conflicts: | urn-git |
| Provides: | urn-lang |
| Submitter: | ryukinix |
| Maintainer: | ryukinix |
| Last Packager: | ryukinix |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-01-08 22:03 (UTC) |
| Last Updated: | 2018-01-08 22:03 (UTC) |
Dependencies (3)
- lua (pallene-luaAUR)
- luajit (luajit-2.1-lua52-gitAUR, luajit-clang-gitAUR, luajit-gitAUR, luajit-openrestyAUR) (optional) – readline support
- luarocks (luarocks-gitAUR) (optional) – readline or linenoise rock support
Latest Comments
pio commented on 2022-08-02 15:00 (UTC)
There are some incompatibility issues with current version of Lua. I get
bad argument #1 to 'randomseed1' (number has no integer representation)message. Seems to work with luajit, when I addLUA=luajitafter every "make" command in PKGBUILD, as inmake LUA=luajit QUIET=1 test.ryukinix commented on 2018-01-08 23:28 (UTC)
Yes, you can replace the /usr/bin/urn
luaforluajitand everything is fine :)I probably can make letter a way to pass this as LUA_BIN variable to be overwritten at a user calls the compiler or config a env variable like:
$ LUA_BIN=luajit urn ...
kress commented on 2018-01-08 22:22 (UTC) (edited on 2018-01-08 22:23 (UTC) by kress)
No way to use it with luajit instead of lua? It tried to install lua here...