mirror of
https://github.com/chshersh/zbg.git
synced 2024-11-20 19:47:10 +03:00
Remove dot-suffixed libs from dune-project
This commit is contained in:
parent
b009ba54c1
commit
3dd079475a
@ -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
|
||||
)
|
||||
|
6
zbg.opam
6
zbg.opam
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user