-
Notifications
You must be signed in to change notification settings - Fork 1
/
apax.yml
38 lines (38 loc) · 871 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
# General information
name: "@simatic-ax/dynamics"
version: 1.0.0
author: Siemens AG
# Description will be displayed in the apax extension
description: "Tools to work with dynamical systems"
type: lib
#URL to the repository
repository:
type: git
url: https://github.com/simatic-ax/dynamics
# 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
installStrategy: strict
apaxVersion: 3.2.1
# Dependencies
devDependencies:
"@ax/sdk": 2405.0.0
"@ax/axunit-runner-llvm-win-x64": 5.0.4
dependencies:
"@ax/simatic-1500-clocks": 7.0.4
"@ax/system-math": 7.0.17
# Files, which will be shipped with the library
files:
- 'README.md'
- 'LICENSE.md'
- 'doc'
- 'src'
- 'snippets'