sma/knitpkg.yaml

35 lines
800 B
YAML
Raw Permalink Normal View History

2026-02-02 16:26:18 -03:00
target: mql5
type: indicator
2026-01-15 15:10:00 -03:00
organization: douglasrechia
2026-02-02 16:26:18 -03:00
name: sma
version: 1.0.2
version_description: Dependencies updated; using BuildInfo constants
2026-02-02 16:26:18 -03:00
# Registry search fields
description: KnitPkg for Metatrader - SMA Indicator Demo
keywords: [ "indicator", "sma", "showcase" ]
author: Douglas Rechia
2025-12-18 13:25:28 -03:00
license: MIT
# Include mode resolution
include_mode: flat
# File to be flattened with all the dependencies for this project
entrypoints:
2026-01-07 15:02:35 -03:00
- src/KnitPkgSMA.mqh
2025-12-18 13:25:28 -03:00
defines:
from_manifest:
MANIFEST_VERSION: version
MANIFEST_ORG: organization
MANIFEST_AUTHOR: author
MANIFEST_DESCRIPTION: description
MANIFEST_LICENSE: license
2025-12-18 13:25:28 -03:00
compile:
2026-01-07 15:02:35 -03:00
- src/KnitPkgSMA.mq5
2025-12-18 13:25:28 -03:00
# Dependencies of the project
dependencies:
2026-02-02 16:26:18 -03:00
'@douglasrechia/calc': ^1.0.0