forio / Curl.jl

a Julia HTTP curl library
Other
11 stars 8 forks source link

Register as a package #2

Closed ViralBShah closed 11 years ago

ViralBShah commented 11 years ago

Given the interest in curl wrappers as dicussed here - https://groups.google.com/forum/?fromgroups=#!topic/julia-dev/ax9OVSBA_OE, can we register Curl.jl as a package in METADATA?

ViralBShah commented 11 years ago

Cc: @amitmurthy

adambom commented 11 years ago

That's cool with us. We just wanted to make sure it was ready before we submitted it.

It should be good to go. The only known issues are that we're still missing support for some HTTP verbs (put, options, patch...) and #1 which seems to happen on snow leopard.

We also need to figure out a way of bundling libcurl in case you don't have it.

pauladam commented 11 years ago

@ViralBShah Yea that would be great, do we need to do anything?

ViralBShah commented 11 years ago

You need to register it in METADATA by creating a pull request. I believe that libcurl is only a problem on Windows.

Even if it is work in progress, it is good to register it in METADATA, so that others can know about it and comment on design, contribute, etc.

adambom commented 11 years ago

Pull request sent.

ViralBShah commented 11 years ago

Thanks.