-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathapax.yml
40 lines (40 loc) · 1016 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
40
# General information
name: '@simatic-ax/io'
version: 0.0.0-placeholder
author: Siemens AG
# Description will be displayed in the apax extension
description: This library contains some classes to handle elementary data types as an object.
type: lib
#URL to the repository
repository:
type: git
url: https://github.com/simatic-ax/io
# Registry information, where the package will be published
registries:
'@simatic-ax': 'https://npm.pkg.github.com/'
# Environment variables
variables:
APAX_BUILD_ARGS:
- '--log Debug'
- --debug
targets:
- '1500'
- 'llvm'
# Install Setting
installStrategy: strict
apaxVersion: 3.2.1
# Dependencies
devDependencies:
'@ax/sdk': 2411.0.0
# "@simatic-ax/mocks": 0.1.3 TEMPORARY DIABLED BEACUSE OF DISABLED MOCKING FUNCTIONALITY
"@simatic-ax/snippetscollection": 1.0.0
dependencies:
"@ax/system-timer": ^8.0.7
"@ax/system-math": ^8.0.7
# Files, which will be shipped with the library
files:
- 'README.md'
- 'LICENSE.md'
- 'snippets'
- 'doc'
- 'src'