Skip to content

Commit

Permalink
Switch to dune
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas committed Jan 5, 2019
1 parent c21d9c2 commit 4efc11a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(lang dune 1.1)
7 changes: 7 additions & 0 deletions lib/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(library
(name websocketaf)
(public_name websocketaf)
(libraries
base64 angstrom faraday httpaf result)
(flags (:standard -safe-string)))

9 changes: 0 additions & 9 deletions lib/jbuild

This file was deleted.

8 changes: 4 additions & 4 deletions websocketaf.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ homepage: "https://github.com/inhabitedtype/websocketaf"
bug-reports: "https://github.com/inhabitedtype/websocketaf/issues"
dev-repo: "https://github.com/inhabitedtype/websocketaf.git"
build: [
["jbuilder" "subst"] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
]
build-test: [
["jbuilder" "runtest" "-p" name]
["dune" "runtest" "-p" name]
]
depends: [
"jbuilder" {build & >= "1.0+beta10"}
"dune" {build}
"base64"
"alcotest" {test}
"angstrom" {>= "0.7.0"}
Expand Down

0 comments on commit 4efc11a

Please sign in to comment.