Skip to content

Commit

Permalink
add manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhijitRaut04 committed Nov 13, 2024
1 parent 0d34bb5 commit cbaa9a0
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions lib/node_modules/@stdlib/math/base/special/minmax/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"options": {
"task": "build"
},
"fields": [
{
"field": "src",
"resolve": true,
"relative": true
},
{
"field": "include",
"resolve": true,
"relative": true
},
{
"field": "libraries",
"resolve": false,
"relative": false
},
{
"field": "libpath",
"resolve": true,
"relative": false
}
],
"confs": [
{
"task": "build",
"src": [
"./src/main.c"
],
"include": [
"./include"
],
"libraries": [],
"libpath": [],
"dependencies": [
"@stdlib/math/base/napi/unary",
"@stdlib/math/base/special/minmax"
]
},
{
"task": "benchmark",
"src": [
"./src/main.c"
],
"include": [
"./include"
],
"libraries": [],
"libpath": [],
"dependencies": [
"@stdlib/math/base/special/minmax"
]
},
{
"task": "examples",
"src": [
"./src/main.c"
],
"include": [
"./include"
],
"libraries": [],
"libpath": [],
"dependencies": [
"@stdlib/math/base/special/minmax"
]
}
]
}

0 comments on commit cbaa9a0

Please sign in to comment.