errata
[phd-thesis.git] / top / lst / nitrile.yml
1 name: mtask-examples
2 url: https://gitlab.com/mtask/server
3 maintainer: Mart Lubbers
4 contact_email: mart@cs.ru.nl
5 description: mTask server side library
6 version: 1.0
7 license: BSD-2-Clause
8 type: Application
9
10 clm_options:
11 bytecode: prelinked
12 compiler: cocl-itasks
13 export_local_labels: true
14 fusion: GenericFusion
15 generate_descriptors: true
16 post_link: web-resource-collector
17 print_result: false
18 print_time: false
19 strip: false
20
21 # Dependencies
22 dependencies:
23 base: ^1.0
24 base-compiler-itasks: ^1.0
25 mtask-server: ^0.1
26 itasks: ^0.2.0
27
28 # Sources
29 src:
30 - .
31
32 build:
33 example:
34 script:
35 - clm:
36 main: example
37 target: ./example