this repo has no description
1opam-version: "2.0" 2synopsis: "RES - Library for resizable, contiguous datastructures" 3description: 4 "RES is a library containing resizable arrays, strings, and bitvectors." 5maintainer: ["Markus Mottl <markus.mottl@gmail.com>"] 6authors: ["Markus Mottl <markus.mottl@gmail.com>"] 7license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 8homepage: "https://mmottl.github.io/res" 9doc: "https://mmottl.github.io/res/api" 10bug-reports: "https://github.com/mmottl/res/issues" 11depends: [ 12 "dune" {>= "2.7"} 13 "ocaml" {>= "4.08"} 14 "odoc" {with-doc} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30dev-repo: "git+https://github.com/mmottl/res.git" 31url { 32 src: "https://github.com/mmottl/res/releases/download/5.0.2/res-5.0.2.tbz" 33 checksum: [ 34 "sha256=850c51113098c72ed91da879720f971ed1f7c028ffa1fab5547c6c3c7bbdd455" 35 "sha512=20c32ca9782ca9f1a345ffdbd94286741da6fde711c11bc9678e23365a1654c20e85bd8929354f98c85857976784dedd7b08060a25e0f223176f3eee21dbf532" 36 ] 37} 38x-commit-hash: "72b8cde143b3ab2d427c1b35340d181fd0daf34e"