Re: newbe question

2021-05-12 Thread Development of GNU Guix and the GNU System distribution.
o, thank you. i haven't checked. this is a new file?
anyway, thank you for your message



May 11, 2021, 14:53 by bone.bab...@disroot.org:

> Adam Kandur via Development of GNU Guix and the GNU System distribution. 
> writes:
>
>> hi everyoone! is there any example of packed racket code?
>>
>
> The Guix repository has a file for racket packages
> `/gnu/packages/racket.scm`.  You can look at this file here
> https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/racket.scm
> or by cloning the git repository `git clone
> https://git.savannah.gnu.org/git/guix.git` and inspecting the files it
> contains locally.
>
> The way I found the location of this file was by running `guix search
> racket` and in the output I saw a package for racket and
> racket-minimal.  Then looking at the information on these packages there
> is a field labeled location.  Using racket minimal as an example it says
> "location:  gnu/packages/racket.scm:67:2".  The
> "gnu/packages/racket.scm" corresponds with the path of the file in the
> Guix repository.  There is even line and column information provided with 
> "67:2".
>




Re: newbe question

2021-05-11 Thread Bone Baboon
Adam Kandur via Development of GNU Guix and the GNU System distribution. writes:

> hi everyoone! is there any example of packed racket code?

The Guix repository has a file for racket packages
`/gnu/packages/racket.scm`.  You can look at this file here
https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/racket.scm
or by cloning the git repository `git clone
https://git.savannah.gnu.org/git/guix.git` and inspecting the files it
contains locally.

The way I found the location of this file was by running `guix search
racket` and in the output I saw a package for racket and
racket-minimal.  Then looking at the information on these packages there
is a field labeled location.  Using racket minimal as an example it says
"location:  gnu/packages/racket.scm:67:2".  The
"gnu/packages/racket.scm" corresponds with the path of the file in the
Guix repository.  There is even line and column information provided with 
"67:2".



newbe question

2021-05-11 Thread Development of GNU Guix and the GNU System distribution.
hi everyoone! is there any example of packed racket code?