opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/sexp"
bug-reports: "https://github.com/janestreet/sexp/issues"
dev-repo: "git+https://github.com/janestreet/sexp.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/sexp/index.html"
license: "MIT"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml"            {>= "4.08.0"}
  "async"            {>= "v0.14" & < "v0.15"}
  "core"             {>= "v0.14" & < "v0.15"}
  "core_kernel"      {>= "v0.14" & < "v0.15"}
  "csvfields"        {>= "v0.14" & < "v0.15"}
  "ppx_jane"         {>= "v0.14" & < "v0.15"}
  "re2"              {>= "v0.14" & < "v0.15"}
  "sexp_diff_kernel" {>= "v0.14" & < "v0.15"}
  "sexp_macro"       {>= "v0.14" & < "v0.15"}
  "sexp_pretty"      {>= "v0.14" & < "v0.15"}
  "sexp_select"      {>= "v0.14" & < "v0.15"}
  "sexplib"          {>= "v0.14" & < "v0.15"}
  "dune"             {>= "2.0.0"}
]
synopsis: "S-expression swiss knife"
description: "
A suite of tools for working with s-expressions from the command line.
It contains subcommands for pretty printing, querying, and modifying
sexps, as well as some conversions to and from other formats.
"
url {
  src: "https://ocaml.janestreet.com/ocaml-core/v0.14/files/sexp-v0.14.0.tar.gz"
  checksum: "md5=88a7673bc1e4fb9a12a97070bb88f9f7"
}
