Opam 104: Sharing Your Code
Learn how to set up OCaml development environments and publish packages using opam. The guide covers installing dependencies with flags like --deps-only, --with-test, --with-doc, and --with-dev-setup to create complete development switches. It explains using opam lock to freeze dependency versions for reproducible environments across teams. For publishing, it demonstrates using opam-publish to automatically submit packages to opam-repository via GitHub pull requests, including handling of version tags, checksums, and authentication tokens.