-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 939 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: rsimsimd
Type: Package
Title: What the Package Does (Title Case)
Version: 0.1.0
Authors@R: c(
person("David", "Zimmermann-Kollenda", , "david_j_zimmermann@hotmail.com", role = c("aut", "cre")),
person("Ash", "Vardanian", role = "aut", comment = "simsimd Rust library"),
person("Authors of the dependency Rust crates", role = "aut", comment = "see AUTHORS file")
)
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
License: Apache License (>= 2)
URL: https://davzim.github.io/rsimsimd/, https://github.com/DavZim/rsimsimd/
BugReports: https://github.com/DavZim/rsimsimd/issues
SystemRequirements: Cargo (Rust's package manager), rustc >= 1.71.1
Encoding: UTF-8
LazyData: true
Config/rextendr/version: 0.3.1.9001
RoxygenNote: 7.3.2
Suggests:
bench,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/rsimsimd/MSRV: 1.71.1