forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jun Furuse
committed
Jan 15, 2018
1 parent
4956f34
commit bc9367e
Showing
3 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Useful functions for OCaml programming used by @camlspotter | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
opam-version: "1.2" | ||
version: "4.0.3" | ||
maintainer: "[email protected]" | ||
authors: "Jun Furuse" | ||
homepage: "https://bitbucket.org/camlspotter/spotlib" | ||
bug-reports: | ||
"https://bitbucket.org/camlspotter/spotlib/issues?status=new&status=open" | ||
dev-repo: "hg://https://bitbucket.org/camlspotter/spotlib" | ||
build: ["jbuilder" "build" "-p" name "-j" jobs] | ||
depends: [ | ||
"ocamlfind" {build} | ||
"jbuilder" {build} | ||
"ppx_test" {>= "1.6.0"} | ||
] | ||
available: [ocaml-version >= "4.04.0"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
archive: "https://bitbucket.org/camlspotter/spotlib/get/4.0.3.tar.gz" | ||
checksum: "77aa7e7718b43ebe6d7795f694c1d775" |