guix-commits
[Top][All Lists]
Advanced

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

28/93: gnu: Add texlive-fltpoint.


From: guix-commits
Subject: 28/93: gnu: Add texlive-fltpoint.
Date: Thu, 20 Jul 2023 05:21:17 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f4e823f17c5d23957160dd100187e41ae51b77b3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:50:22 2023 +0200

    gnu: Add texlive-fltpoint.
    
    * gnu/packages/tex.scm (texlive-fltpoint): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b5ed30db9f..9fc2109abc 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2561,6 +2561,26 @@ referenced.")
 to apply to page dimensions.")
     (license license:public-domain)))
 
+(define-public texlive-fltpoint
+  (package
+    (name "texlive-fltpoint")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/fltpoint/"
+                   "source/generic/fltpoint/"
+                   "tex/generic/fltpoint/")
+             (base32
+              "0k85cyh39rxr3jrgyxcj1lrya5zss5da62pj7q8412naaklkhd7n")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/fltpoint";)
+    (synopsis "Simple floating point arithmetic")
+    (description
+     "The package provides simple floating point operations (addition,
+subtraction, multiplication, division and rounding).")
+    (license license:lppl1.2+)))
+
 (define-public texlive-fontools
   (package
     (name "texlive-fontools")



reply via email to

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