expertdemo/knitpkg.yaml
2026-02-03 06:42:44 -03:00

27 lignes
602 o
YAML

target: mql5
type: expert
organization: douglasrechia
name: expertdemo
version: 1.0.0
version_description: Initial creation
# Search fields
description: KnitPkg for Metatrader - Expert Demo
keywords: ["showcase", "bars", "calc", "new-bar", "bar-watcher", "sma"]
author: Douglas Rechia
license: MIT
# Include mode resolution
include_mode: flat
# File to be flattened with all the dependencies for this project
entrypoints:
- src/KnitPkgExpertDemo.mqh
compile:
- src/KnitPkgExpertDemo.mq5
# Dependencies of the project
dependencies:
'@douglasrechia/calc': ^1.0.0