roburio -> robur-coop
This commit is contained in:
parent
9ff1c6fd44
commit
31d1d569b1
25 changed files with 46 additions and 46 deletions
|
@ -1,9 +1,9 @@
|
|||
opam-version: "2.0"
|
||||
maintainer: "Hannes Mehnert <hannes@mehnert.org>"
|
||||
authors: ["Hannes Mehnert <hannes@mehnert.org>"]
|
||||
homepage: "https://github.com/roburio/albatross"
|
||||
dev-repo: "git+https://github.com/roburio/albatross.git"
|
||||
bug-reports: "https://github.com/roburio/albatross/issues"
|
||||
homepage: "https://github.com/robur-coop/albatross"
|
||||
dev-repo: "git+https://github.com/robur-coop/albatross.git"
|
||||
bug-reports: "https://github.com/robur-coop/albatross/issues"
|
||||
license: "ISC"
|
||||
|
||||
depends: [
|
||||
|
@ -58,5 +58,5 @@ pinned (`cpuset` / `taskset`) to a specific core.
|
|||
"""
|
||||
depexts: ["linux-headers"] {os-family = "alpine"}
|
||||
url {
|
||||
src: "git+https://github.com/roburio/albatross.git"
|
||||
src: "git+https://github.com/robur-coop/albatross.git"
|
||||
}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
opam-version: "2.0"
|
||||
maintainer: "Reynir Björnsson <reynir@reynir.dk>"
|
||||
authors: ["Reynir Björnsson <reynir@reynir.dk>"]
|
||||
homepage: "https://github.com/roburio/builder-web"
|
||||
dev-repo: "git+https://github.com/roburio/builder-web.git"
|
||||
bug-reports: "https://github.com/roburio/builder-web/issues"
|
||||
homepage: "https://github.com/robur-coop/builder-web"
|
||||
dev-repo: "git+https://github.com/robur-coop/builder-web.git"
|
||||
bug-reports: "https://github.com/robur-coop/builder-web/issues"
|
||||
license: "ISC"
|
||||
|
||||
build: [
|
||||
|
@ -57,7 +57,7 @@ depends: [
|
|||
|
||||
synopsis: "Web interface for builder"
|
||||
description: """
|
||||
Builder-web takes in submissions of builds, typically from [builder](https://github.com/roburio/builder/), and displays the produced artifacts in a way that makes it easy to compare checksums and build status.
|
||||
Builder-web takes in submissions of builds, typically from [builder](https://github.com/robur-coop/builder/), and displays the produced artifacts in a way that makes it easy to compare checksums and build status.
|
||||
Produced binaries can be downloaded and executed.
|
||||
[builds.robur.coop](https://builds.robur.coop/) itself runs builder-web.
|
||||
"""
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
opam-version: "2.0"
|
||||
maintainer: "Robur <team@robur.coop>"
|
||||
authors: ["Robur <team@robur.coop>"]
|
||||
homepage: "https://github.com/roburio/builder"
|
||||
dev-repo: "git+https://github.com/roburio/builder.git"
|
||||
bug-reports: "https://github.com/roburio/builder/issues"
|
||||
homepage: "https://github.com/robur-coop/builder"
|
||||
dev-repo: "git+https://github.com/robur-coop/builder.git"
|
||||
bug-reports: "https://github.com/robur-coop/builder/issues"
|
||||
license: "ISC"
|
||||
|
||||
depends: [
|
||||
|
@ -44,5 +44,5 @@ on the local file system or upload them to a remote server via http.
|
|||
See https://builds.robur.coop for the live web frontend (builder-web).
|
||||
"""
|
||||
url {
|
||||
src: "git+https://github.com/roburio/builder.git"
|
||||
src: "git+https://github.com/robur-coop/builder.git"
|
||||
}
|
||||
|
|
|
@ -7,11 +7,11 @@ authors: [
|
|||
"Stefanie Schirmer @linse"
|
||||
"Hannes Mehnert"
|
||||
]
|
||||
homepage: "https://github.com/roburio/caldav"
|
||||
bug-reports: "https://github.com/roburio/caldav/issues"
|
||||
dev-repo: "git+https://github.com/roburio/caldav.git"
|
||||
homepage: "https://github.com/robur-coop/caldav"
|
||||
bug-reports: "https://github.com/robur-coop/caldav/issues"
|
||||
dev-repo: "git+https://github.com/robur-coop/caldav.git"
|
||||
tags: ["org:mirage" "org:robur"]
|
||||
doc: "https://roburio.github.io/caldav/"
|
||||
doc: "https://robur-coop.github.io/caldav/"
|
||||
license: "ISC"
|
||||
|
||||
build: [
|
||||
|
@ -58,9 +58,9 @@ depends: [
|
|||
conflicts: [ "result" {< "1.5"} ]
|
||||
synopsis: "A CalDAV server"
|
||||
description: """
|
||||
A CalDAV server (RFC 4791). Supports everything from the roburio/icalendar
|
||||
A CalDAV server (RFC 4791). Supports everything from the robur-coop/icalendar
|
||||
library. Also includes a partial WebDAV implementation.
|
||||
"""
|
||||
url {
|
||||
src: "git+https://github.com/roburio/caldav.git"
|
||||
src: "git+https://github.com/robur-coop/caldav.git"
|
||||
}
|
||||
|
|
|
@ -67,4 +67,4 @@ x-opam-monorepo-opam-provided: ["mirage"
|
|||
"ocaml-solo5""opam-monorepo"
|
||||
"solo5"]
|
||||
|
||||
url { src: "git+https://github.com/roburio/caldav.git" }
|
||||
url { src: "git+https://github.com/robur-coop/caldav.git" }
|
||||
|
|
|
@ -70,4 +70,4 @@ x-opam-monorepo-opam-provided: ["mirage"
|
|||
"ocaml-solo5""opam-monorepo"
|
||||
"solo5"]
|
||||
|
||||
url { src: "git+https://github.com/roburio/caldav.git#future-le" }
|
||||
url { src: "git+https://github.com/robur-coop/caldav.git#future-le" }
|
||||
|
|
|
@ -69,4 +69,4 @@ x-opam-monorepo-opam-provided: ["mirage"
|
|||
"ocaml-solo5""opam-monorepo"
|
||||
"solo5"]
|
||||
|
||||
url { src: "git+https://github.com/roburio/caldav.git" }
|
||||
url { src: "git+https://github.com/robur-coop/caldav.git" }
|
||||
|
|
|
@ -68,4 +68,4 @@ x-opam-monorepo-opam-provided: ["mirage"
|
|||
"ocaml""ocaml-solo5""opam-monorepo"
|
||||
"solo5"]
|
||||
|
||||
url { src: "git+https://github.com/roburio/dns-letsencrypt-secondary.git" }
|
||||
url { src: "git+https://github.com/robur-coop/dns-letsencrypt-secondary.git" }
|
||||
|
|
|
@ -69,4 +69,4 @@ x-opam-monorepo-opam-provided: ["mirage"
|
|||
"ocaml-solo5""opam-monorepo"
|
||||
"solo5"]
|
||||
|
||||
url { src: "git+https://github.com/roburio/dns-letsencrypt-secondary.git" }
|
||||
url { src: "git+https://github.com/robur-coop/dns-letsencrypt-secondary.git" }
|
||||
|
|
|
@ -61,4 +61,4 @@ x-opam-monorepo-opam-provided: ["mirage"
|
|||
"ocaml-solo5""opam-monorepo"
|
||||
"solo5"]
|
||||
|
||||
url { src: "git+https://github.com/roburio/dns-primary-git.git" }
|
||||
url { src: "git+https://github.com/robur-coop/dns-primary-git.git" }
|
||||
|
|
|
@ -63,4 +63,4 @@ x-opam-monorepo-opam-provided: ["mirage"
|
|||
"ocaml-solo5""opam-monorepo"
|
||||
"solo5"]
|
||||
|
||||
url { src: "git+https://github.com/roburio/dns-primary-git.git" }
|
||||
url { src: "git+https://github.com/robur-coop/dns-primary-git.git" }
|
||||
|
|
|
@ -56,4 +56,4 @@ x-opam-monorepo-opam-provided: ["mirage"
|
|||
"ocaml""ocaml-solo5"
|
||||
"opam-monorepo""solo5"]
|
||||
|
||||
url { src: "git+https://github.com/roburio/dns-secondary.git" }
|
||||
url { src: "git+https://github.com/robur-coop/dns-secondary.git" }
|
||||
|
|
|
@ -57,4 +57,4 @@ x-opam-monorepo-opam-provided: ["mirage"
|
|||
"ocaml-solo5""opam-monorepo"
|
||||
"solo5"]
|
||||
|
||||
url { src: "git+https://github.com/roburio/dns-secondary.git" }
|
||||
url { src: "git+https://github.com/robur-coop/dns-secondary.git" }
|
||||
|
|
|
@ -61,4 +61,4 @@ x-opam-monorepo-opam-provided: ["mirage"
|
|||
"ocaml""ocaml-solo5"
|
||||
"opam-monorepo"]
|
||||
|
||||
url { src: "git+https://github.com/roburio/dnsvizor.git" }
|
||||
url { src: "git+https://github.com/robur-coop/dnsvizor.git" }
|
||||
|
|
|
@ -64,4 +64,4 @@ x-opam-monorepo-opam-provided: ["mirage"
|
|||
"ocaml""ocaml-solo5"
|
||||
"opam-monorepo""solo5"]
|
||||
|
||||
url { src: "git+https://github.com/roburio/dnsvizor.git" }
|
||||
url { src: "git+https://github.com/robur-coop/dnsvizor.git" }
|
||||
|
|
|
@ -59,4 +59,4 @@ x-opam-monorepo-opam-provided: ["mirage"
|
|||
"ocaml""ocaml-solo5""opam-monorepo"
|
||||
"solo5"]
|
||||
|
||||
url { src: "git+https://github.com/roburio/miragevpn.git" }
|
||||
url { src: "git+https://github.com/robur-coop/miragevpn.git" }
|
||||
|
|
|
@ -57,4 +57,4 @@ x-opam-monorepo-opam-provided: ["mirage"
|
|||
"ocaml""ocaml-solo5"
|
||||
"opam-monorepo""solo5"]
|
||||
|
||||
url { src: "git+https://github.com/roburio/tlstunnel.git" }
|
||||
url { src: "git+https://github.com/robur-coop/tlstunnel.git" }
|
||||
|
|
|
@ -58,4 +58,4 @@ x-opam-monorepo-opam-provided: ["mirage"
|
|||
"ocaml-solo5""opam-monorepo"
|
||||
"solo5"]
|
||||
|
||||
url { src: "git+https://github.com/roburio/tlstunnel.git" }
|
||||
url { src: "git+https://github.com/robur-coop/tlstunnel.git" }
|
||||
|
|
|
@ -54,4 +54,4 @@ x-opam-monorepo-opam-provided: ["mirage"
|
|||
"ocaml""ocaml-solo5""opam-monorepo"
|
||||
"solo5"]
|
||||
|
||||
url { src: "git+https://github.com/roburio/traceroute.git" }
|
||||
url { src: "git+https://github.com/robur-coop/traceroute.git" }
|
||||
|
|
|
@ -69,4 +69,4 @@ x-opam-monorepo-opam-provided: ["mirage"
|
|||
"ocaml-solo5""opam-monorepo"
|
||||
"solo5"]
|
||||
|
||||
url { src: "git+https://github.com/roburio/unipi.git" }
|
||||
url { src: "git+https://github.com/robur-coop/unipi.git" }
|
||||
|
|
|
@ -71,4 +71,4 @@ x-opam-monorepo-opam-provided: ["mirage"
|
|||
"ocaml-solo5""opam-monorepo"
|
||||
"solo5"]
|
||||
|
||||
url { src: "git+https://github.com/roburio/unipi.git" }
|
||||
url { src: "git+https://github.com/robur-coop/unipi.git" }
|
||||
|
|
|
@ -49,4 +49,4 @@ install: [
|
|||
[ "cp" "unipi.hvt" "%{prefix}%/unipi.hvt.debug" ]
|
||||
[ "cp" "README.md" "%{prefix}%/README.md" ]
|
||||
]
|
||||
url { src: "git+https://github.com/roburio/unipi.git#with-kv" }
|
||||
url { src: "git+https://github.com/robur-coop/unipi.git#with-kv" }
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
opam-version: "2.0"
|
||||
synopsis: "Library implementing the OpenVPN protocol and configuration format"
|
||||
homepage: "https://github.com/roburio/openvpn"
|
||||
dev-repo: "git+https://github.com/roburio/openvpn.git"
|
||||
bug-reports: "https://github.com/roburio/openvpn/issues"
|
||||
doc: "https://github.com/roburio/openvpn/doc"
|
||||
homepage: "https://github.com/robur-coop/openvpn"
|
||||
dev-repo: "git+https://github.com/robur-coop/openvpn.git"
|
||||
bug-reports: "https://github.com/robur-coop/openvpn/issues"
|
||||
doc: "https://github.com/robur-coop/openvpn/doc"
|
||||
author: ["robur"]
|
||||
maintainer: ["robur"]
|
||||
license: "AGPL"
|
||||
|
@ -60,5 +60,5 @@ depends: [
|
|||
"alcotest" {with-test}
|
||||
]
|
||||
url {
|
||||
src: "git+https://github.com/roburio/miragevpn.git"
|
||||
src: "git+https://github.com/robur-coop/miragevpn.git"
|
||||
}
|
||||
|
|
|
@ -31,5 +31,5 @@ build: [
|
|||
]
|
||||
dev-repo: "git+https://github.com/Drup/modulectomy.git"
|
||||
url {
|
||||
src: "git+https://github.com/roburio/modulectomy.git"
|
||||
src: "git+https://github.com/robur-coop/modulectomy.git"
|
||||
}
|
||||
|
|
|
@ -2,8 +2,8 @@ opam-version: "2.0"
|
|||
synopsis: "Check opam package reproducibility"
|
||||
maintainer: "Robur Team <team@robur.coop>"
|
||||
authors: [ "Raja Boujbel <rjbou@ocamlpro.com>" "Reynir Björnsson <reynir@reynir.dk" "Hannes Mehnert <hannes@mehnert.org>" ]
|
||||
homepage: "https://github.com/roburio/orb"
|
||||
bug-reports: "https://github.com/roburio/orb/issues"
|
||||
homepage: "https://github.com/robur-coop/orb"
|
||||
bug-reports: "https://github.com/robur-coop/orb/issues"
|
||||
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
|
||||
depends: [
|
||||
"ocaml" {>= "4.10.0" & < "5.0.0"}
|
||||
|
@ -22,7 +22,7 @@ build: [
|
|||
["sh" "-ex" "packaging/FreeBSD/create_package.sh"] {os = "freebsd"}
|
||||
["sh" "-ex" "packaging/debian/create_package.sh"] {os-family = "debian"}
|
||||
]
|
||||
dev-repo: "git+https://github.com/roburio/orb.git"
|
||||
dev-repo: "git+https://github.com/robur-coop/orb.git"
|
||||
url {
|
||||
src: "git+https://github.com/roburio/orb.git"
|
||||
src: "git+https://github.com/robur-coop/orb.git"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue