opam-version: "2.0"
synopsis: "Nmea parser"
description: "NMEA sentence parser library for OCaml"
maintainer: "Davide Gessa <gessadavide@gmail.com>"
authors: "Davide Gessa <gessadavide@gmail.com>"
license: "MIT"
homepage: "https://github.com/dakk/nmea"
bug-reports: "https://github.com/dakk/nmea/issues"
depends: [
  "ocaml" {>= "4.05.0"}
  "dune" {>= "2.5.0"}
  "menhir" {>= "20200211"}
  "ounit" {with-test & >= "2.0.8"}
  "odoc" {with-test & >= "1.3.0"}
]
build: ["dune" "build" "-p" name "-j" jobs]
dev-repo: "git+https://github.com/dakk/nmea.git"
url {
  src: "https://github.com/dakk/nmea/archive/v0.1.5.tar.gz"
  checksum: [
    "md5=a84ecb52034f5b2f7989d5bec78d3d90"
    "sha512=663f942c49ede25f6e8f0433e5d85d7b9450a21313de1a2fbd12b482ca21228337434fb13c7b145f690d5af986ef6ea2ae0ce06cc4f4666bd1985bdca9ec2de7"
  ]
}