opam-version: "2.0"
synopsis: "An automatic refactoring tool for OCaml"
description: """
ROTOR is a tool for automatically carrying out refactoring on multi-file OCaml
codebases. Currently, it supports renaming of value declarations.
"""
maintainer: "Reuben N. S. Rowe <reuben.rowe@cantab.net>"
authors: [ 
    "Reuben N. S. Rowe <reuben.rowe@cantab.net>"
    "Hugo Férée <hugo.feree@gmail.com>"
  ]
homepage: "https://trustworthy-refactoring.gitlab.io/refactorer"
bug-reports: "https://gitlab.com/trustworthy-refactoring/refactorer/issues"
dev-repo: "git+https://gitlab.com/trustworthy-refactoring/refactorer.git"
license: "MIT"
depends: [
    "cmdliner"
    "cppo" { build }
    "cppo_ocamlbuild" { build }
    "containers" { >= "2.6" }
    "ocaml" { >= "4.04" & < "4.09.0" }
    "ocamlbuild" { build }
    "ocamlfind"
    "ocamlgraph" { >= "1.8.7" }
    "logs" { >= "0.6.2" }
    "pcre"
    "mparser" { >= "1.2.3" }
    "visitors"
  ]
depexts: [
  "diffutils"
  "patchutils"
]
build: [ make ]
url {
  src:
    "https://gitlab.com/trustworthy-refactoring/refactorer/-/archive/0.1/refactorer-0.1.zip"
  checksum: [
    "md5=372ca9b6a7af2fdd99d5117d376870b4"
    "sha512=6f5473951437a48bf9ae7a5d22a4283c02bed6a6e5c7bc02fc5f28dc5c28720f3e2c69f32a2a0c5b9447c2bc8c83746bb4de5b67909a98cc8921527582727063"
  ]
}
