[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")
- 12/93: gnu: Add texlive-compare., (continued)
- 12/93: gnu: Add texlive-compare., guix-commits, 2023/07/20
- 14/93: gnu: Add texlive-cweb-old., guix-commits, 2023/07/20
- 36/93: gnu: Add texlive-gtl., guix-commits, 2023/07/20
- 40/93: gnu: Add texlive-insbox., guix-commits, 2023/07/20
- 42/93: gnu: Add texlive-lambda-lists., guix-commits, 2023/07/20
- 45/93: gnu: Add texlive-letterspacing., guix-commits, 2023/07/20
- 48/93: gnu: Add texlive-midnight., guix-commits, 2023/07/20
- 57/93: gnu: Add texlive-pdf-trans., guix-commits, 2023/07/20
- 66/93: gnu: Add texlive-pwebmac., guix-commits, 2023/07/20
- 34/93: gnu: Add texlive-gobble., guix-commits, 2023/07/20
- 28/93: gnu: Add texlive-fltpoint.,
guix-commits <=
- 35/93: gnu: Add texlive-graphics-pln., guix-commits, 2023/07/20
- 41/93: gnu: Add texlive-js-misc., guix-commits, 2023/07/20
- 49/93: gnu: Add texlive-modulus., guix-commits, 2023/07/20
- 50/93: gnu: Add texlive-namedef., guix-commits, 2023/07/20
- 64/93: gnu: Add texlive-plstmary., guix-commits, 2023/07/20
- 54/93: gnu: Add texlive-olsak-misc., guix-commits, 2023/07/20
- 60/93: gnu: Add texlive-placeins-plain., guix-commits, 2023/07/20
- 33/93: gnu: Add texlive-gfnotation., guix-commits, 2023/07/20
- 38/93: gnu: Add texlive-hyplain., guix-commits, 2023/07/20
- 43/93: gnu: Add texlive-langcode., guix-commits, 2023/07/20