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: ["dune" "build" "-p" name "-j" jobs] 9depends: [ 10 "dune" {>= "2.0"} 11 "ppx_test" {>= "1.6.0"} 12 "ocaml" {>= "4.08.0" & < "4.12.0"} 13 "ppx_test" {>= "1.7.0"} 14] 15depopts: [ 16 "ocurl" 17] 18synopsis: "Useful functions for OCaml programming used by @camlspotter" 19description: """ 20Spotlib is a small library package used for several softwares by Jun Furuse. 21It is almost a poor replication of Jane Street Core, but it is small.""" 22url { 23 src: 24 "https://gitlab.com/camlspotter/spotlib/-/archive/4.1.0/spotlib-4.1.0.tar.bz2" 25 checksum: [ 26 "sha256=d6b19a0d6c4753d64eb6ebf0dcea7578b3dfde019c039b41f024ae4c03f7624c" 27 "md5=1b8cc7a0e15c35935bc9680c4e77e768" 28 ] 29}