https://github.com/mbarbin/opam-repository
An opam repository for publishing ocaml packages
https://github.com/mbarbin/opam-repository
ocaml opam packages releases
Last synced: 10 months ago
JSON representation
An opam repository for publishing ocaml packages
- Host: GitHub
- URL: https://github.com/mbarbin/opam-repository
- Owner: mbarbin
- Created: 2023-08-24T09:01:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-07T11:28:55.000Z (10 months ago)
- Last Synced: 2025-10-07T13:27:23.170Z (10 months ago)
- Topics: ocaml, opam, packages, releases
- Homepage:
- Size: 719 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# opam-repository
This repository is a package repository for the [opam package
manager](https://opam.ocaml.org).
To add it to the current opam switch, run:
```sh
opam repo add mbarbin https://github.com/mbarbin/opam-repository.git
```
The repo contains experimental packages that I do not intend to publish to the
main public opam repository. I also use this repo to learn more about opam.