opam-version: "2.0"
synopsis: "Jane Street C header files"
description: "C header files shared between the various Jane Street packages"
maintainer: "opensource@janestreet.com"
authors: "Jane Street Group, LLC <opensource@janestreet.com>"
license: "MIT"
homepage: "https://github.com/janestreet/jane-street-headers"
doc:
  "https://ocaml.janestreet.com/ocaml-core/latest/doc/jane-street-headers/index.html"
bug-reports: "https://github.com/janestreet/jane-street-headers/issues"
depends: [
  "ocaml" {>= "4.04.2"}
  "dune" {>= "1.5.1"}
]
build: ["dune" "build" "-p" name "-j" jobs]
dev-repo: "git+https://github.com/janestreet/jane-street-headers.git"
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/v0.12/files/jane-street-headers-v0.12.0.tar.gz"
  checksum: "md5=d939c1bcf9ae050c684e19c2ea069acb"
}
