hackwaly / ocamlearlybird

OCaml debug adapter
MIT License
208 stars 23 forks source link

Status of this project? #44

Closed jonahbeckford closed 1 year ago

jonahbeckford commented 1 year ago

From the outside looking in this project does not seem to be active. Which is sad because this was a great tool (thanks!!).

I'd love to include this tool in my Windows OCaml distribution but today that would be unwise because:

If it is really inactive would it be possible to take the steps to encourage others to contribute? IMHO that would be:

  1. Announcing on discuss.ocaml.org that you are looking for contributors
  2. Liberalizing the license to ISC/MIT/BSD3/Apache2 or assigning copyright to someone you trust who could (for example) grant open-source distributors like me an ongoing waiver for license incompatibility

I understand this is your code; whatever you decide, thanks for developing it! It has saved me several times.

hackwaly commented 1 year ago

I did change the license to MIT.

sim642 commented 1 year ago

Also for anyone seeing this and wondering, I've volunteered to help maintain and update earlybird because the OCaml ecosystem really needs such tool. I hope to soon release a version compatible with more recent OCaml releases and thus reviving this project to some extent.

sim642 commented 1 year ago

I did change the license to MIT.

All the source files still start with this GPL header comment: https://github.com/hackwaly/ocamlearlybird/blob/271bdd877ae285c06df1d4e90bc1d11dbdf83fb5/src/adapter/adapter.ml#L1-L16

I suppose all those could now be removed to avoid confusion about the licensing.