-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapax.yml
More file actions
43 lines (41 loc) · 1.11 KB
/
apax.yml
File metadata and controls
43 lines (41 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
43
# General information
name: "@simatic-ax/string-builder"
version: 0.0.0-placeholder
author: Siemens AG
# Description will be displayed in the apax extension
description: Library to provide a string builder with a fluent interface for SIMATIC S7-1500.
type: lib
#URL to the repository
repository:
type: git
url: https://github.com/simatic-ax/string-builder
# Targets which will be compiled with 'apax build'
targets:
- "1500"
- "llvm"
# Registry information, to other npm-registries where Apax packages are located
registries:
'@simatic-ax': 'https://npm.pkg.github.com/'
# 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-strings": ^10.2.7
# Project variables
variables:
APAX_BUILD_ARGS:
- '--debug'
# Files, which will be shipped with the library
files:
- 'README.md'
- 'LICENSE.md'
- 'docs'
- 'bin'
- 'snippets'