All released Distributed Components OPAM packages live here.
To activate the repository:
opam repo add distributedcomponents http://opam.distributedcomponents.net
We use the tags field of the opam file as follows:
- strings beginning with
keyword:are considered askeywords - strings beginning with
category:are considered ascategories - a string beginning with
date:is the date the software was last updated (not the package)
Example:
tags: [ "keyword:cool" "keyword:stuff" "category:Some/Category" "date:1992-12-22" ]
Finally the homepage:, author:, maintainer: and doc: fields are
also used to generate the package entry.