-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapax.yml
45 lines (45 loc) · 1.13 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/axftcmlib"
version: 0.0.0-placeholder
author: Siemens AG
# Description will be displayed in the apax extension
description: Basic control modules for fabric simulation for AX training purposes
type: lib
#URL to the repository
repository:
type: git
url: https://github.com/simatic-ax/axftcmlib
# Registry information, where the package will be published
registries:
'@simatic-ax': 'https://npm.pkg.github.com/'
# Environment variables
variables:
APAX_BUILD_ARGS:
- '--debug'
targets:
- '1500'
- 'llvm'
# Install Setting
apaxVersion: 3.2.1
# Dependencies
devDependencies:
'@ax/sdk': 2405.1.0
"@ax/axunitst": 5.2.6
"@simatic-ax/snippetscollection": 1.0.0
# Files, which will be shipped with the library
files:
- 'README.md'
- 'LICENSE.md'
- 'doc'
- 'src'
- 'snippets'
dependencies:
"@ax/simatic-1500-clocks": 7.0.4
"@simatic-ax/simple-control-modules": 6.1.0
"@simatic-ax/io": 6.1.0
"@ax/system-timer": 7.1.47
"@simatic-ax/commands": 1.0.0
"@simatic-ax/statemachine": 6.1.0
"@simatic-ax/types": ^1.0.0
# "@ax/simatic-1500-technology-objects": ^0.1.52
installStrategy: strict