Parsing feeds
*
#
url
| : Feed_url.non_distro_feed | ; | |||
#
root
| : [ | `feed ] Element.t | ; | |||
#
name
| : string | ; | |||
#
implementations
| : 'a . ([> | `local_impl of Support.Common.filepath ] as 'a) Impl.t Support.Common.StringMap.t | ; | |||
#
imported_feeds
| : feed_import list | ; | |||
#
replacement
| : General.iface_uri option | ; | |||
#
package_implementations
| : ([ | `package_impl ] Element.t * Impl.properties) list | ; |