this repo has no description
1opam-version: "2.0" 2maintainer: "thomas@gazagnaire.org" 3authors: "Thomas Gazagnaire" 4license: "ISC" 5homepage: "https://github.com/mirage/ocaml-mstruct" 6dev-repo: "git+https://github.com/mirage/ocaml-mstruct.git" 7bug-reports: "https://github.com/mirage/ocaml-mstruct/issues" 8 9build: [ 10 ["jbuilder" "subst" "-p" name] {dev} 11 ["jbuilder" "build" "-p" name "-j" jobs] 12 ["jbuilder" "runtest"] {with-test} 13] 14depends: [ 15 "ocaml" 16 "jbuilder" {>= "1.0+beta9"} 17 "cstruct" {>= "2.4.0" & < "6.1.0"} 18] 19synopsis: "A mutable interface to Cstruct buffers" 20description: """ 21Mutable [cstruct](https://github.com/mirage/ocaml-cstruct) buffers. 22 23```ocaml""" 24url { 25 src: 26 "https://github.com/mirage/ocaml-mstruct/releases/download/v1.4.0/mstruct-1.4.0.tbz" 27 checksum: [ 28 "sha256=532780f924295e13ab16c785f0bb48e1db34db5dcd0c1ecbd232c3413918cdae" 29 "md5=67382e1d5418f081f1455e03d5959b5f" 30 ] 31} 32flags: deprecated 33x-maintenance-intent: ["(none)"]