[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#47350] [PATCH v2 05/30] gnu: Add julia-reexport.
From: |
zimoun |
Subject: |
[bug#47350] [PATCH v2 05/30] gnu: Add julia-reexport. |
Date: |
Thu, 25 Mar 2021 02:04:53 +0100 |
* gnu/packages/julia-xyz.scm (julia-reexport): New variable.
---
gnu/packages/julia-xyz.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 6508fa52af..41acd06ee3 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -522,6 +522,25 @@ languages like Fortran.")
utilities for Julia.")
(license license:expat)))
+(define-public julia-reexport
+ (package
+ (name "julia-reexport")
+ (version "1.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/simonster/Reexport.jl")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1yhhja1zz6dy5f4fd19bdwd6jwgj7q4w3avzgyg1hjhmdl8jrh0s"))))
+ (build-system julia-build-system)
+ (home-page "https://github.com/simonster/Reexport.jl")
+ (synopsis "Re-export modules and symbols")
+ (description "This package provides tools to re-export modules and
symbols.")
+ (license license:expat)))
+
(define-public julia-uris
(package
(name "julia-uris")
--
2.28.0
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), (continued)
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), zimoun, 2021/03/24
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), Nicolò Balzarotti, 2021/03/25
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), zimoun, 2021/03/25
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), Nicolò Balzarotti, 2021/03/27
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), zimoun, 2021/03/27
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), Nicolò Balzarotti, 2021/03/27
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), zimoun, 2021/03/27
[bug#47350] [PATCH v2 01/30] build: julia-build-system: Turn on depreciation warnings., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 03/30] gnu: Add julia-macrotools., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 06/30] gnu: Add julia-irtools., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 05/30] gnu: Add julia-reexport.,
zimoun <=
- [bug#47350] [PATCH v2 08/30] gnu: Add julia-unitful., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 04/30] gnu: Add julia-nanmath., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 07/30] gnu: Add julia-staticarrays., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 11/30] gnu: Add julia-colors., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 13/30] gnu: Add julia-requires., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 16/30] gnu: Add julia-finitedifferences., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 02/30] gnu: Add julia-constructionbase., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 15/30] gnu: Add julia-richardson., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 12/30] gnu: Add julia-example., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 09/30] gnu: Add julia-abstractffts., zimoun, 2021/03/24