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