guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#50490] [PATCH 0/5] Some julia packages


From: zimoun
Subject: [bug#50490] [PATCH 0/5] Some julia packages
Date: Mon, 27 Sep 2021 18:59:19 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hi Efraim,

On mer., 22 sept. 2021 at 15:13, Efraim Flashner <efraim@flashner.co.il> wrote:
> * gnu/packages/julia-xyz.scm (julia-ansicoloredprinters): New variable.
> ---
>  gnu/packages/julia-xyz.scm | 20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
>
> diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
> index 1038d3f80b..ec31d70531 100644
> --- a/gnu/packages/julia-xyz.scm
> +++ b/gnu/packages/julia-xyz.scm
> @@ -100,6 +100,26 @@ acts like @code{convert(T, x)}, but without the 
> restriction of returning a
>  be GPU compatible without throwing away the wrapper.")
>      (license license:expat)))
>
> +(define-public julia-ansicoloredprinters
> +  (package
> +    (name "julia-ansicoloredprinters")
> +    (version "0.0.1")
> +    (source
> +      (origin
> +        (method git-fetch)
> +        (uri (git-reference
> +               (url "https://github.com/JuliaDocs/ANSIColoredPrinters.jl";)
> +               (commit (string-append "v" version))))
> +        (file-name (git-file-name name version))
> +        (sha256
> +         (base32 "0dp5agljr0g50s5gn0pr70wrz01ggck6pb40ay3l4szhswq7mqzf"))))
> +    (build-system julia-build-system)
> +    (home-page "https://github.com/JuliaDocs/ANSIColoredPrinters.jl";)
> +    (synopsis "ANSI escape code translator")
> +    (description "@code{ANSIColoredPrinters.jl} converts a text qualified by
> +ANSI escape codes to another format.")
> +    (license license:expat)))

LGTM!

Cheers,
simon





reply via email to

[Prev in Thread] Current Thread [Next in Thread]