https://github.com/distributedcomponents/opam-repository
Distributed Components package repository for OPAM
https://github.com/distributedcomponents/opam-repository
Last synced: about 1 month ago
JSON representation
Distributed Components package repository for OPAM
- Host: GitHub
- URL: https://github.com/distributedcomponents/opam-repository
- Owner: DistributedComponents
- Created: 2016-12-30T20:50:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-19T19:20:56.000Z (about 9 years ago)
- Last Synced: 2025-01-29T14:50:06.679Z (about 1 year ago)
- Size: 7.42 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Distributed Components OPAM repository
All released Distributed Components OPAM packages live here.
## Repository
To activate the repository:
```
opam repo add distributedcomponents http://opam.distributedcomponents.net
```
## OPAM metadata
We use the `tags` field of the `opam` file as follows:
1. strings beginning with `keyword:` are considered as `keywords`
2. strings beginning with `category:` are considered as `categories`
3. 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.