this repo has no description
1opam-version: "2.0" 2maintainer: "Tarun Agarwal <me@tarunagarwal.me>" 3homepage: "https://github.com/kodwx/Rosa" 4bug-reports: "https://github.com/kodwx/Rosa/issues" 5dev-repo: "git+https://github.com/kodwx/Rosa.git" 6doc: "https://ocaml.org/p/rosa/0.2.0" 7license: "MIT" 8build: [ 9 ["dune" "build" "-p" name "-j" jobs] 10] 11depends: [ 12 "ocaml" {>= "4.13.0"} 13 "dune" {>= "3.0.0"} 14] 15synopsis: "String manipulation library " 16description: " 17String manipulation library for OCaml. 18Rosa has no runtime dependencies but building it requires dune. 19" 20authors: "Tarun Agarwal <me@tarunagarwal.me>" 21url { 22 src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/HEAD/rosa-0.2.0.tar.gz" 23 checksum: [ 24 "md5=bcda7e412ae9de54994243b252f25a9e" 25 "sha512=e3c4c8a3149da5292ee7463c00a6fb48fd9a3edfa5ab1336f578bb9a8278798e32cd95eababbb0a58294aaf55414d326975d04c88e952aab69bdd4990292c409" 26 ] 27}