this repo has no description
1opam-version: "2.0" 2license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 3maintainer: "opam-devel@lists.ocaml.org" 4authors: [ 5 "Vincent Bernardoff <vb@luminar.eu.org>" 6 "Raja Boujbel <raja.boujbel@ocamlpro.com>" 7 "Roberto Di Cosmo <roberto@dicosmo.org>" 8 "Thomas Gazagnaire <thomas@gazagnaire.org>" 9 "Louis Gesbert <louis.gesbert@ocamlpro.com>" 10 "Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>" 11 "Anil Madhavapeddy <anil@recoil.org>" 12 "Guillem Rieu <guillem.rieu@ocamlpro.com>" 13 "Ralf Treinen <ralf.treinen@pps.jussieu.fr>" 14 "Frederic Tuong <tuong@users.gforge.inria.fr>" 15] 16homepage: "https://opam.ocaml.org/" 17bug-reports: "https://github.com/ocaml/opam/issues" 18depends: [ 19 "ocaml" {>= "4.02.3"} 20 "opam-repository" {= "2.0.3"} 21 "dune" {>= "1.2.1"} 22] 23build: [ 24 ["./configure" "--disable-checks" "--prefix" prefix] 25 [make "%{name}%.install"] 26] 27dev-repo: "git+https://github.com/ocaml/opam.git" 28url { 29 src: "https://github.com/ocaml/opam/archive/2.0.3.tar.gz" 30 checksum: [ 31 "md5=e84acfd52f578505c16dc9d21c99d17c" 32 "sha512=a0db42f67a41d9ee5f4015a153fa9133ca6a33201f7db6b8b5562bccdda45f8af5032dc9c863bd3eaeef74ba4a3e4a099556faa3d01e66b6e5cf8ebdd52244fe" 33 ] 34} 35synopsis: "State library for opam 2.0" 36description:""" 37opam 2.0 development libraries 38 39Handling of the ~/.opam hierarchy, repository and switch states. 40""" 41build-env: [ 42 [CI = ""] 43]