opam-version: "2.0"
synopsis: "Rich functionality for built-in and basic OCaml types"
maintainer: "Vincent Jacques <vincent@vincent-jacques.net>"
authors: "Vincent Jacques <vincent@vincent-jacques.net>"
license: "MIT"
homepage: "https://jacquev6.github.io/General/"
doc: "https://jacquev6.github.io/General/"
bug-reports: "http://github.com/jacquev6/General/issues/"
depends: [
  "ocaml" {>= "4.02.3" & < "4.08.0"}
  "dune"
  "js_of_ocaml-compiler" {with-test}
  "cppo" {build & >= "1.3.0"}
  "num"
]
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name] {with-test}
]
dev-repo: "git+https://github.com/jacquev6/General.git"
url {
  src: "https://github.com/jacquev6/General/archive/0.6.0.tar.gz"
  checksum: [
    "md5=1413435192734d7168026b33bd415481"
    "sha512=06ffef437509d75d4ae6cb66030b63f11223ce4bafb47c271180ee232bfabc70858621917aeddd8bc708ca8a77095e228e6efc018eafc1eea814ff7af1f95d0f"
  ]
}
