opam-version: "2.0"
maintainer: "jun.furuse@gmail.com"
authors: "Jun Furuse"
homepage: "https://gitlab.com/camlspotter/spotlib"
bug-reports:
  "https://gitlab.com/camlspotter/spotlib/-/issues"
dev-repo: "git+https://gitlab.com/camlspotter/spotlib"
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
  "dune" {>= "2.0"}
  "ppx_test" {>= "1.6.0"}
  "ocaml" {>= "4.08.0" & < "4.12.0"}
  "ppx_test" {>= "1.7.0"}
]
synopsis: "Useful functions for OCaml programming used by @camlspotter"
description: """
Spotlib is a small library package used for several softwares by Jun Furuse.
It is almost a poor replication of Jane Street Core, but it is small."""
url {
  src: "https://gitlab.com/camlspotter/spotlib/-/archive/4.1.0/spotlib-4.1.0.tar.bz2"
  checksum: "md5=1b8cc7a0e15c35935bc9680c4e77e768"
}
