Package Details: janet-lang-git 1.17.1.r3124.8b10a5fb-1

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, jpm
Submitter: GrayJack
Maintainer: GrayJack (tionis, Schnouki)
Last Packager: GrayJack
Votes: 5
Popularity: 0.041715
First Submitted: 2019-02-24 01:49 (UTC)
Last Updated: 2021-09-19 00:55 (UTC)

Dependencies (1)

Required by (5)

Sources (3)

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 offers

GrayJack 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:

could not find module jpm/cli:
    /usr/lib/janet/jpm/cli.jimage
    /usr/lib/janet/jpm/cli.janet
    /usr/lib/janet/jpm/cli/init.janet
    /usr/lib/janet/jpm/cli.so
  in require-1 [boot.janet] on line 2671, column 20
  in import* [boot.janet] on line 2710, column 15
  in _thunk [/usr/bin/jpm] (tailcall) on line 2, column 1

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:

4c4
< _pkgver=1.0.0dev
---
> _pkgver=0.5.1
6c6
< pkgver=1.0.0dev.r1145.232ea22
---
> pkgver=0.5.1.r1142.c7dc361
28c28
<     make PREFIX="/usr" CC=clang -j7
---
>     make PREFIX="${pkgdir}/usr" CC=clang -j7
34,37d33
<     make PREFIX="${pkgdir}/usr" docs
<     mkdir -p ${pkgdir}/usr/share/janet
<     cp -a examples ${pkgdir}/usr/share/janet
<     cp -a build/doc.html ${pkgdir}/usr/share/janet