Skip to content

Commit

Permalink
Rename dune package piqi to piqic_ocaml
Browse files Browse the repository at this point in the history
This makes it more specific and hopefully less confusing
  • Loading branch information
alavrik committed Aug 3, 2022
1 parent 6f7b299 commit db66cb3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(lang dune 2.0)
(name piqi)

(package (name piqi))
(package (name piqic_ocaml))
(package (name piqirun))
4 changes: 2 additions & 2 deletions opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build: [
"dune"
"build"
"-p"
"piqi,piqirun"
"piqic_ocaml,piqirun"
"-j"
jobs
"@install"
Expand All @@ -29,5 +29,5 @@ build: [
]

install: [
["dune" "install" "-p" "piqi,piqirun"]
["dune" "install" "-p" "piqic_ocaml,piqirun"]
]
2 changes: 1 addition & 1 deletion piqic-ocaml/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(executable
(name piqic_ocaml)
(public_name piqic-ocaml)
(package piqi)
(package piqic_ocaml)
(libraries piqilib piqirun bytes stdlib-shims))

(rule
Expand Down

0 comments on commit db66cb3

Please sign in to comment.