-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathapax.yml
More file actions
42 lines (42 loc) · 1.11 KB
/
apax.yml
File metadata and controls
42 lines (42 loc) · 1.11 KB
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
# General information
name: "@simatic-ax/statemachine"
version: 0.0.0-placeholder
author: Siemens AG
# Description will be displayed in the apax extension
description: Library to create state machines according an OOP state pattern
# Workspace type library and target definition
type: lib
targets:
- '1500'
- 'llvm'
# URL to repository
repository:
type: git
url: https://github.com/simatic-ax/statemachine
# Registry information, where the package will be published
registries:
'@simatic-ax': 'https://npm.pkg.github.com/'
# Local variables
variables:
APAX_BUILD_ARGS:
- '--debug'
# Install settings
installStrategy: strict
# Dependencies
publicKeys:
"@simatic-ax":
"v1": "3792a7e926775425ccdd29ceed8c368c3008b5b33d7d5550b3cb1f58093e1dff"
"v2": "7af3e394eb2b285a3d99ab8e1f745cc6db75704b30a80393339c721a92ffffd9"
catalogs:
"@ax/simatic-ax": ^2510.0.0
devDependencies:
'@ax/sdk': ^2510.0.0
"@simatic-ax/snippetscollection": ^1.1.0
dependencies:
"@ax/system-timer": ^10.2.7
# Files, which will be shipped with the library
files:
- 'README.md'
- 'LICENSE.md'
- 'docs'
- 'bin' # ship library with binary