-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapax.yml
35 lines (35 loc) · 939 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
# General information
name: "@simatic-ax/types"
version: 0.0.0-placeholder
author: Siemens AG
# Description will be displayed in the apax extension
description: PLC data types which describe the data structure of the address spaces and the data records of peripheral / technology modules and communication standards like PROFIdrive drives
type: lib
#URL to the repository
repository:
type: git
url: https://github.com/simatic-ax/types
# 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': 2411.0.0
"@simatic-ax/snippetscollection": 1.0.0
# Files, which will be shipped with the library
files:
- 'README.md'
- 'LICENSE.md'
- 'doc'
- 'src'
- 'snippets'