Skip to content

robert-ancell/dpkg.dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pub Package

Provides classes to extract Debian packages.

import 'package:dpkg/dpkg.dart';

void main(List<String> args) async {
  var f = DebBinaryFile(args.first);
  var control = await f.getControl();
  print('${control.package} ${control.version}');
  await f.close();
}

Contributing to dpkg.dart

We welcome contributions! See the contribution guide for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published