1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00
Commit graph

271 commits

Author SHA1 Message Date
Eric Merritt 86e8c73d7b ocaml-herelib: add initial version (109.35.02) to the system 2015-05-24 12:32:54 -07:00
Eric Merritt 8a9d5637bc ocaml-custom_printf: add initial version (112.24.00) to the system 2015-05-24 12:32:53 -07:00
Eric Merritt 12c3b11bf4 ocaml-pa_ounit: add initial version (112.24.00) to the system 2015-05-24 12:32:52 -07:00
Eric Merritt 21fa39af2e ocaml-comparelib: add initial version (109.60.00) to the system 2015-05-24 12:32:52 -07:00
Eric Merritt a88b7ed908 ocaml-bin_prot: add initial version (112.24.00) to the system 2015-05-24 12:32:51 -07:00
Eric Merritt ea0d507935 sexplib: rename from ocaml_sexplib to sexplib
There really isn't any need for it to be named ocaml_sexplib
2015-05-24 12:32:50 -07:00
Eric Merritt cac000d73a ocaml-sexplib: upgrade to 112.24.01 2015-05-24 12:32:46 -07:00
Eric Merritt 8751d1ea1a rename ocaml_typeconv to type_conv
The actual name of the package is type_conv
(https://github.com/janestreet/type_conv). Having it named
ocaml_typeconv adds a verbosity that isn't required and actually makes
the package harder to find.
2015-05-24 12:32:45 -07:00
Eric Merritt 82e098fd93 ocaml-typeconv: upgrade to 112.01.01 2015-05-24 12:32:45 -07:00
Joachim Fasting bf7ad2d84f meta.description fixups
Mostly scripted substitutions with a couple of subjective enhancements.
2015-04-30 18:17:42 +02:00
Vincent Laporte e64cd5feec Adds ocaml-magic-mime
This OCaml library contains a database of MIME types that maps filename
extensions into MIME types suitable for use in many Internet protocols
such as HTTP or e-mail.

Homepage: https://github.com/mirage/ocaml-magic-mime
2015-04-28 00:58:51 +02:00
Joachim Fasting 8488d133f3 meta.licenses -> license 2015-04-21 23:10:07 +02:00
Vincent Laporte 0dcd94bf81 ocaml-pgocaml: update from 2.1 to 2.2 2015-04-10 17:45:37 +02:00
Vincent Laporte 8553d212c7 ocaml-stringext: update from 1.2.0 to 1.3.0 2015-04-06 10:14:48 +02:00
Vincent Laporte 5275d1e11e ounit: fix homepage URL 2015-04-02 15:45:13 +02:00
William A. Kennington III a604b42480 mysql: Use libs in place of the binary mysql 2015-04-01 16:46:53 -07:00
Vincent Laporte 71b04c5b3a ocaml-fileutils: also install the API documentation 2015-04-01 09:58:26 +02:00
Vincent Laporte 0f2509a52d ocaml-batteries: update from 2.2.0 to 2.3.1 2015-03-21 10:04:15 +01:00
Vincent Laporte 4c8681fea1 Adds ocaml-qtest-2.0.1
Inline test extraction utility for OCaml, originally developed
internally for Batteries

Homepage: https://github.com/vincent-hugot/iTeML
2015-03-21 10:04:14 +01:00
Vincent Laporte 20b150b26c Adds ocaml-dolog-1.0
dolog is a minimalistic lazy logger in OCaml

Homepage: https://github.com/UnixJunkie/dolog
2015-03-19 19:14:18 +01:00
Vincent Laporte d52b6f1d3e ocaml-re: update from 1.3.0 to 1.3.1 2015-03-19 19:14:15 +01:00
vbgl 5dcedbb6e4 Merge pull request #6791 from romildo/xml-light
Add ocaml-xml-light
2015-03-13 22:52:58 +01:00
José Romildo Malaquias 7f07b33e4d Add ocaml-xml-light 2015-03-13 15:30:31 -03:00
Vincent Laporte 116ddda218 Adds ocaml-enumerate
Quotation expanders for enumerating finite types in OCaml.
2015-03-06 20:29:07 +01:00
Vincent Laporte 651a4c4e6e Adds ocaml-fileutils
ocaml-fileutils is a library of pure OCaml functions to manipulate real
files and filenames.

Homepage: http://ocaml-fileutils.forge.ocamlcore.org/
2015-03-04 13:15:53 +01:00
Vincent Laporte c6d31ad722 Adds ocaml-base64
Base64 encoding and decoding in OCaml

Homepage: https://github.com/mirage/ocaml-base64
2015-03-03 17:10:49 +01:00
Vincent Laporte 7365907de5 Adds ocaml-io-page
This OCaml library implements support for efficient handling of I/O
memory pages on Unix and Xen.

Homepage: https://github.com/mirage/io-page
2015-03-02 11:26:03 +01:00
Vincent Laporte d8912db092 ocsigen-deriving: update from 0.6.2 to 0.7 2015-03-01 17:53:51 +01:00
Vincent Laporte f57163265b Adds ocaml-erm_xmpp
OCaml based XMPP implementation

Homepage: https://github.com/ermine/xmpp
2015-02-27 18:37:20 +01:00
Vincent Laporte de3924a1a8 Adds ocaml-asn1-combinators
An OCaml library of combinators for expressing ASN.1 grammars.

Homepage: https://github.com/mirleft/ocaml-asn1-combinators
2015-02-26 08:35:05 +01:00
Vincent Laporte 176e38f6f2 Adds ocaml-cstruct
Cstruct is a library and syntax extension to make it easier to access
C-like structures directly from OCaml. It supports both reading and
writing to these structures, and they are accessed via the Bigarray
module.

Homepage: https://github.com/mirage/ocaml-cstruct
2015-02-23 09:57:31 +01:00
Vincent Laporte 49114dec1f Adds ocaml-ocplib-endian
This OCaml library provides optimised functions to read and write
int16/32/64 from strings, bytes and bigarrays, based on primitives added
in version 4.01.

Homepage: https://github.com/OCamlPro/ocplib-endian
2015-02-20 11:37:32 +01:00
Vincent Laporte 324324b024 Adds ocaml-erm_xml
XML Parser for discrete data

Homepage: https://github.com/ermine/xml
2015-02-18 22:21:53 +01:00
Shea Levy 2f061ff16b Merge remote-tracking branch 'origin/staging'
Darwin and haskell fixes.
2015-02-17 13:52:37 -05:00
vbgl 0c4ac4b936 Merge pull request #6349 from gfxmonk/ounit2
Update OUnit to version 2.0.0
2015-02-16 15:15:04 +01:00
Vincent Laporte 9128cf6944 ocaml-lwt: update from 2.4.5 to 2.4.6 2015-02-16 13:31:13 +01:00
Tim Cuthbertson 65152acbae Update OUnit to version 2.0.0
The existing URL looks like version 2.0.0, but actually
downloads the contents of ounit-1.2.0.tar.gz into a file named
ounit-2.0.0.tar.gz
2015-02-15 14:44:35 +11:00
Peter Simons 600135bba5 Merge remote-tracking branch 'master' into staging. 2015-02-13 22:17:12 +01:00
Vincent Laporte cbc58da3f0 ocaml-sqlite3: update from 2.0.8 to 2.0.9 2015-02-13 06:46:23 +01:00
Vincent Laporte 5cd15f8cc0 ocaml-cmdliner: update from 0.9.6 to 0.9.7 2015-02-11 17:51:38 +01:00
Vincent Laporte 1d137ebfdf ocaml-re: update from 1.2.2 to 1.3.0 2015-02-10 14:03:33 +01:00
Vincent Laporte b73ce293fb ocaml-ezjsonm: update from 0.3.1 to 0.4.1 2015-02-10 14:03:32 +01:00
Vincent Laporte 8850692609 ocaml-sqlite3: update from 2.0.7 to 2.0.8 2015-02-10 14:03:32 +01:00
Eric Seidel e08b9ab8d3 kill libiconvOr*
Conflicts:
	pkgs/applications/networking/mailreaders/sup/default.nix
	pkgs/development/compilers/ghc/7.8.3-binary.nix
	pkgs/development/interpreters/php/5.3.nix
	pkgs/development/interpreters/ruby/patches.nix
	pkgs/development/libraries/cairo/default.nix
	pkgs/development/libraries/poppler/default.nix
	pkgs/top-level/all-packages.nix
2015-02-07 20:29:28 -08:00
Vincent Laporte 7ee3e777c3 ocaml-zed: update from 1.3 to 1.4 2015-02-02 15:43:42 +01:00
Vincent Laporte 0b9e2f8798 Adds ocaml-cpdf
A range of tools to modify PDF files and a corresponding OCaml library

Homepage: http://www.coherentpdf.com/
2015-01-30 20:04:42 +01:00
Vincent Laporte a931de00b3 lambda-term: update from 1.6 to 1.8 2015-01-28 12:03:25 +01:00
Vincent Laporte 66e2f50416 cmdliner requires OCaml ≥ 4 2015-01-28 12:03:25 +01:00
Peter Simons fc3dd0226d ocaml-ocurl: fix evaluation 2015-01-26 09:48:08 +01:00
Benno Fünfstück be58ce4815 google-drive-ocamlfuse: new expression 2015-01-25 22:10:09 +01:00