this repo has no description
1opam-version: "2.0" 2maintainer: "jun.furuse@gmail.com" 3authors: "Jun Furuse" 4homepage: "https://gitlab.com/camlspotter/spotlib" 5bug-reports: 6 "https://gitlab.com/camlspotter/spotlib/-/issues" 7dev-repo: "git+https://gitlab.com/camlspotter/spotlib" 8build: ["jbuilder" "build" "-p" name "-j" jobs] 9depends: [ 10 "ocaml" {>= "4.04.0" & < "4.12.0"} 11 "ocamlfind" {build} 12 "jbuilder" {>= "1.0+beta7"} 13 "ppx_test" {>= "1.6.0"} 14 "ocaml-migrate-parsetree" {< "2.0.0"} 15] 16depopts: [ 17 "ocurl" 18] 19synopsis: "Useful functions for OCaml programming used by @camlspotter" 20description: """ 21Spotlib is a small library package used for several softwares by Jun Furuse. 22It is almost a poor replication of Jane Street Core, but it is small.""" 23url { 24 src: 25 "https://gitlab.com/camlspotter/spotlib/-/archive/4.0.3/spotlib-4.0.3.tar.bz2" 26 checksum: [ 27 "sha256=f54a8492d5071dcee88b34e47418f43c3eee4bb5a0f5c0ec93f12a129c0dc7ab" 28 "md5=32059838fd3933adc704dbc3692e036a" 29 ] 30}