Skip to content

Commit

Permalink
Merge pull request mirage#138 from yomimono/mirage-www
Browse files Browse the repository at this point in the history
apparently there's a mirage-www package? update its opam info.
  • Loading branch information
yomimono authored Sep 12, 2016
2 parents 7301c94 + e4fd298 commit df4d52f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/mirage-www/mirage-www.dev~mirage/descr
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Mirage website (written in Mirage)
MirageOS website (written with MirageOS)
30 changes: 17 additions & 13 deletions packages/mirage-www/mirage-www.dev~mirage/opam
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
opam-version: "1"
opam-version: "1.2"
maintainer: "anil@recoil.org"
build: [
[make "configure"]
[make "MODE=unix"]
[make "MODE=unix" "CFLAGS=--no-opam"]
]
depends: [
"mirage" {>= "1.2.0"}
"crunch" {>= "1.2.3"}
"fat-filesystem" {>= "0.9.0"}
"cow" {>= "0.9.0" }
"mirage" {>= "dev~mirage" }
"crunch" {>= "1.4.1"}
"fat-filesystem" {>= "0.11.0" }
"cow" {>= "2.0.0" }
"ssl"
"ipaddr"
"lwt" {>="2.4.3"}
"cstruct" {>="1.0.1"}
"cowabloga" {>= "0.0.7"}
"tcpip"
"lwt" {>="2.5.2"}
"cstruct" {>="2.0.0"}
"cowabloga" {>= "0.2.1" }
"xapi-rrd" {>= "0.12.0"}
"duration"
"ptime" {>= "0.8.2"}
"tcpip" {>= "dev~mirage"}
"mirage-http" {>= "1.1.0"}
"mirage-block-unix" {>= "1.2.0"}
"mirage-fs-unix" {>= "1.0.0"}
"mirage-console"
"mirage-console-unix" {>= "1.0.0"}
"cohttp" {>="0.12.0"}

]
ocaml-version: [>= "4.00.0"]
ocaml-version: [>= "4.02.3"]
dev-repo: "git://github.com/mirage/mirage-www"

0 comments on commit df4d52f

Please # to comment.