opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/line-up-words"
bug-reports: "https://github.com/janestreet/line-up-words/issues"
dev-repo: "git+https://github.com/janestreet/line-up-words.git"
license: "Apache-2.0"
build: [
  ["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>= "4.04.1"}
  "core" {< "v0.15"}
  "core_extended" {< "v0.15"}
  "patience_diff" {< "v0.15"}
  "ppx_driver"
  "ppx_jane" {< "v0.15"}
  "re2" {< "v0.15"}
  "jbuilder" {>= "1.0+beta12"}
  "ocaml-migrate-parsetree" {>= "0.4" & < "2.0.0"}
  "pcre"
]
synopsis: "Align words in an intelligent way"
description: """
line-up-words is a small command line tool that tries to align words
in a sequence of lines in an intelligent way.

It comes as a binary and an emacs mode."""
url {
  src:
    "https://github.com/janestreet/line-up-words/releases/download/1.0.0/line-up-words-1.0.0.tbz"
  checksum: "md5=b822a598918060d5cbfdcea6fb7ac65b"
}
