Skip to content

Commit

Permalink
Merge pull request #6150 from rgrinberg/opam-publish/stringext.1.4.2
Browse files Browse the repository at this point in the history
stringext.1.4.2 - via opam-publish
  • Loading branch information
dsheets committed Mar 31, 2016
2 parents 0c4b3e7 + fee53fe commit 7f3bf19
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/stringext/stringext.1.4.2/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Extra string functions for OCaml

Provides a single module named Stringext that provides a grab bag of often used
but missing string functions from the stdlib. E.g, split, full_split, cut,
rcut, etc.
33 changes: 33 additions & 0 deletions packages/stringext/stringext.1.4.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
opam-version: "1.2"
maintainer: "[email protected]"
authors: "Rudi Grinberg"
homepage: "https://github.com/rgrinberg/stringext"
bug-reports: "https://github.com/rgrinberg/stringext/issues"
license: "MIT"
dev-repo: "https://github.com/rgrinberg/stringext.git"

build: [
["ocaml" "setup.ml" "-configure"]
["ocaml" "setup.ml" "-build"]
]

build-test: [
["ocaml" "setup.ml" "-configure" "--enable-tests"]
["ocaml" "setup.ml" "-build"]
["ocaml" "setup.ml" "-test"]
]

build-doc: ["ocaml" "setup.ml" "-doc"]

install: ["ocaml" "setup.ml" "-install"]

remove: ["ocamlfind" "remove" "stringext"]

depends: [
"ocamlfind" {build}
"ounit" {test}
"qcheck" {test}
"base-bytes"
]

available: [ocaml-version >= "4.00.0"]
2 changes: 2 additions & 0 deletions packages/stringext/stringext.1.4.2/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
http: "https://github.com/rgrinberg/stringext/archive/v1.4.2.tar.gz"
checksum: "38385cf57849c8dd0bdd0c8b08f120e7"

0 comments on commit 7f3bf19

Please sign in to comment.