huntlabs / hunt

A refined core library for D programming language. The module has concurrency / collections / event / io / logging / text / serialization and more.
Apache License 2.0
95 stars 15 forks source link

Provide a pkg-config file #72

Closed Cogitri closed 4 years ago

Cogitri commented 4 years ago

It'd be nice if it was possible to build a dynamic lib of hunt and discover it via pkg-config

zoujiaqing commented 4 years ago

It'd be nice if it was possible to build a dynamic lib of hunt and discover it via pkg-config

Thanks for your attention :)

We will use Meson to build the development library. The specific should be in the next version ( 1.5.0 or 2.0.0) .

Cogitri commented 4 years ago

Oh, that'd be nice. Can I help with meson? I happen to know it pretty well :)

zoujiaqing commented 4 years ago

@Cogitri Wow, that's a great honor. Can you submit a PR?

Cogitri commented 4 years ago

Sure. I'm currently at meetingcpp, I'll try to look into it at the weekend :)