Ravenports generated: 06 Jan 2024 17:04
[ravenports.git] / bucket_FD / R-fastmap
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               R-fastmap
4 VERSION=                1.1.1
5 KEYWORDS=               cran
6 VARIANTS=               standard
7 SDESC[standard]=        Fast Data Structures
8 HOMEPAGE=               https://r-lib.github.io/fastmap/
9 CONTACT=                CRAN_Automaton[cran@ironwolf.systems]
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            CRAN/src/contrib
13                         https://loki.dragonflybsd.org/cranfiles/
14 DISTFILE[1]=            fastmap_1.1.1.tar.gz:main
15 DIST_SUBDIR=            CRAN
16 DF_INDEX=               1
17 SPKGS[standard]=        single
18
19 OPTIONS_AVAILABLE=      none
20 OPTIONS_STANDARD=       none
21
22 USES=                   cran gmake
23
24 DISTNAME=               fastmap
25
26 GENERATED=              yes
27
28 INSTALL_REQ_TOOLCHAIN=  yes
29
30 [FILE:452:descriptions/desc.single]
31 fastmap: Fast Data Structures
32
33 Fast implementation of data structures, including a key-value store, stack,
34 and queue. Environments are commonly used as key-value stores in R, but
35 every time a new key is used, it is added to R's global symbol table,
36 causing a small amount of memory leakage. This can be problematic in cases
37 where many different keys are used. Fastmap avoids this memory leak issue
38 by implementing the map using data structures in C++.
39
40
41 [FILE:104:distinfo]
42 3623809dd016ae8abd235200ba7834effc4b916915a059deb76044137c5c7173        46412 CRAN/fastmap_1.1.1.tar.gz
43