opam-version: "2.0"
maintainer:   ["Mindy Preston"]
authors   :   ["Mindy Preston"]
homepage:     "https://github.com/mirage/charrua-core"
bug-reports:  "https://github.com/mirage/charrua-core/issues"
dev-repo:     "git+https://github.com/mirage/charrua-core.git"
tags:         [ "org:mirage"]
doc:          "https://docs.mirage.io"

build: [
  ["jbuilder" "subst" "-n" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]

depends: [
  "jbuilder" {>= "1.0+beta9"}
  "ocaml" {>= "4.04.2"}
  "charrua-core" {>= "0.11.0" & < "0.12.0"}
  "charrua-client-lwt" {>= "0.11.0" & < "0.12.0"}
  "charrua-client" {>= "0.11.0" & < "0.12.0"}
  "cstruct" {>= "3.0.2"}
  "ipaddr"
  "rresult"
  "mirage-random" {>= "1.0.0" & < "2.0.0"}
  "mirage-clock" {< "3.0.0"}
  "duration"
  "logs"
  "tcpip" {>= "3.5.0" & < "3.6.0"}
  "fmt"
  "lwt"
  "mirage-types-lwt" {>= "3.0.0" & < "3.7.0"}
]
synopsis: "A DHCP client for MirageOS"
description: """
`charrua-client-mirage` exposes an additional `Dhcp_client_mirage` for direct use
with the [MirageOS library operating system](https://github.com/mirage/mirage).
"""
url {
archive: "https://github.com/mirage/charrua-core/releases/download/v0.11.0/charrua-core-0.11.0.tbz"
checksum: "f4bb1ac3d1443a576982eae49d0eb7d8"
}
