Chris00 / ocaml-cairo

Binding to Cairo, a 2D Vector Graphics Library.
GNU Lesser General Public License v3.0
54 stars 8 forks source link

[archimedes] - Migrate off camlp4 #17

Closed XVilka closed 3 years ago

XVilka commented 5 years ago

Camlp4 release for OCaml 4.08 is the last release ever - see the official announcement. It is recommended to port the code to use ppx (extension points), or any external parser (like mehrir, sedlex, ocamllex, ansgtrom, etc).

http://opam.ocaml.org/packages/archimedes/archimedes.0.4.19/

Chris00 commented 5 years ago

In its current form, Archimedes will not be updated. Some separate modules such as Curve_sampling and Color_brewery are under development and Archimedes may at some point be rebuild on top of these.