-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.json
More file actions
34 lines (34 loc) · 910 Bytes
/
meta.json
File metadata and controls
34 lines (34 loc) · 910 Bytes
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
{
"$schema": "https://dl.viam.dev/module.schema.json",
"module_id": "devrel:cube-sorter",
"visibility": "public",
"url": "https://github.com/viam-devrel/cube-sorter",
"description": "The business logic service for sorting cubes into bowls",
"models": [
{
"api": "rdk:service:generic",
"model": "devrel:cube-sorter:cube-sorter",
"short_description": "The business logic service for sorting cubes into bowls",
"markdown_link": "README.md#model-devrelcube-sortercube-sorter"
}
],
"applications": null,
"markdown_link": "README.md",
"entrypoint": "bin/cube-sorter",
"first_run": "",
"build": {
"build": "make module.tar.gz",
"setup": "make setup",
"path": "module.tar.gz",
"arch": [
"linux/amd64",
"linux/arm64",
"darwin/arm64",
"windows/amd64"
],
"darwin_deps": [
"nlopt-static",
"go"
]
}
}