[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
71/71: gnu: Add julia-measures.
From: |
guix-commits |
Subject: |
71/71: gnu: Add julia-measures. |
Date: |
Sun, 30 May 2021 05:57:51 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 9d6bf9a25364ea813ddf8c85674c4df5b269e4e5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun May 30 12:55:33 2021 +0300
gnu: Add julia-measures.
* gnu/packages/julia-xyz.scm (julia-measures): New variable.
---
gnu/packages/julia-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index bb394b0..19ba806 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1045,6 +1045,28 @@ that let you do deep transformations of code.")
TLS} and cryptography C library for Julia.")
(license license:expat)))
+(define-public julia-measures
+ (package
+ (name "julia-measures")
+ (version "0.3.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JuliaGraphics/Measures.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0j34psrdijnqqn9zv0r2sknr1p9q0mmbjvjhmjra37bb5fh2gk8l"))))
+ (build-system julia-build-system)
+ (home-page "https://github.com/JuliaGraphics/Measures.jl")
+ (synopsis "Unified measure and coordinates types")
+ (description "This library generalizes and unifies the notion of measures
+used in Compose, Compose3D, and Escher. It allows building up and representing
+expressions involving differing types of units that are then evaluated,
+resolving them into absolute units.")
+ (license license:expat)))
+
(define-public julia-msgpack
(package
(name "julia-msgpack")
- 55/71: gnu: Add julia-xorg-libxrandr-jll., (continued)
- 55/71: gnu: Add julia-xorg-libxrandr-jll., guix-commits, 2021/05/30
- 60/71: gnu: Add julia-xorg-xkbcomp-jll., guix-commits, 2021/05/30
- 61/71: gnu: Add julia-xorg-xkeyboard-config-jll., guix-commits, 2021/05/30
- 62/71: gnu: Add julia-xkbcommon-jll., guix-commits, 2021/05/30
- 63/71: gnu: Add julia-xorg-xcb-util-jll., guix-commits, 2021/05/30
- 65/71: gnu: Add julia-xorg-xcb-util-image-jll., guix-commits, 2021/05/30
- 68/71: gnu: Add julia-qt5base-jll., guix-commits, 2021/05/30
- 67/71: gnu: Add julia-xorg-xcb-util-renderutil-jll., guix-commits, 2021/05/30
- 69/71: gnu: Add julia-plotthemes., guix-commits, 2021/05/30
- 70/71: gnu: Add julia-splitapplycombine., guix-commits, 2021/05/30
- 71/71: gnu: Add julia-measures.,
guix-commits <=