this repo has no description

Package git-split.0.0.4

Changed files
+41
packages
git-split
git-split.0.0.4
+41
packages/git-split/git-split.0.0.4/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "A tool to split a git commit into multiple"
+
description:
+
"When one commit becomes too large and needs to be split up, the general git workflow that involves resetting the commit and then using interactive staging to generate multiple commits from it can be quite cumbersome. In addition to that, the git interactive staging tool's UX can be quite bad, therefore this tools aims to provide this functionality in a nicer way."
+
maintainer: ["Markus Loide <markusloide+github@gmail.com>"]
+
authors: ["Markus Loide <markusloide+github@gmail.com>"]
+
license: "Apache-2.0"
+
homepage: "https://github.com/Artamus/git-split"
+
bug-reports: "https://github.com/Artamus/git-split/issues"
+
depends: [
+
"ocaml" {>= "4.14"}
+
"dune" {>= "3.15"}
+
"re" {>= "1.10.3"}
+
"notty"
+
"ppx_deriving"
+
"alcotest" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/Artamus/git-split.git"
+
url {
+
src: "https://github.com/Artamus/git-split/archive/refs/tags/0.0.4.tar.gz"
+
checksum: [
+
"md5=457ad254b4c76aed9da5d979befb3897"
+
"sha512=2e28abbb4c27af1fa9b3c447d81680efc4c5fb70ee16843415f26eb83e4eb5b16d4bc24aca0f24a13a8180a8a8f44fc8fa4138b621630abd71dc62f8d5d35537"
+
]
+
}