-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnitrile.yml
More file actions
43 lines (38 loc) · 853 Bytes
/
nitrile.yml
File metadata and controls
43 lines (38 loc) · 853 Bytes
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
format_version: 0.4.5
name: text-picker
description: Application to pick Biblical Hebrew texts that your students can handle.
type: Application
version: 0.1.0
license: AGPL-3.0-only
url: https://github.com/HebrewTools/TextPicker
maintainer: Camil Staps
contact_email: info@camilstaps.nl
src:
- src
dependencies:
itasks: ^0.16
bible-references: ^1.0
regex: ^2.0.1
text-fabric: ^0.2
clm_options:
fusion: GenericFusion
bytecode: prelinked
generate_descriptors: true
export_local_labels: true
strip: false
post_link: web-resource-collector
print_result: false
print_time: false
watch:
exclude:
- TextPicker-data/
- TextPicker-www/
rules:
linux and 32bit:
extra_build:
mbqs:
script:
- clm:
main: TextPicker
target: src/TextPicker.exe
heap: 512M