Module External_libs

type library = {
  1. js_bundle : string;
  2. artifacts : string list;
}
val libraries : (string, library) Stdlib.Hashtbl.t