this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27507 from Firobe/release-opam-monorepo-0.4.1

[new release] opam-monorepo (0.4.1)

authored by

Virgile Robles and committed by
GitHub
9cbfb395 ee9b9b0b

+37
+1
packages/mirage/mirage.4.5.0/opam
··· 19 19 20 20 depends: [ 21 21 "ocaml" {>= "4.08.0"} 22 + "ocaml" {with-test & < "5"} 22 23 "dune" {>= "2.9.0"} 23 24 "astring" 24 25 "cmdliner" {>= "1.2.0"}
+36
packages/opam-monorepo/opam-monorepo.0.4.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Assemble and manage fully vendored Dune repositories" 3 + description: """ 4 + The opam monorepo plugin provides a convenient interface to bridge the 5 + opam package manager with having a local copy of all the source 6 + code required to build a project using the dune build tool.""" 7 + maintainer: ["anil@recoil.org"] 8 + authors: [ 9 + "Anil Madhavapeddy" "Nathan Rebours" "Lucas Pluvinage" "Jules Aguillon" 10 + ] 11 + license: "ISC" 12 + homepage: "https://github.com/tarides/opam-monorepo" 13 + doc: "https://tarides.github.io/opam-monorepo" 14 + bug-reports: "https://github.com/tarides/opam-monorepo/issues" 15 + depends: [ 16 + "dune" {>= "3.6"} 17 + "ocaml" {>= "4.10.0"} 18 + "odoc" {with-doc} 19 + "conf-pkg-config" 20 + ] 21 + conflicts: [ 22 + "dune-build-info" {= "2.7.0" | = "2.7.1"} 23 + "dune-configurator" {= "2.7.0" | = "2.7.1"} 24 + ] 25 + dev-repo: "git+https://github.com/tarides/opam-monorepo.git" 26 + build: [ "dune" "build" "-p" name "-j" jobs "@install" "@test/lib/runtest" {with-test} ] 27 + flags: [ plugin ] 28 + url { 29 + src: 30 + "https://github.com/tarides/opam-monorepo/releases/download/0.4.1/opam-monorepo-0.4.1.tbz" 31 + checksum: [ 32 + "sha256=9a1839629f6c00d60f7c71f68b72cc8191a70c363ffc0efa97e19ed241f8ae57" 33 + "sha512=77b5047c83e921eaaada7ecb860d0181bdb0d3c5c501345cb2031f54120fe3c675228a715518510d91d8a0eaafb9c96dc2ca1f3e1a6007d439234b239b266b19" 34 + ] 35 + } 36 + x-commit-hash: "f6c3411793b8e597955318c7cab43974de4d3708"