fast_json_example/knitpkg.yaml
2026-03-30 15:36:32 -03:00

37 lines
699 B
YAML

target: mql5
type: script
organization: douglasrechia
name: fast_json_example
version: 1.0.0
version_description: Initial creation
description: fast_json example
author: Douglas Rechia
license: MIT
keywords:
- fast-json
- json
- example
- showcase
include_mode: include
defines:
from_manifest:
MANIFEST_ORG: organization
MANIFEST_NAME: name
MANIFEST_TYPE: type
MANIFEST_TARGET: target
MANIFEST_AUTHOR: author
MANIFEST_DESCRIPTION: description
MANIFEST_VERSION: version
MANIFEST_LICENSE: license
extra:
MQL_STORE_VERSION: '1.0'
compile:
- src/fast_json_example.mq5
dependencies:
'@14134597/fast_json': ../fast_json