this repo has no description
1opam-version: "2.0" 2maintainer: "Markus Mottl <markus.mottl@gmail.com>" 3authors: [ "Markus Mottl <markus.mottl@gmail.com>" ] 4license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 5homepage: "https://mmottl.github.io/res" 6doc: "https://mmottl.github.io/res/api" 7dev-repo: "git+https://github.com/mmottl/res.git" 8bug-reports: "https://github.com/mmottl/res/issues" 9 10build: [ 11 ["jbuilder" "subst" "-p" name] {dev} 12 ["jbuilder" "build" "-p" name "-j" jobs] 13] 14 15depends: [ 16 "ocaml" {>= "4.04"} 17 "jbuilder" {>= "1.0+beta10"} 18] 19synopsis: "RES - Library for resizable, contiguous datastructures" 20description: 21 "RES is a library containing resizable arrays, strings, and bitvectors." 22url { 23 src: "https://github.com/mmottl/res/releases/download/5.0.0/res-5.0.0.tbz" 24 checksum: [ 25 "sha256=0bcb6250b0eb790232d203263a211ff5813dda1c874ab26558378e3e1917aa67" 26 "md5=895530e42bc39b3502bba1d90d83dc8e" 27 ] 28}