this repo has no description

[new release] opam-monorepo (0.3.6)

CHANGES:

### Added

- Display warning when a package to be locked is missing a `dev-repo` field and
is being skipped because of it (tarides/opam-monorepo#341, tarides/opam-monorepo#362, @kit-ty-kate, @Leonidas-from-XIV)
- Add option `--keep-symlinked-dir` to preserve symlinks in `duniverse/`, which
can be useful for local development. (tarides/opam-monorepo#348, tarides/opam-monorepo#366, @hannesm,
@Leonidas-from-XIV)

### Changed

- Canonicalize the URLs of the OPAM `dev-repo` fields to be able to detect more
semantically equivalent URLs, this should reduce the risk of build failures
due to duplicate code pulled (tarides/opam-monorepo#118, tarides/opam-monorepo#365 @TheLortex, @Leonidas-from-XIV)

- Simple the error message printed when dependencies don't use dune as their
build system. The opam-0install diagnostic message is no longer printed in
this case and the message has been reformatted and reworded to make the
salient information easier to see. (tarides/opam-monorepo#384, @gridbugs)

### Fixed

- Error in case where multiple packages with different dev-repo fields would be
placed in the same duniverse directory (tarides/opam-monorepo#377, @gridbugs)

- Fix a failure when using opam-monorepo with an opam 2.2 root
(tarides/opam-monorepo#379, @kit-ty-kate)

- Fix assertion failure when prefix of "lock" subcommand is used (tarides/opam-monorepo#381,
@gridbugs)

- Treat packages without build commands as virtual only if also lack install
commands, as some non-virtual packages might only have install commands.
(tarides/opam-monorepo#376 @Leonidas-from-XIV, @gridbugs)

Changed files
+54
packages
opam-monorepo
opam-monorepo.0.3.6
+54
packages/opam-monorepo/opam-monorepo.0.3.6/opam
···
···
+
opam-version: "2.0"
+
synopsis: "Assemble and manage fully vendored Dune repositories"
+
description: """
+
The opam monorepo plugin provides a convenient interface to bridge the
+
opam package manager with having a local copy of all the source
+
code required to build a project using the dune build tool."""
+
maintainer: ["anil@recoil.org"]
+
authors: [
+
"Anil Madhavapeddy" "Nathan Rebours" "Lucas Pluvinage" "Jules Aguillon"
+
]
+
license: "ISC"
+
homepage: "https://github.com/tarides/opam-monorepo"
+
doc: "https://tarides.github.io/opam-monorepo"
+
bug-reports: "https://github.com/tarides/opam-monorepo/issues"
+
depends: [
+
"dune" {>= "3.6"}
+
"ocaml" {>= "4.10.0"}
+
"odoc" {with-doc}
+
]
+
conflicts: [
+
"dune-build-info" {= "2.7.0" | = "2.7.1"}
+
"dune-configurator" {= "2.7.0" | = "2.7.1"}
+
]
+
dev-repo: "git+https://github.com/tarides/opam-monorepo.git"
+
build: [ "dune" "build" "-p" name "-j" jobs "@install" "@test/lib/runtest" {with-test} ]
+
flags: [ plugin ]
+
depexts: [
+
["devel/pkgconf"] {os = "openbsd"}
+
["pkg-config"] {os-family = "debian"}
+
["pkg-config"] {os = "macos" & os-distribution = "homebrew"}
+
["pkgconf"] {os = "freebsd"}
+
["pkgconf"] {os-distribution = "alpine"}
+
["pkgconf"] {os-distribution = "arch"}
+
["pkgconf-pkg-config"] {os-distribution = "fedora"}
+
["pkgconf-pkg-config"] {os-distribution = "mageia"}
+
["pkgconf-pkg-config"] {os-distribution = "centos" & os-version >= "8"}
+
["pkgconf-pkg-config"] {os-distribution = "ol" & os-version >= "8"}
+
["pkgconf-pkg-config"] {os-distribution = "rhel" & os-version >= "8"}
+
["pkgconfig"] {os-distribution = "nixos"}
+
["pkgconfig"] {os = "macos" & os-distribution = "macports"}
+
["pkgconfig"] {os-distribution = "centos" & os-version <= "7"}
+
["pkgconfig"] {os-distribution = "ol" & os-version <= "7"}
+
["pkgconfig"] {os-distribution = "rhel" & os-version <= "7"}
+
["system:pkgconf"] {os = "win32" & os-distribution = "cygwinports"}
+
]
+
url {
+
src:
+
"https://github.com/tarides/opam-monorepo/releases/download/0.3.6/opam-monorepo-0.3.6.tbz"
+
checksum: [
+
"sha256=e79c3b380f6dd586a8615c84db3304020424c4553c13fa2bb621ac89c61ba107"
+
"sha512=8f76bcbd436aa30a41d43c242485be8289fe13f199bbcd3c850fe173da0fcfd8b13a9b8af15a6e004182933ab8e4b8dcfd9ed1a3bceecd902c00f5d72759a9a9"
+
]
+
}
+
x-commit-hash: "5123379521634540c7aba55440a0293dc763d7a6"