Skip to content

Commit

Permalink
Remove core dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
alinpopa committed Jul 30, 2017
1 parent 49db6c3 commit ff037c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
((name tube)
(public_name tube)
(flags (:standard -warn-error A))
(libraries (core lwt))))
(libraries (lwt))))
3 changes: 1 addition & 2 deletions tube.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "1.2"
name: "tube"
version: "4.1"
version: "4.1.1"
maintainer: "[email protected]"
authors: ["Alin Popa"]
homepage: "https://github.com/alinpopa/tube"
Expand All @@ -15,7 +15,6 @@ build: [
]
depends: [
"jbuilder" {build & >= "1.0+beta10"}
"core"
"lwt"
]
descr: "
Expand Down

0 comments on commit ff037c2

Please sign in to comment.