time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

manifest.json (596B)


      1 {
      2 	"options": {},
      3 	"fields": [
      4 		{
      5 			"field": "src",
      6 			"resolve": true,
      7 			"relative": true
      8 		},
      9 		{
     10 			"field": "include",
     11 			"resolve": true,
     12 			"relative": true
     13 		},
     14 		{
     15 			"field": "libraries",
     16 			"resolve": false,
     17 			"relative": false
     18 		},
     19 		{
     20 			"field": "libpath",
     21 			"resolve": true,
     22 			"relative": false
     23 		}
     24 	],
     25 	"confs": [
     26 		{
     27 			"src": [
     28 				"./src/sminsorted.c"
     29 			],
     30 			"include": [
     31 				"./include"
     32 			],
     33 			"libraries": [
     34 				"-lm"
     35 			],
     36 			"libpath": [],
     37 			"dependencies": [
     38 				"@stdlib/math/base/assert/is-nanf",
     39 				"@stdlib/math/base/assert/is-negative-zerof"
     40 			]
     41 		}
     42 	]
     43 }