-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmos.yml
31 lines (24 loc) · 804 Bytes
/
mos.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
author: mamuesp
description: A bunch of ZIP based functions you may need ...
version: 0.1
libs_version: ${mos.version}
modules_version: ${mos.version}
mongoose_os_version: ${mos.version}
config_schema:
- ["zip_tools", "o", {title: "ZIP tools (tool collection) settings"}]
- ["zip_tools.enable", "b", true, {title: "Set tools active when initializing the library"}]
- ["zip_tools.data_path", "s", "", {title: "File system where eventually needed data is stored"}]
cdefs:
# Miniz is hungry for stack.
MGOS_TASK_STACK_SIZE_BYTES: 16384
sources:
- src
includes:
- include
tags:
- c
libs:
- origin: https://github.com/mongoose-os-libs/vfs-common
- origin: https://github.com/mongoose-os-libs/core
- origin: https://github.com/mongoose-os-libs/miniz
manifest_version: 2017-09-29