dbuenzli / vg

Declarative 2D vector graphics for OCaml
http://erratique.ch/software/vg
ISC License
86 stars 12 forks source link

jsoo 3.0 #15

Closed meadofpoetry closed 6 years ago

meadofpoetry commented 6 years ago

At the moment Vg package conflicts with "js_of_ocaml" {>= "3.0"}. Could you upgrade the package to add jsoo.3.0 support please?

dbuenzli commented 6 years ago

It shouldn't be too hard, I think it's just that @hhugo changed the packaging structure in an undocumented manner which makes the build fail and I don't have the time to look into this at the moment. If you feel like giving it a look a PR would be welcome.

dbuenzli commented 6 years ago

The PR https://github.com/dbuenzli/vg/pull/16 doesn't work but it may be due to js_of_ocaml itself.

dbuenzli commented 6 years ago

Thanks to @Freyr666. This should be handled by https://github.com/ocaml/opam-repository/pull/10056