package crs
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=e9f9f5ec5aea9658ed640aaa06f887985bb6870adcf7555ebf6d48bb741e4793
sha512=901ac1caae6c4103a320b4a3a177ca3aa0583ad533c54e7740aba6652ccdbd6311d07ab4b73e3ba750beed24f85479b5e1b0e94504ecfd0c59bd49cdabebc369
Description
The [crs] package provides libraries and a CLI to help manage code review comments embedded directly in source code using a specialized syntax.
With [crs] you can locate, parse, and manipulate these comments easily, and perform tasks such as systematically updating comments across multiple files, changing their priority, marking them as resolved, modifying reporter or assignee information, and more.
This tool can be used during development or integrated into your CI pipeline. For example, you can use [crs] to ensure no unresolved comments remain before merging a pull request or releasing a new version of your software.
Beyond its standalone functionality, [crs] is intended to serve as a sharable building block for more comprehensive code review systems and collaborative workflows.
The [crs] projects builds upon ideas from iron, a code review system built by Jane Street and released as open source in 2016-2017. We deeply appreciate Jane Street’s willingness to share iron, which has provided a valuable starting point for exploring and advancing these ideas.
Dependencies (28)
-
yojson-five
>= "2.1.1"
-
yojson
>= "2.1.1"
-
volgo-hg-unix
>= "0.0.18"
-
volgo-git-unix
>= "0.0.18"
-
volgo-base
>= "0.0.18"
-
volgo
>= "0.0.18"
-
stdio
>= "v0.17"
-
spawn
>= "v0.17"
-
re
>= "1.12.0"
-
ppxlib
>= "0.33"
-
ppx_yojson_conv
>= "v0.17"
-
ppx_sexp_value
>= "v0.17"
-
ppx_sexp_conv
>= "v0.17"
-
ppx_here
>= "v0.17"
-
ppx_hash
>= "v0.17"
-
ppx_enumerate
>= "v0.17"
-
ppx_compare
>= "v0.17"
-
pplumbing
>= "0.0.14"
-
pp
>= "2.0.0"
-
pageantty
>= "0.0.2"
-
loc
>= "0.2.2"
-
fpath-base
>= "0.3.1"
-
fpath
>= "0.7.3"
-
file-rewriter
>= "0.0.3"
-
cmdlang
>= "0.0.9"
-
base
>= "v0.17"
-
ocaml
>= "5.2" & < "5.4~"
-
dune
>= "3.17"
Dev Dependencies (1)
-
odoc
with-doc
Used by
None
Conflicts
None