ebisu_dlang 0.0.4 copy "ebisu_dlang: ^0.0.4" to clipboard
ebisu_dlang: ^0.0.4 copied to clipboard

Dart 1 only

A library that supports code generation of the D Programming Language

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ebisu_dlang

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

dependencies:
  ebisu_dlang: ^0.0.4

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ebisu_dlang/dlang_meta.dart';
import 'package:ebisu_dlang/templates/dlang_meta.dart';
import 'package:ebisu_dlang/templates/dlang_meta/src/constant.dart';
import 'package:ebisu_dlang/templates/dlang_meta/src/decls.dart';
import 'package:ebisu_dlang/templates/dlang_meta/src/enum_.dart';
import 'package:ebisu_dlang/templates/dlang_meta/src/module.dart';
import 'package:ebisu_dlang/templates/dlang_meta/src/struct.dart';
import 'package:ebisu_dlang/templates/dlang_meta/src/union.dart';
0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

A library that supports code generation of the D Programming Language

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ebisu, logging

More

Packages that depend on ebisu_dlang