Skip to content

Commit

Permalink
Update dune-project file
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremie Dimino <[email protected]>
  • Loading branch information
jeremiedimino committed Mar 31, 2021
1 parent f967336 commit 0be556c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
(authors
"Jane Street Group, LLC <[email protected]>"
"Jeremie Dimino <[email protected]>")
(source (github diml/pp))
(documentation "https://diml.github.io/pp/")
(source (github ocaml-dune/pp))
(documentation "https://ocaml-dune.github.io/pp/")

(generate_opam_files true)

(package
(name pp)
(depends
(ocaml (>= 4.04.0))
(ocaml (>= 4.08.0))
(ppx_expect :with-test))
(synopsis "Pretty-printing library")
(description "
Expand Down
2 changes: 1 addition & 1 deletion pp.opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ depends: [
"ppx_expect" {with-test}
]
build: [
["dune" "subst"] {dev}
["dune" "subst"] {pinned}
[
"dune"
"build"
Expand Down

0 comments on commit 0be556c

Please sign in to comment.