this repo has no description
1opam-version: "2.0" 2synopsis: "Unix DHCP daemon" 3description: """\ 4charrua-unix is an _ISC-licensed_ Unix DHCP daemon based on 5[charrua](http://www.github.com/mirage/charrua).""" 6maintainer: "Christiano F. Haesbaert <haesbaert@haesbaert.org>" 7authors: "Christiano F. Haesbaert <haesbaert@haesbaert.org>" 8license: "ISC" 9homepage: "https://github.com/mirage/charrua" 10bug-reports: "https://github.com/mirage/charrua/issues" 11depends: [ 12 "dune" {>= "1.4.0"} 13 "ocaml" {>= "4.08.0"} 14 "lwt" {>= "3.0.0"} 15 "lwt_log" 16 "charrua" {= version} 17 "charrua-server" {= version} 18 "cstruct-unix" 19 "cmdliner" {>= "1.1.0"} 20 "rawlink-lwt" {>= "2.0"} 21 "tuntap" {>= "2.0.0"} 22 "mtime" {>= "2.0.0"} 23 "duration" 24 "cstruct-lwt" {>= "6.0.0"} 25 "ipaddr" {>= "5.1.0"} 26 "tcpip" {>= "7.0.0"} 27] 28build: [ 29 ["dune" "subst"] {dev} 30 ["dune" "build" "-p" name "-j" jobs] 31] 32dev-repo: "git+https://github.com/mirage/charrua.git" 33url { 34 src: 35 "https://github.com/mirage/charrua/releases/download/v1.6.0/charrua-1.6.0.tbz" 36 checksum: [ 37 "sha256=1f6f7c1211a45ebbbd56a78b12fdbceaa98efae97ac3bd6f4855da47a3a3ac34" 38 "sha512=6ea3cb92efca7c33ee9aa1411223bec9045ece9939657594ebc47ae93408c4d87e8b40812751fc86555061d91ccd338b3fbcfe6059e1dd770303329b5e527a96" 39 ] 40} 41x-commit-hash: "9967d56b92d0a578656414ca7c94df52a42b7dab"