forked from sglienke/DelphiAST
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVSoft.DelphiAST.dspec.yaml
More file actions
36 lines (31 loc) · 1.01 KB
/
VSoft.DelphiAST.dspec.yaml
File metadata and controls
36 lines (31 loc) · 1.01 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
---
#gnerated with dpmspec creator. comments will be lost when regenerated
# DPM package manifest file
min client version: 1.0
metadata:
id: VSoft.DelphiAST
version: 1.0.2
description: Abstract Syntax Tree Builder for Delphi - based on Stefan Glienke's fork on github
authors: [ Roman Yankovsky, Stefan Glienke ]
projectUrl: https://github.com/VSoftTechnologies/VSoft.YAML
repositoryUrl: https://github.com/VSoftTechnologies/VSoft.YAML
repositoryCommit: #HASH#
license: MPL-2.0
copyright: Roman Yankovsky and contributors
tags: [ AST, Parser, Lexer ]
readme: README.md
# define variable defaults - can be overriden in targetPlatforms
variables:
packageSource: Rad Studio $compilernoprefix$
targetPlatforms:
# use ranges to simplify the file
- compiler from: delphixe2
compiler to: delphi13.0
platforms: [ win32, win64 ]
templates:
- name: default
source:
- src: ./LICENSE
- src: ./Source/*.pas
- src: ./Source/SimpleParser/*.pas
- src: ./Source/SimpleParser/*.inc