Binary package “libfieldslib-ocaml” in ubuntu focal

OCaml syntax extension that enables folding over record fields (runtime files)

 fieldslib is an OCaml syntax extension that can be used to define
 first class values representing record fields. On top of those
 values additional routines can then be automatically defined to:
 .
  - get and set record fields
  - iterate and fold over fields
  - create new record values
 .
 This package contains runtime files.