dlang-community / drepl

A REPL for D
Boost Software License 1.0
78 stars 20 forks source link

Register on code.dlang.org #51

Closed wilzbach closed 7 years ago

wilzbach commented 8 years ago

@MartinNowak do you want to register drepl on dub, s.t. ideally it's just:

dub run drepl
wilzbach commented 8 years ago

I guess currently the biggest problem is to bootstrap / install the C library? Is there a nice way to handle that? (see also https://github.com/dlang/dub/issues/852)

MartinNowak commented 8 years ago

At best replacing it with a D library, at worst shipping object files with drepl.

MartinNowak commented 7 years ago

It works w/ a system wide installation of liblinenoise available on most distributions. So we just need to document that and maybe detect missing libs in the dub file (or can dub already do that)?

wilzbach commented 7 years ago

https://code.dlang.org/packages/drepl