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 ["dune" "subst"] {dev} 12 ["dune" "build" "-p" name "-j" jobs] 13] 14 15depends: [ 16 "ocaml" {>= "4.04"} 17 "dune" {>= "1.4.0"} 18] 19 20synopsis: "RES - Library for resizable, contiguous datastructures" 21 22description: """ 23RES is a library containing resizable arrays, strings, and bitvectors.""" 24url { 25 src: "https://github.com/mmottl/res/releases/download/5.0.1/res-5.0.1.tbz" 26 checksum: [ 27 "sha256=ad2ac331005f9db580af62ee6a33f77ef78eb4ec0bc916ca3e46932ac9e8710e" 28 "md5=386f1d006ba898c5f806db551719aec7" 29 ] 30}