opam-version: "2.0"
maintainer: "Edgar Aroutiounian <edgar.factorial@gmail.com>"
authors: "Edgar Aroutiounian <edgar.factorial@gmail.com>"
homepage: "http://hyegar.com"
bug-reports: "https://github.com/fxfactorial/tallgeese/issues"
dev-repo: "git+https://github.com/fxfactorial/tallgeese.git"
license: "BSD-3-Clause"
build: [
  ["oasis" "setup"]
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["oasis" "setup"] {with-test}
  ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test}
  ["ocaml" "setup.ml" "-build"] {with-test}
  ["ocaml" "setup.ml" "-test"] {with-test}
]
install: ["ocaml" "setup.ml" "-install"]
remove: ["ocaml" "%{etc}%/tallgeese/_oasis_remove_.ml" "%{etc}%/tallgeese"]
depends: [
  "ocaml" {>= "4.02.3"}
  "oasis" {build & >= "0.4"}
  "ocamlfind" {build}
  "cmdliner" {build}
  "maxminddb" {build}
  "libssh" {build}
  "ocamlbuild" {build}
]
depexts: [["osx" "homebrew"] ["libmaxminddb"]]

available: os = "macos"
synopsis: "Enhanced SSH on OS X"
description: """
Enhanced SSH experience on OS X using native Cocoa tallgeese is an
OCaml/Objective-C application that makes the SSH experience more
enjoyable on OS X."""
extra-files: [
  ["tallgeese.install" "md5=0d1b822c897681cf54b3e1aed52dda99"]
  ["_oasis_remove_.ml" "md5=6100ca146fa97d2196eb49a2631d0796"]
]
url {
  src: "https://github.com/fxfactorial/tallgeese/archive/v0.1.tar.gz"
  checksum: "md5=502cff039de5c07289078f2455cff3b6"
}
