-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapax.yml
45 lines (44 loc) · 1.15 KB
/
apax.yml
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
# General information
name: "@simatic-ax/mp-conveyorbelt"
version: 1.0.0
author: Siemens AG
# Description will be displayed in the apax extension
description: This package contains all of the mp-specialized conveyor belt data
type: lib
#URL to the repository
repository:
type: git
url: https://github.com/simatic-ax/mp-conveyorbelt
# Environment variables
variables:
APAX_BUILD_ARGS:
- '--debug'
targets:
- '1500'
- 'llvm'
# Dependencies
devDependencies:
'@ax/sdk': 2405.0.0
"@simatic-ax/snippetscollection": 1.0.0
"@simatic-ax/plcopen-snippets": 1.0.1
dependencies:
"@ax/system-timer": 7.0.17
"@simatic-ax/simple-control-modules": 6.0.0
"@simatic-ax/generators": 4.0.0
"@simatic-ax/dynamics": 2.0.0
"@ax/simatic-1500-clocks": 7.0.4
"@ax/system-math": 7.0.17
# Registry information, where the package will be published
registries:
'@simatic-ax': 'https://npm.pkg.github.com/'
# publicKeys:
# "@simatic-ax": "3792a7e926775425ccdd29ceed8c368c3008b5b33d7d5550b3cb1f58093e1dff"
# Files, which will be shipped with the library
files:
- 'README.md'
- 'LICENSE.md'
- 'docs'
- 'src'
- 'snippets'
installStrategy: strict
apaxVersion: 3.1.0