guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

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