Skip to content

Commit

Permalink
Add OPAM description
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierleroy committed Oct 6, 2020
1 parent f8ee954 commit 9eb96be
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pringo.opam
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"

0 comments on commit 9eb96be

Please sign in to comment.