opam-version: "2.0"
synopsis: "Dual numbers library"
description: "This is an implementation of dual numbers in OCaml"
maintainer: ["drjdnielsen@gmail.com"]
authors: ["Jason D. Nielsen"]
license: "MIT"
homepage: "https://github.com/drjdn/ocaml_dual"
bug-reports: "https://github.com/drjdn/ocaml_dual/issues"
depends: [
  "dune" {>= "2.7"}
  "ocaml" {>= "4.07"}
  "ounit2" {with-test}
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/drjdn/ocaml_dual.git"
url {
  src: "https://github.com/drjdn/ocaml_dual/archive/0.1.0.tar.gz"
  checksum: [
    "md5=0d534396a533cbdebf089777bfe57cec"
    "sha512=1b184af2fe7b3f9d1c4a9fc7b8ec7e69dd32ae97618353a2da90c3e34b500b39186d7b23128a3da4534cc0a4b846efd01a7b38c9f0089f386241e0ecc4439852"
  ]
}
