[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/79: gnu: Add go-github-com-abadojack-whatlanggo.
From: |
guix-commits |
Subject: |
04/79: gnu: Add go-github-com-abadojack-whatlanggo. |
Date: |
Sun, 21 Jul 2024 09:59:35 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 1ff5daf53b134fef0d3c35944f7106d0aa7db0c7
Author: Rodion Goritskov <rodion.goritskov@gmail.com>
AuthorDate: Wed Jul 3 23:22:31 2024 +0100
gnu: Add go-github-com-abadojack-whatlanggo.
* gnu/packages/golang-xyz.scm (go-github-com-abadojack-whatlanggo): New
variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I49a0d5c9d97ba9eb1279b75f5177966e800a2475
---
gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index ee2585c68d..f7e40550ff 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -373,6 +373,31 @@ Golang.")
substitution.")
(license license:expat)))
+(define-public go-github-com-abadojack-whatlanggo
+ (package
+ (name "go-github-com-abadojack-whatlanggo")
+ (version "1.0.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/abadojack/whatlanggo")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1pidd5dqvcnqjjka12h0clj3mmq0j3bpanf9153schsx85xz7mzx"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/abadojack/whatlanggo"))
+ (home-page "https://github.com/abadojack/whatlanggo")
+ (synopsis "Natural language detection library for Golang")
+ (description
+ "This package provides functionality for detecting natural languages and
+scripts (writing systems). Languages are represented by a defined list of
+constants, while scripts are represented by RangeTable.")
+ (license license:expat)))
+
(define-public go-github-com-adrg-strutil
(package
(name "go-github-com-adrg-strutil")
- branch gnome-team created (now ff35d24f2b), guix-commits, 2024/07/21
- 02/79: gnu: Add go-github-com-google-go-tpm., guix-commits, 2024/07/21
- 32/79: gnu: nano: Update to 8.1., guix-commits, 2024/07/21
- 18/79: gnu: python-dolfin-adjoint: Adjust package style., guix-commits, 2024/07/21
- 26/79: gnu: python-typed-ast: Make the 'check' phase respect #:tests?., guix-commits, 2024/07/21
- 08/79: gnu: miniflux: Update to 2.1.4., guix-commits, 2024/07/21
- 24/79: gnu: python-sacn: Enable tests., guix-commits, 2024/07/21
- 29/79: gnu: python-pytelegrambotapi: Use new style., guix-commits, 2024/07/21
- 33/79: build-system/composer: Do not try to delete-duplicates., guix-commits, 2024/07/21
- 04/79: gnu: Add go-github-com-abadojack-whatlanggo.,
guix-commits <=
- 48/79: gnu: libvirt-glib: Update to 5.0.0., guix-commits, 2024/07/21
- 23/79: gnu: Add python-sacn., guix-commits, 2024/07/21
- 19/79: gnu: python-dolfin-adjoint: Swap to pyproject-build-system., guix-commits, 2024/07/21
- 12/79: gnu: xnnpack: Fix supported systems., guix-commits, 2024/07/21
- 01/79: gnu: go-github-com-andybalholm-brotli: Update to 1.1.0., guix-commits, 2024/07/21
- 03/79: gnu: Add go-github-com-x448-float16., guix-commits, 2024/07/21
- 05/79: gnu: Add go-github-com-fxamacker-cbor-v2., guix-commits, 2024/07/21
- 07/79: gnu: Add go-github-com-go-webauthn-webauthn., guix-commits, 2024/07/21
- 30/79: gnu: python-pytelegrambotapi: Update to 4.21.0., guix-commits, 2024/07/21
- 20/79: gnu: python-dolfin-adjoint: Disable failing tests, fix build., guix-commits, 2024/07/21