What is happening to pythonlib?

From GitHub - janestreet/pythonlib: A library to help writing wrappers around ocaml code for python

This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

It seems like the project is being discontinued? Or is it that it’s going to be included into something different like ppx_python?

8 Likes

I was playing around with it and have made a fork, applied the outstanding PR to get it in order, and extended it a bit: auto-conversion of record types to dictionaries (once registered), single parameter type constructors (sort of) and a notebook going through the ppx_python examples.
see the readme for details.

2 Likes

the repo now supports registering parameterized types of up to 5 parameters (the limit in ppx_python).
so that’s across the supported type forms: standard variants and records.

we have a bunch of changes in our fork too: Commits · ahrefs/pythonlib · GitHub

Maybe @dkalinichenko would have some info?