jacob-carlborg / dstep

A tool for converting C and Objective-C headers to D modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generate module declaration

opened this issue · comments

They are required by some tools that won't work properly if not present.

There’s the —package flag. Does that help?

Yeah for the use case this works, but I suppose that an option to use the filename would be preferable in some cases, for example when the filename uses underscore as naming scheme.

So a way to specify the module name without the package name?

I suggest the feature at least. But Once again right now, for the stuff I converted, --package <name> works fine.

I’m just trying to understand what you’re suggesting 😊

let's say that this is okat. #226 is more a real issue.