forked from 14134597/fast_json
21 lines
529 B
YAML
21 lines
529 B
YAML
|
|
target: mql5
|
||
|
|
type: package
|
||
|
|
|
||
|
|
organization: '14134597'
|
||
|
|
name: fast_json
|
||
|
|
version: 1.0.0
|
||
|
|
version_description: forked from 14134597/fast_json
|
||
|
|
|
||
|
|
# Search fields
|
||
|
|
description: High-Performance MQL5 JSON Library.
|
||
|
|
keywords: [ "json", "high-performance", "memory-efficiency", "tape-based" ]
|
||
|
|
author: Jonathan Pereira
|
||
|
|
license: MIT
|
||
|
|
|
||
|
|
compile:
|
||
|
|
- tests/TestBinanceBenchmark.mq5
|
||
|
|
- tests/TestJsonBenchmark.mq5
|
||
|
|
- tests/TestJsonBuilder.mq5
|
||
|
|
- tests/TestJsonHardening.mq5
|
||
|
|
- tests/TestJsonRealWorld.mq5
|
||
|
|
- tests/TestJsonScreenshot.mq5
|