Skip to content

Commit

Permalink
Merge pull request #155 from dra27/tweak-dune
Browse files Browse the repository at this point in the history
Remove dependency on bytes package
  • Loading branch information
rgrinberg committed Mar 4, 2018
2 parents 61b4a17 + 0d6a657 commit 5a1cb46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions lib/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
(library
((name re)
(synopsis "Pure OCaml regular expression library")
(public_name re)
(libraries (bytes))))
(public_name re)))
1 change: 0 additions & 1 deletion re.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ build-test: [["jbuilder" "runtest" "-p" name "-j" jobs]]

depends: [
"jbuilder" {build}
"base-bytes"
"ounit" {test}
]

Expand Down

0 comments on commit 5a1cb46

Please sign in to comment.