Skip to content

Commit

Permalink
Merge pull request #798 from samoht/update-authors-and-maintainer
Browse files Browse the repository at this point in the history
Update authors/maintainers
  • Loading branch information
samoht committed Feb 23, 2023
2 parents 5c5a51e + 5dc9b48 commit 4a2f94a
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 58 deletions.
35 changes: 17 additions & 18 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,27 @@

(name mirageio)

(documentation "https://tmattio.github.io/mirageio/")
(documentation "https://mirage.github.io/mirage-www/")

(source
(github tmattio/mirageio))
(github mirage/mirage-www))

(license ISC)

(authors "Thibaut Mattio")

(maintainers "Thibaut Mattio")
(authors
"Anil Madhavapeddy"
"Amir Chaudhry"
"Thomas Gazagnaire"
"Richard Mortier"
"Hannes Mehnert"
"Mindy Preston"
"Lucas Pluvinage"
"Thomas Leonard"
"Dave Scott"
"Martin Keegan"
"Thibaut Mattio")

(maintainers "mirageos-devel@list.xenproject.org")

(generate_opam_files true)

Expand All @@ -29,20 +40,8 @@
mirage-clock-unix
mirage-unix
(tailwindcss :build)
(crunch :build)
(crunch (and :build (>= 3.1.0)))
(omd :build)
(yaml :build)
(fmt :build)
(ppx_deriving_yaml :build)))

(package
(name mirageio-bin)
(synopsis "Unix binary for the mirage.io website")
(description "Unix binary for the mirage.io website")
(depends
(ocaml (>= 4.08.0))
dune
mirageio
mirage-clock-unix
mirage-unix
(tcpip (>= 7.0.0))))
34 changes: 0 additions & 34 deletions mirageio-bin.opam

This file was deleted.

24 changes: 18 additions & 6 deletions mirageio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,24 @@
opam-version: "2.0"
synopsis: "Website infrastructure and content for mirage.io"
description: "Website infrastructure and content for mirage.io"
maintainer: ["Thibaut Mattio"]
authors: ["Thibaut Mattio"]
maintainer: ["mirageos-devel@list.xenproject.org"]
authors: [
"Anil Madhavapeddy"
"Amir Chaudhry"
"Thomas Gazagnaire"
"Richard Mortier"
"Hannes Mehnert"
"Mindy Preston"
"Lucas Pluvinage"
"Thomas Leonard"
"Dave Scott"
"Martin Keegan"
"Thibaut Mattio"
]
license: "ISC"
homepage: "https://github.com/tmattio/mirageio"
doc: "https://tmattio.github.io/mirageio/"
bug-reports: "https://github.com/tmattio/mirageio/issues"
homepage: "https://github.com/mirage/mirage-www"
doc: "https://mirage.github.io/mirage-www/"
bug-reports: "https://github.com/mirage/mirage-www/issues"
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.7"}
Expand Down Expand Up @@ -38,7 +50,7 @@ build: [
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/tmattio/mirageio.git"
dev-repo: "git+https://github.com/mirage/mirage-www.git"
pin-depends: [
["dream.dev" "git+https://github.com/TheLortex/dream.git#e8ba8e4c6c8689e0e568153fd908369fb8303d53"] # branch mirage-alpha4
["dream-mirage.dev" "git+https://github.com/TheLortex/dream.git#e8ba8e4c6c8689e0e568153fd908369fb8303d53"]
Expand Down

0 comments on commit 4a2f94a

Please sign in to comment.