Skip to content

Commit

Permalink
Add webmachine-examples opam to fix ocaml-ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist committed Aug 6, 2021
1 parent fc0eb63 commit db4eca7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions webmachine-examples.opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
opam-version: "2.0"
maintainer: "Spiros Eliopoulos <[email protected]>"
authors: [ "Spiros Eliopoulos <[email protected]>" ]
license: "BSD-3-clause"
homepage: "https://github.com/inhabitedtype/ocaml-webmachine"
dev-repo: "git+https://github.com/inhabitedtype/ocaml-webmachine.git"
bug-reports: "https://github.com/inhabitedtype/ocaml-webmachine/issues"
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"webmachine"
"async"
"core"
"cohttp-async"
"lwt"
"cohttp-lwt-unix"
]
synopsis: "Webmachine examples"
2 changes: 1 addition & 1 deletion webmachine.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ homepage: "https://github.com/inhabitedtype/ocaml-webmachine"
dev-repo: "git+https://github.com/inhabitedtype/ocaml-webmachine.git"
bug-reports: "https://github.com/inhabitedtype/ocaml-webmachine/issues"
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
Expand All @@ -17,6 +16,7 @@ depends: [
"dispatch" {>= "0.5.0"}
"dune" {>= "1.0"}
"ounit" {with-test & >= "1.0.2"}
"js_of_ocaml" {with-test}
"re" {>= "1.7.2"}
]
synopsis: "A REST toolkit for OCaml"
Expand Down

0 comments on commit db4eca7

Please sign in to comment.