cml 1.0.1
cml: ^1.0.1 copied to clipboard
CML(Context Mark Language)核心语法编解码的Dart实现。 CML是语义时代的Markdown,目标是让兼具人类可读和机器可运算特征的关系结构片段, 成为可大规模计算、任意传输、分布式存储的语义中间层。
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add cmlWith Flutter:
$ flutter pub add cmlThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
cml: ^1.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:cml/cml.dart';