this repo has no description
1opam-version: "2.0" 2maintainer: ["Mindy Preston"] 3authors : ["Mindy Preston"] 4homepage: "https://github.com/mirage/charrua-core" 5bug-reports: "https://github.com/mirage/charrua-core/issues" 6dev-repo: "git+https://github.com/mirage/charrua-core.git" 7tags: [ "org:mirage"] 8doc: "https://docs.mirage.io" 9 10build: [ 11 ["jbuilder" "subst" "-n" name] {dev} 12 ["jbuilder" "build" "-p" name "-j" jobs] 13] 14 15depends: [ 16 "jbuilder" {>= "1.0+beta9"} 17 "ocaml" {>= "4.04.2"} 18 "charrua-core" {>= "0.11.0" & < "0.12.0"} 19 "charrua-client-lwt" {>= "0.11.0" & < "0.12.0"} 20 "charrua-client" {>= "0.11.0" & < "0.12.0"} 21 "cstruct" {>= "3.0.2"} 22 "ipaddr" 23 "rresult" 24 "mirage-random" {>= "1.0.0" & < "2.0.0"} 25 "mirage-clock" {< "3.0.0"} 26 "duration" 27 "logs" 28 "tcpip" {>= "3.5.0" & < "3.6.0"} 29 "fmt" 30 "lwt" 31 "mirage-types-lwt" {>= "3.0.0" & < "3.7.0"} 32] 33synopsis: "A DHCP client for MirageOS" 34description: """ 35`charrua-client-mirage` exposes an additional `Dhcp_client_mirage` for direct use 36with the [MirageOS library operating system](https://github.com/mirage/mirage). 37""" 38url { 39 src: 40 "https://github.com/mirage/charrua-core/releases/download/v0.11.0/charrua-core-0.11.0.tbz" 41 checksum: [ 42 "sha256=74357da2ada057059592196594cf87d0514d09de15fe86ae321074726e07a876" 43 "md5=f4bb1ac3d1443a576982eae49d0eb7d8" 44 ] 45} 46available: opam-version >= "2.2.0" 47flags: deprecated