+summary : Opam is a source-based package manager for OCaml
+description: |
+ Opam is a source-based package manager for OCaml. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.
+builddeps :
+ - ocaml
+rundeps :
+ - ocaml
+setup : |
+ %configure
+build : |
+ %make lib-ext
+ # Note: -j1 must currently be passed to force make to build serially. This doesn't impact build performance and dune executes builds in parallel.
+ # See the following github issue for more information: https://github.com/ocaml/opam/issues/3585
+ <Summary xml:lang="en">Opam is a source-based package manager for OCaml</Summary>
+ <Description xml:lang="en">Opam is a source-based package manager for OCaml. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.
+ <Summary xml:lang="en">Opam is a source-based package manager for OCaml</Summary>
+ <Description xml:lang="en">Opam is a source-based package manager for OCaml. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.