cml 1.0.1 copy "cml: ^1.0.1" to clipboard
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 cml

With Flutter:

 $ flutter pub add cml

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  cml: ^1.0.1

Alternatively, 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';
0
likes
130
points
27
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

CML(Context Mark Language)核心语法编解码的Dart实现。 CML是语义时代的Markdown,目标是让兼具人类可读和机器可运算特征的关系结构片段, 成为可大规模计算、任意传输、分布式存储的语义中间层。

Homepage
Repository (GitHub)
View/report issues

Topics

#cml #semantic-markup #context-mark #markdown #semantic

License

MIT (license)

Dependencies

bs58, convert

More

Packages that depend on cml