-
Notifications
You must be signed in to change notification settings - Fork 9
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
1 parent
f8ee954
commit 9eb96be
Showing
1 changed file
with
16 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,16 @@ | ||
opam-version: "2.0" | ||
name: "pringo" | ||
version: "1.0" | ||
synopsis: "Pseudo-random, splittable number generators" | ||
description: | ||
"Pseudo-random number generators that support splitting and two interfaces: one stateful, one purely functional" | ||
maintainer: "Xavier Leroy <[email protected]>" | ||
authors: "Xavier Leroy <[email protected]>" | ||
license: "GPL v2 with static linking exception" | ||
homepage: "https://github.com/xavierleroy/pringo" | ||
bug-reports: "https://github.com/xavierleroy/pringo/issues" | ||
depends: ["ocamlfind"] | ||
build: make | ||
install: [make "install"] | ||
remove: [make "uninstall"] | ||
dev-repo: "git+https://https://github.com/xavierleroy/pringo" |