Skip to content

Commit 7f265a4

Browse files
authored
Add manifest.json for Erlang logpdf distribution
Signed-off-by: Kamal Singh Rautela <130351010+rautelaKamal@users.noreply.github.com>
1 parent 16884bf commit 7f265a4

1 file changed

Lines changed: 89 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/stats/base/dists/erlang/logpdf
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
{
2+
"options": {
3+
"task": "build",
4+
"wasm": false
5+
},
6+
"fields": [
7+
{
8+
"field": "src",
9+
"resolve": true,
10+
"relative": true
11+
},
12+
{
13+
"field": "include",
14+
"resolve": true,
15+
"relative": true
16+
},
17+
{
18+
"field": "libraries",
19+
"resolve": false,
20+
"relative": false
21+
},
22+
{
23+
"field": "libpath",
24+
"resolve": true,
25+
"relative": false
26+
}
27+
],
28+
"confs": [
29+
{
30+
"task": "build",
31+
"wasm": false,
32+
"src": [
33+
"./src/main.c"
34+
],
35+
"include": [
36+
"./include"
37+
],
38+
"libraries": [],
39+
"libpath": [],
40+
"dependencies": [
41+
"@stdlib/math/base/napi/ternary",
42+
"@stdlib/math/base/assert/is-nonnegative-integer",
43+
"@stdlib/math/base/assert/is-nan",
44+
"@stdlib/stats/base/dists/gamma/logpdf",
45+
"@stdlib/constants/float64/ninf",
46+
"@stdlib/constants/float64/pinf"
47+
]
48+
},
49+
{
50+
"task": "benchmark",
51+
"wasm": false,
52+
"src": [
53+
"./src/main.c"
54+
],
55+
"include": [
56+
"./include"
57+
],
58+
"libraries": [],
59+
"libpath": [],
60+
"dependencies": [
61+
"@stdlib/math/base/assert/is-nonnegative-integer",
62+
"@stdlib/math/base/assert/is-nan",
63+
"@stdlib/stats/base/dists/gamma/logpdf",
64+
"@stdlib/constants/float64/ninf",
65+
"@stdlib/constants/float64/pinf",
66+
"@stdlib/constants/float64/eps"
67+
]
68+
},
69+
{
70+
"task": "examples",
71+
"wasm": false,
72+
"src": [
73+
"./src/main.c"
74+
],
75+
"include": [
76+
"./include"
77+
],
78+
"libraries": [],
79+
"libpath": [],
80+
"dependencies": [
81+
"@stdlib/math/base/assert/is-nonnegative-integer",
82+
"@stdlib/math/base/assert/is-nan",
83+
"@stdlib/stats/base/dists/gamma/logpdf",
84+
"@stdlib/constants/float64/ninf",
85+
"@stdlib/constants/float64/pinf"
86+
]
87+
}
88+
]
89+
}

0 commit comments

Comments
 (0)