heapwolf / ldb

A C++ REPL / CLI for LevelDB
MIT License
201 stars 23 forks source link

include linenoise in deps/ ? #21

Closed jwerle closed 10 years ago

jwerle commented 10 years ago

Something I've been doing with some clibs is keeping there deps/ in my repo. It will allow a user who doesn't have clibs to use ldb without having to be dep'd on clibs :]

If a user types clib install hij1nx/ldb it will fetch linenoise anyways. If a user clones they will still be fine because linenoise is also there too !

What do you think ?

heapwolf commented 10 years ago

+1

ralphtheninja commented 10 years ago

Sounds good!

jwerle commented 10 years ago

woooot