obj = ucl_parser_get_object(p);
rc = pkg_parse_manifest_ucl(pkg, obj, keys);
ucl_parser_free(p);
ucl_object_unref(obj);
free(data);
return (rc);