Skip to content

Commit

Permalink
Fix public project name.
Browse files Browse the repository at this point in the history
  • Loading branch information
etaque committed Jun 3, 2019
1 parent d7ae216 commit 000855b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build:
dune build @install

install-deps:
opam install --deps-only ./semver.opam
opam install --deps-only ./semver2.opam

test:
dune runtest
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(lang dune 1.2)
(name semver)
(name semver2)
2 changes: 1 addition & 1 deletion lib/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(library
(name semver)
(public_name semver)
(public_name semver2)
(libraries angstrom)
(inline_tests)
(preprocess (pps ppx_inline_test)))
2 changes: 1 addition & 1 deletion lib_test/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(executable
(name test_semver)
(libraries semver ounit yojson))
(libraries semver2 ounit yojson))

(alias
(name runtest)
Expand Down
2 changes: 1 addition & 1 deletion semver.opam → semver2.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ opam-version: "2.0"
name: "semver2"
version: "1.0.0"
maintainer: "[email protected]"
authors: ["Dividat Gmbh"]
authors: ["Dividat AG"]
synopsis: "Semantic version handling for OCaml"
license: "MIT"
homepage: "https://github.com/dividat/ocaml-semver"
Expand Down

0 comments on commit 000855b

Please sign in to comment.