Skip to content

Commit

Permalink
fix the binary names to be the same as previous releases
Browse files Browse the repository at this point in the history
e.g. cohttp_server_lwt should be cohttp-server-lwt
  • Loading branch information
avsm committed Jul 12, 2017
1 parent ffa9889 commit 3443d9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
@@ -1,4 +1,4 @@
## v0.99.0
## v0.99.0 (2017-07-12)

Port build to jbuilder, and break up OPAM packages into multiple
independent packages instead of being optional dependencies against
Expand Down
2 changes: 1 addition & 1 deletion cohttp-async/bin/jbuild
Expand Up @@ -4,4 +4,4 @@
((names (cohttp_curl_async cohttp_server_async))
(package cohttp-async)
(libraries (cohttp-async cohttp_server fmt.tty))
(public_names (cohttp_curl_async cohttp_server_async))))
(public_names (cohttp-curl-async cohttp-server-async))))
2 changes: 1 addition & 1 deletion cohttp-lwt-unix/bin/jbuild
Expand Up @@ -4,4 +4,4 @@
((names (cohttp_curl_lwt cohttp_proxy_lwt cohttp_server_lwt))
(libraries (cohttp-lwt-unix cohttp_server cmdliner))
(package cohttp-lwt-unix)
(public_names (cohttp_curl_lwt cohttp_proxy_lwt cohttp_server_lwt))))
(public_names (cohttp-curl-lwt cohttp-proxy-lwt cohttp-server-lwt))))

0 comments on commit 3443d9c

Please sign in to comment.