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" 8license: "MIT" 9homepage: "https://gitlab.com/camlspotter/spotlib" 10bug-reports: "https://gitlab.com/camlspotter/spotlib/-/issues" 11depends: [ 12 "dune" {>= "2.0"} 13 "ocaml" {>= "4.12.0" & < "5.0.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.3.0/spotlib-4.3.0.tar.gz" 24 checksum: [ 25 "md5=7fff71bfc23ad664bf0b53fd19c50300" 26 "sha512=a3f5e6088ee31d0c69043054470b4b08b9e26b74b55affdfdf1cb62b8fe09f960568491cc5095ed6cf95fd83cde3d7485c1a3966c5c8342f7a9861525946ffc7" 27 ] 28}