this repo has no description
1opam-version: "2.0" 2synopsis: "Useful functions for OCaml programming used by @camlspotter" 3description: """\ 4Spotlib is a small library package used for several softwares by Jun Furuse. 5It is almost a poor replication of Jane Street Core, but it is small.""" 6maintainer: "jun.furuse@gmail.com" 7authors: "Jun Furuse" 8homepage: "https://gitlab.com/camlspotter/spotlib" 9bug-reports: "https://gitlab.com/camlspotter/spotlib/-/issues" 10license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 11depends: [ 12 "dune" {>= "2.0"} 13 "ocaml" {>= "4.08.0" & < "5.0"} 14 "ppx_test" {>= "1.8.0"} 15] 16depopts: [ 17 "ocurl" 18] 19build: ["dune" "build" "-p" name "-j" jobs] 20dev-repo: "git+https://gitlab.com/camlspotter/spotlib" 21url { 22 src: 23 "https://gitlab.com/camlspotter/spotlib/-/archive/4.2.0/spotlib-4.2.0.tar.gz" 24 checksum: [ 25 "md5=b5b115479074c30364c325179442cadb" 26 "sha512=3fc14b1d4dc39121ec87e90e53eff197446e07f3fb1cfdd26b715175b5e3cb9982f9206a30a35de8d715f9223617668bd5014ba13ee6a1fb0d185d9cba92f6df" 27 ] 28}