Search Criteria
Package Details: janet-lang-git 1.35.2.r4352.771956b5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/janet-lang-git.git (read-only, click to copy) |
---|---|
Package Base: | janet-lang-git |
Description: | A dynamic Lisp dialect and bytecode vm |
Upstream URL: | https://janet-lang.org/ |
Licenses: | MIT |
Conflicts: | janet-lang |
Provides: | janet, janet-lang, jpm |
Submitter: | GrayJack |
Maintainer: | GrayJack (tionis, Schnouki) |
Last Packager: | tionis |
Votes: | 5 |
Popularity: | 0.000524 |
First Submitted: | 2019-02-24 01:49 (UTC) |
Last Updated: | 2024-07-17 22:36 (UTC) |
Required by (9)
- bagatto (requires janet) (make)
- bagatto (requires janet) (optional)
- ec (requires janet) (make)
- janet-http (requires janet-lang)
- janet-jdn (requires janet-lang)
- janet-posix-spawn (requires janet-lang)
- janet-spork (requires janet-lang)
- janet-spork-git (requires janet)
- pantagruel (requires janet) (make)
Latest Comments
semi225599 commented on 2023-08-10 17:19 (UTC)
I believe the manpages for janet and jpm should be installed at /usr/share/man/man1 rather than where they are currently at /usr/share/man
Techcable commented on 2023-06-27 20:08 (UTC) (edited on 2023-06-27 20:11 (UTC) by Techcable)
This package should add
provides+=('janet-lang')
That is what
janet-lang-bin
offersGrayJack commented on 2021-08-12 11:22 (UTC)
I did push some changes. Can you try it?
lyhokia commented on 2021-08-12 02:15 (UTC)
This pkg build causes some problems:
GrayJack commented on 2020-03-02 17:21 (UTC) (edited on 2020-03-02 17:21 (UTC) by GrayJack)
Petrus7: I think it's fixed now.
Let me known for any new problems
petrus7 commented on 2019-05-14 11:27 (UTC) (edited on 2019-05-14 11:34 (UTC) by petrus7)
Hi, thanks for putting Janet up on AUR.
Since the default search path for modules set at compile time the PREFIX should be just "/usr" in build().
This is also true for the janet-lang package.
It would be nice to put the API doc and examples into /usr/share/janet.
Here is a patch: