Remove dot-suffixed libs from dune-project

This commit is contained in:
Dmitrii Kovanikov 2023-04-05 15:24:15 +01:00
parent b009ba54c1
commit 3dd079475a
2 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@
(authors "Dmitrii Kovanikov")
(maintainers "Dmitrii Kovanikov")
(license LICENSE)
(license MPL-2.0)
(documentation https://url/to/documentation)
@ -23,9 +23,9 @@
dune
ANSITerminal
core
core_unix.command_unix
core_unix
ppx_assert
ppx_deriving.ord
ppx_deriving
ppx_inline_test
ppx_jane
)

View File

@ -4,7 +4,7 @@ synopsis: "Zero bullshit git"
description: "A CLI tool to use git without ceremony"
maintainer: ["Dmitrii Kovanikov"]
authors: ["Dmitrii Kovanikov"]
license: "LICENSE"
license: "MPL-2.0"
tags: ["cli" "tool" "git" "workflow"]
homepage: "https://github.com/chshersh/zbg"
doc: "https://url/to/documentation"
@ -14,9 +14,9 @@ depends: [
"dune" {>= "3.7"}
"ANSITerminal"
"core"
"core_unix.command_unix"
"core_unix"
"ppx_assert"
"ppx_deriving.ord"
"ppx_deriving"
"ppx_inline_test"
"ppx_jane"
"odoc" {with-doc}