unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* newbe question
@ 2021-05-10 23:16 Adam Kandur via Development of GNU Guix and the GNU System distribution.
  2021-05-11 11:53 ` Bone Baboon
  0 siblings, 1 reply; 3+ messages in thread
From: Adam Kandur via Development of GNU Guix and the GNU System distribution. @ 2021-05-10 23:16 UTC (permalink / raw)
  To: Guix Devel

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: newbe question
  2021-05-10 23:16 newbe question Adam Kandur via Development of GNU Guix and the GNU System distribution.
@ 2021-05-11 11:53 ` Bone Baboon
  2021-05-11 13:23   ` Adam Kandur via Development of GNU Guix and the GNU System distribution.
  0 siblings, 1 reply; 3+ messages in thread
From: Bone Baboon @ 2021-05-11 11:53 UTC (permalink / raw)
  To: Adam Kandur; +Cc: guix-devel

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".


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: newbe question
  2021-05-11 11:53 ` Bone Baboon
@ 2021-05-11 13:23   ` Adam Kandur via Development of GNU Guix and the GNU System distribution.
  0 siblings, 0 replies; 3+ messages in thread
From: Adam Kandur via Development of GNU Guix and the GNU System distribution. @ 2021-05-11 13:23 UTC (permalink / raw)
  To: Bone Baboon; +Cc: Guix Devel

ohhhh, thank you. i haven't checked. this is a new file?
anyway, thank you for your message



May 11, 2021, 14:53 by bone.baboon@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".
>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-12 22:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-10 23:16 newbe question Adam Kandur via Development of GNU Guix and the GNU System distribution.
2021-05-11 11:53 ` Bone Baboon
2021-05-11 13:23   ` Adam Kandur via Development of GNU Guix and the GNU System distribution.

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).