unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* How Do We Fish If It Loads?
@ 2022-10-28 21:52 jgart
  2022-10-29  1:30 ` Zhu Zihao
  0 siblings, 1 reply; 3+ messages in thread
From: jgart @ 2022-10-28 21:52 UTC (permalink / raw)
  To: Guix Devel

hi,

how do we package carp libraries for guix if it does this?

`(load "git@github.com:carpentry-org/time.carp@0.1.0")`

* https://github.com/carpentry-org/time#installation


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

* Re: How Do We Fish If It Loads?
  2022-10-28 21:52 How Do We Fish If It Loads? jgart
@ 2022-10-29  1:30 ` Zhu Zihao
  2022-10-29 20:59   ` jgart
  0 siblings, 1 reply; 3+ messages in thread
From: Zhu Zihao @ 2022-10-29  1:30 UTC (permalink / raw)
  To: jgart; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 601 bytes --]


It seems that there's no carp-lang packaged in Guix. So we have to
package it first.

And we should find out how the build system of Carp work.

OT: People will happier if you can elaborate the software you want to
package, e.g. describe what is Carp.

jgart <jgart@dismail.de> writes:

> hi,
>
> how do we package carp libraries for guix if it does this?
>
> `(load "git@github.com:carpentry-org/time.carp@0.1.0")`
>
> * https://github.com/carpentry-org/time#installation


-- 
Retrieve my PGP public key:

  gpg --recv-keys B3EBC086AB0EBC0F45E0B4D433DB374BCEE4D9DC

Zihao

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 255 bytes --]

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

* Re: How Do We Fish If It Loads?
  2022-10-29  1:30 ` Zhu Zihao
@ 2022-10-29 20:59   ` jgart
  0 siblings, 0 replies; 3+ messages in thread
From: jgart @ 2022-10-29 20:59 UTC (permalink / raw)
  To: Zhu Zihao; +Cc: guix-devel

On Sat, 29 Oct 2022 09:30:50 +0800 Zhu Zihao <all_but_last@163.com> wrote:
> 
> It seems that there's no carp-lang packaged in Guix. So we have to
> package it first.

Ya, I don't think that will be too hard. There's a nixpkgs definition
here that shows what will be required:

https://github.com/NixOS/nixpkgs/blob/nixos-22.05/pkgs/development/compilers/carp/default.nix#L4

> And we should find out how the build system of Carp work.

Yup!

> OT: People will happier if you can elaborate the software you want to
> package, e.g. describe what is Carp.

Carp is a lisp that handles memory management in a similar way to
Rust. Not many other langs like that.

all best,

jgart


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

end of thread, other threads:[~2022-10-29 21:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-28 21:52 How Do We Fish If It Loads? jgart
2022-10-29  1:30 ` Zhu Zihao
2022-10-29 20:59   ` jgart

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