-
Notifications
You must be signed in to change notification settings - Fork 1
/
META6.json
51 lines (51 loc) · 1.35 KB
/
META6.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "Data::Generators",
"description": "Random data generation functions: strings, words, numbers, pet names, job titles, vectors, arrays, and tabular datasets.",
"version": "0.1.11",
"perl": "6.d",
"authors": [
"Anton Antonov"
],
"auth": "zef:antononcube",
"depends": [
"Math::SpecialFunctions:ver<0.1.0+>",
"Statistics::Distributions:ver<0.1.0+>"
],
"build-depends": [],
"test-depends": [],
"provides": {
"Data::Generators": "lib/Data/Generators.rakumod",
"Data::Generators::RandomFunctions": "lib/Data/Generators/RandomFunctions.rakumod",
"Data::Generators::RandomTabularDataset": "lib/Data/Generators/RandomTabularDataset.rakumod",
"Data::Generators::ResourceAccess": "lib/Data/Generators/ResourceAccess.rakumod"
},
"resources": [
"dfEnglishWords.csv",
"dfPetNameCounts.csv"
],
"license": "Artistic-2.0",
"tags": [
"data generators",
"data",
"dataset",
"generation",
"job titles",
"normal distribution",
"pet name",
"pet names",
"random data",
"random tables",
"random tabular data",
"random variate",
"random variates",
"random",
"statistical distributions",
"string",
"strings",
"tabular",
"uniform distribution",
"words"
],
"api": "1",
"source-url": "https://github.com/antononcube/Raku-Data-Generators.git"
}