Skip to content

Commit

Permalink
Merge pull request #26521 from Artamus/opam-publish-git-split.0.0.3
Browse files Browse the repository at this point in the history
Package git-split.0.0.3
  • Loading branch information
mseri authored Sep 10, 2024
2 parents dff9d3d + c186603 commit 01cc28a
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions packages/git-split/git-split.0.0.3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# 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 <[email protected]>"]
authors: ["Markus Loide <[email protected]>"]
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"
"notty"
"feather" {>= "0.3.0"}
"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.3.tar.gz"
checksum: [
"md5=e8e6c120eb26e68b28d66a6079007d0e"
"sha512=2240390189f8f4e829849de8be6556b365d2e9f1eb39c2c6038b506a33a0ac9236e784668df3ea33379465c904d1e261aec9a2b3e43925f341e06d370ddc6cc8"
]
}

0 comments on commit 01cc28a

Please sign in to comment.