ebml 1.0.1 copy "ebml: ^1.0.1" to clipboard
ebml: ^1.0.1 copied to clipboard

An RFC 8749 compliant Extensible Binary Meta Language parser.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ebml

With Flutter:

 $ flutter pub add ebml

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

dependencies:
  ebml: ^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:ebml/ebml.dart';
0
likes
140
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

An RFC 8749 compliant Extensible Binary Meta Language parser.

Repository (GitHub)
View/report issues

Topics

#ebml #codec

Documentation

API reference

License

MIT (license)

Dependencies

collection, petitparser, xml

More

Packages that depend on ebml