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