this repo has no description
1opam-version: "2.0"
2synopsis: "An automatic refactoring tool for OCaml"
3description: """
4ROTOR is a tool for automatically carrying out refactoring on multi-file OCaml
5codebases. Currently, it supports renaming of value declarations.
6"""
7maintainer: "Reuben N. S. Rowe <reuben.rowe@cantab.net>"
8authors: [
9 "Reuben N. S. Rowe <reuben.rowe@cantab.net>"
10 "Hugo Férée <hugo.feree@gmail.com>"
11 ]
12homepage: "https://trustworthy-refactoring.gitlab.io/refactorer"
13bug-reports: "https://gitlab.com/trustworthy-refactoring/refactorer/issues"
14dev-repo: "git+https://gitlab.com/trustworthy-refactoring/refactorer.git"
15license: "MIT"
16depends: [
17 "cmdliner"
18 "cppo" { build }
19 "cppo_ocamlbuild" { build }
20 "containers" { >= "2.6" }
21 "ocaml" { >= "4.04" & < "4.09.0" }
22 "ocamlbuild" { build }
23 "ocamlfind"
24 "ocamlgraph" { >= "1.8.7" }
25 "logs" { >= "0.6.2" }
26 "pcre"
27 "mparser" { >= "1.2.3" }
28 "visitors"
29 ]
30depexts: [
31 "diffutils"
32 "patchutils"
33]
34build: [ make ]
35url {
36 src: "https://github.com/ocaml/opam-source-archives/raw/main/rotor-0.1.zip"
37 checksum: [
38 "md5=372ca9b6a7af2fdd99d5117d376870b4"
39 "sha512=6f5473951437a48bf9ae7a5d22a4283c02bed6a6e5c7bc02fc5f28dc5c28720f3e2c69f32a2a0c5b9447c2bc8c83746bb4de5b67909a98cc8921527582727063"
40 ]
41}