Skip to content

Commit

Permalink
Merge pull request #4734 from camlunity/master
Browse files Browse the repository at this point in the history
+ extlib 1.7.0
  • Loading branch information
avsm committed Aug 30, 2015
2 parents d5835f1 + 80c5163 commit 2b95bb9
Show file tree
Hide file tree
Showing 8 changed files with 87 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/extlib-compat/extlib-compat.1.7.0/descr
@@ -0,0 +1,5 @@
A complete yet small extension for OCaml standard library (full, compatibility)
The purpose of this library is to add new functions to OCaml standard library
modules, to modify some functions in order to get better performances or
safety (tail-recursive) and also to provide new modules which should be useful
for day to day programming.
1 change: 1 addition & 0 deletions packages/extlib-compat/extlib-compat.1.7.0/findlib
@@ -0,0 +1 @@
extlib
36 changes: 36 additions & 0 deletions packages/extlib-compat/extlib-compat.1.7.0/opam
@@ -0,0 +1,36 @@
opam-version: "1.2"
maintainer: "ygrek@autistici.org"
homepage: "https://github.com/ygrek/ocaml-extlib"
dev-repo: "git://github.com/ygrek/ocaml-extlib.git"
bug-reports: "https://github.com/ygrek/ocaml-extlib/issues"
# doc: ["http://ocaml-extlib.googlecode.com/svn/doc/apiref/index.html"]
license: "LGPL-2.1 with OCaml linking exception"
authors: [
"Nicolas Cannasse"
"Brian Hurt"
"Yamagata Yoriyuki"
"Markus Mottl"
"Jesse Guardiani"
"John Skaller"
"Bardur Arantsson"
"Janne Hellsten"
"Richard W.M. Jones"
"ygrek"
"Gabriel Scherer"
"Pietro Abate"
]
build: [
[make "build"]
]
install: [ [make "install"] ]
build-doc: [ [make "doc"] ]
build-test: [ [make "test"] ]
remove: [
["ocamlfind" "remove" "extlib"]
]
conflicts: ["extlib"]
depends: [
"ocamlfind" {build}
"cppo" {build}
"base-bytes" {build}
]
2 changes: 2 additions & 0 deletions packages/extlib-compat/extlib-compat.1.7.0/url
@@ -0,0 +1,2 @@
archive: "https://github.com/ygrek/ocaml-extlib/archive/1.7.0.tar.gz"
checksum: "b50b02d9e40d35cc20c82d9c881a1bf6"
5 changes: 5 additions & 0 deletions packages/extlib/extlib.1.7.0/descr
@@ -0,0 +1,5 @@
A complete yet small extension for OCaml standard library (reduced, recommended)
The purpose of this library is to add new functions to OCaml standard library
modules, to modify some functions in order to get better performances or
safety (tail-recursive) and also to provide new modules which should be useful
for day to day programming.
1 change: 1 addition & 0 deletions packages/extlib/extlib.1.7.0/findlib
@@ -0,0 +1 @@
extlib
35 changes: 35 additions & 0 deletions packages/extlib/extlib.1.7.0/opam
@@ -0,0 +1,35 @@
opam-version: "1.2"
maintainer: "ygrek@autistici.org"
homepage: "https://github.com/ygrek/ocaml-extlib"
dev-repo: "git://github.com/ygrek/ocaml-extlib.git"
bug-reports: "https://github.com/ygrek/ocaml-extlib/issues"
# doc: ["http://ocaml-extlib.googlecode.com/svn/doc/apiref/index.html"]
license: "LGPL-2.1 with OCaml linking exception"
authors: [
"Nicolas Cannasse"
"Brian Hurt"
"Yamagata Yoriyuki"
"Markus Mottl"
"Jesse Guardiani"
"John Skaller"
"Bardur Arantsson"
"Janne Hellsten"
"Richard W.M. Jones"
"ygrek"
"Gabriel Scherer"
"Pietro Abate"
]
build: [
[make "minimal=1" "build"]
]
install: [ [make "minimal=1" "install"] ]
build-doc: [ [make "doc"] ]
build-test: [ [make "test"] ]
remove: [
["ocamlfind" "remove" "extlib"]
]
depends: [
"ocamlfind" {build}
"cppo" {build}
"base-bytes" {build}
]
2 changes: 2 additions & 0 deletions packages/extlib/extlib.1.7.0/url
@@ -0,0 +1,2 @@
archive: "https://github.com/ygrek/ocaml-extlib/archive/1.7.0.tar.gz"
checksum: "b50b02d9e40d35cc20c82d9c881a1bf6"

0 comments on commit 2b95bb9

Please sign in to comment.