calclibimp/knitpkg.yaml
2026-02-03 08:41:40 -03:00

23 Zeilen
492 B
YAML

target: mql5
type: library
organization: douglasrechia
name: calclibimp
version: 1.0.0
# Fields to search for package metadata
description: Simple library implementation to expose indicators calculations from @douglasrechia/calc
keywords: ["sma", "library", "indicator"]
author: Douglas Rechia
license: MIT
# Include mode resolution
include_mode: include
compile:
- src/CalcLibImp.mq5
# Dependencies of the project
dependencies:
bar: ^1.0.0
calc: ^1.0.0