Skip to content

Commit

Permalink
Merge pull request #130 from samoht/opam
Browse files Browse the repository at this point in the history
Import opam changes from opam-repo
  • Loading branch information
samoht authored Jul 3, 2017
2 parents 6dc755e + 735eaae commit 85393d7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
9 changes: 4 additions & 5 deletions protocol-9p-tool.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ bug-reports: "https://github.com/mirage/ocaml-9p/issues"
doc: "https://mirage.github.io/ocaml-9p/"

build: [
["jbuilder" "subst" "-p" name "--name" name] {pinned}
["jbuilder" "subst"] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"jbuilder" {build & >="1.0+beta7"}
"protocol-9p"
"protocol-9p-unix"
"jbuilder" {build & >= "1.0+beta10"}
"protocol-9p" {= "0.11.2"}
"protocol-9p-unix" {= "0.11.2"}
"base-bytes"
"rresult"
"logs" {>= "0.5.0"}
Expand All @@ -24,6 +24,5 @@ depends: [
"lambda-term"
"win-error"
"cmdliner"
"io-page"
]
available: [ocaml-version >= "4.03.0"]
5 changes: 3 additions & 2 deletions protocol-9p-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ bug-reports: "https://github.com/mirage/ocaml-9p/issues"
doc: "https://mirage.github.io/ocaml-9p/"

build: [
["jbuilder" "subst" "-p" name "--name" name] {pinned}
["jbuilder" "subst"] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"jbuilder" {build & >="1.0+beta7"}
"jbuilder" {build & >="1.0+beta10"}
"protocol-9p"
"base-bytes"
"cstruct" {>= "1.9.0"}
Expand All @@ -31,6 +31,7 @@ depends: [
"fmt"
"logs" {>= "0.5.0"}
"win-error"
"io-page-unix" {>= "2.0.0"}
"ppx_deriving" {build}
"ppx_sexp_conv" {build}
"ppx_tools" {build}
Expand Down
10 changes: 5 additions & 5 deletions protocol-9p.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ bug-reports: "https://github.com/mirage/ocaml-9p/issues"
doc: "https://mirage.github.io/ocaml-9p/"

build: [
["jbuilder" "subst" "-p" name "--name" name] {pinned}
["jbuilder" "subst"] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"jbuilder" {build & >="1.0+beta7"}
"jbuilder" {build & >= "1.0+beta10"}
"base-bytes"
"cstruct" {>= "1.9.0"}
"cstruct-lwt"
"sexplib" {> "113.00.00" }
"cstruct" {>= "3.0.0"}
"cstruct-lwt" {>= "3.0.0"}
"sexplib" {> "113.00.00"}
"result"
"rresult"
"mirage-flow-lwt"
Expand Down

0 comments on commit 85393d7

Please sign in to comment.