-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapax.yml
39 lines (39 loc) · 960 Bytes
/
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
# General information
name: '@simatic-ax/generators'
version: 0.0.0-placeholder
type: lib
# Description will be displayed in the apax extension
description: This library contains a collection of signal generators
#URL to the repository
repository:
type: git
url: https://github.com/simatic-ax/generators
# 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 settings
installStrategy: strict
apaxVersion: 3.2.1
# Dependencies
devDependencies:
"@ax/sdk": 2405.0.0
"@simatic-ax/snippetscollection": 1.0.0
dependencies:
"@simatic-ax/io": 6.0.0
"@ax/system-timer": 7.0.17
# Files which 'apax pack' will include
files:
- 'README.md'
- 'LICENSE.md'
- 'changelog.md'
- 'snippets'
- 'docs'
- 'src' # ship library as src-files
# - 'bin' # ship library as bin-files