[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53017] [PATCH 10/17] gnu: Add julia-scanbyte.
From: |
zimoun |
Subject: |
[bug#53017] [PATCH 10/17] gnu: Add julia-scanbyte. |
Date: |
Tue, 4 Jan 2022 23:47:48 +0100 |
* gnu/packages/julia-xyz.scm (julia-scanbyte): New variable.
---
gnu/packages/julia-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 4a3ca18666..524e5c3fb4 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -4357,6 +4357,29 @@ (define-public julia-sass
@code{libsass} library to compile scss and sass files to css.")
(license license:expat)))
+(define-public julia-scanbyte
+ (package
+ (name "julia-scanbyte")
+ (version "0.3")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jakobnissen/ScanByte.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0dqqa3d7c87358144pji6ik8xlki2hj0hkvjs72j5aypfms8rwn3"))))
+ (build-system julia-build-system)
+ (propagated-inputs
+ (list julia-simd))
+ (home-page "https://github.com/JuliaPackaging/Scratch.jl")
+ (synopsis "Find the first occurrence of set of bytes in a chunk of memory")
+ (description "This package finds the first occurrence of a byte or set of
+bytes in a chunk of memory. Think of it like a much faster version of
+@code{findfirst} that only iterates over bytes in memory.")
+ (license license:expat)))
+
(define-public julia-scratch
(package
(name "julia-scratch")
--
2.33.1
- [bug#53017] [PATCH 02/17] build: julia-build-system: Create 'Project.toml' file when missing., (continued)
- [bug#53017] [PATCH 02/17] build: julia-build-system: Create 'Project.toml' file when missing., zimoun, 2022/01/04
- [bug#53017] [PATCH 03/17] gnu: julia-zygote: Adjust style., zimoun, 2022/01/04
- [bug#53017] [PATCH 07/17] gnu: Add julia-indexablebitvectors., zimoun, 2022/01/04
- [bug#53017] [PATCH 08/17] gnu: Add julia-twiddle., zimoun, 2022/01/04
- [bug#53017] [PATCH 09/17] gnu: Add julia-simd., zimoun, 2022/01/04
- [bug#53017] [PATCH 14/17] gnu: Add julia-biosymbols., zimoun, 2022/01/04
- [bug#53017] [PATCH 17/17] gnu: Add julia-bioalignments., zimoun, 2022/01/04
- [bug#53017] [PATCH 04/17] gnu: julia-documentertools: Adjust style., zimoun, 2022/01/04
- [bug#53017] [PATCH 05/17] gnu: julia-documenter: Adjust style., zimoun, 2022/01/04
- [bug#53017] [PATCH 06/17] gnu: Add julia-biogenerics., zimoun, 2022/01/04
- [bug#53017] [PATCH 10/17] gnu: Add julia-scanbyte.,
zimoun <=
- [bug#53017] [PATCH 11/17] gnu: Add julia-automa., zimoun, 2022/01/04
- [bug#53017] [PATCH 12/17] gnu: Add julia-stringencodings., zimoun, 2022/01/04
- [bug#53017] [PATCH 13/17] gnu: Add julia-yaml., zimoun, 2022/01/04
- [bug#53017] [PATCH 16/17] gnu: Add julia-intervaltrees., zimoun, 2022/01/04
- [bug#53017] [PATCH 15/17] gnu: Add julia-biosequences., zimoun, 2022/01/04
- bug#53017: [PATCH 01/17] gnu: julia-xyz: Adjust style., Efraim Flashner, 2022/01/10