about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
Commit message (Collapse)AuthorAge
* treewide: fixup various mysql ocurrences after re-splitVladimír Čunát2016-08-07
|
* ocamlPackages.containers: 0.16 -> 0.18Ricardo M. Correia2016-08-05
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* menhir: 20160303 -> 20160526 (#17343)Ricardo M. Correia2016-07-29
|
* ocamlPackage.ppx_blob: init at 0.2 (#17129)Ricardo M. Correia2016-07-21
| | | OCaml ppx to include binary data from a file as a string.
* Revert "ocaml-bitstring: git -> 2.0.4 (#17002)"Franz Pletz2016-07-19
| | | | | | This reverts commit a6e3a53229ae8e4e4008feb04eeb91be6852d436. See #17002.
* ocaml-bitstring: git -> 2.0.4 (#17002)Matthew Maurer2016-07-19
| | | | | Google Code no longer supports git cloning. We could restore this revision by exporting the repository to github and working from there, but barring a request for it, we can just use the released version.
* camlzip: 1.05 -> 1.06 (#16443)vbgl2016-07-07
|
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* ocamlnet: 3.7.7 -> 4.1.1 (#16008)vbgl2016-06-08
|
* piqi-ocaml: 0.7.4 -> 0.7.5Vincent Laporte2016-06-08
|
* piqi: 0.6.12 -> 0.6.13Vincent Laporte2016-06-08
|
* lambda-term: 1.8 -> 1.10Vincent Laporte2016-06-06
|
* Merge pull request #15833 from FlorentBecker/eliom5vbgl2016-06-04
|\ | | | | Update the Eliom ecosystem to 2016-01
| * allow eliom with ocaml-4.01Florent Becker2016-05-31
| |
| * ocaml-markup: fix name and licenseFlorent Becker2016-05-31
| |
| * eliom: 4 -> 5.0Florent Becker2016-05-31
| |
| * ocsigenserver: 2.6 -> 2.7Florent Becker2016-05-31
| |
| * ocaml-reactiveData : 0.1 -> 0.2Florent Becker2016-05-31
| |
| * ocaml-react: 1.1.0 -> 1.2.0Florent Becker2016-05-31
| |
| * tyxml: 3.4.0 -> 3.6.0Florent Becker2016-05-31
| |
| * ocaml-ppx_tools: 4.02.3 -> 5.0+4.02Florent Becker2016-05-31
| |
| * ocaml-re: 1.4.2 -> 1.5.0Florent Becker2016-05-31
| |
| * ocaml-markup: init at 0.7.2Florent Becker2016-05-31
| |
* | Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
| |
* | ocamlPackages.sqlexpr: init at 0.5.5Ricardo M. Correia2016-06-02
| |
* | ocamlPackages.estring: init at 1.3Ricardo M. Correia2016-06-02
|/
* Merge branch 'master' into stagingVladimír Čunát2016-05-26
|\ | | | | | | ... to get the systemd update (rebuilding ~7k jobs).
| * ocaml-lwt: 2.5.0 -> 2.5.2Vincent Laporte2016-05-25
| |
| * ocaml-ppx_tools: 0.99.2 -> 4.02.3Vincent Laporte2016-05-25
| |
* | treewide: Make explicit that 'dev' output of zlib is usedTuomas Tynkkynen2016-05-19
|/
* ocaml-batteries: 2.4.0 -> 2.5.2 (#15424)vbgl2016-05-13
|
* Merge branch 'master' into closure-sizeVladimír Čunát2016-04-10
|\ | | | | | | | | | | Comparison to master evaluations on Hydra: - 1255515 for nixos - 1255502 for nixpkgs
| * ocamlPackages.cryptokit: 1.9 -> 1.10Vincent Laporte2016-04-09
| |
| * ocaml-text: 0.7.1 -> 0.8Vincent Laporte2016-04-05
| |
* | Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
|\| | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| * gapi-ocaml: 0.2.6 -> 0.2.10obadz2016-03-29
| |
| * ocamlPackages.containers: 0.15 -> 0.16Ricardo M. Correia2016-03-17
| |
| * Ensure that we can evaluate the platform attribute of ocaml packages.Nicolas B. Pierron2016-03-13
| |
* | Merge master into closure-sizeVladimír Čunát2016-03-08
|\| | | | | | | | | The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
| * why3: 0.86.2 -> 0.86.3Vincent Laporte2016-03-04
| | | | | | | | | | And merge with ocamlPackages.why3 (the OCaml library would not work correctly if packaged separately).
| * menhir: 20151112 -> 20160303Vincent Laporte2016-03-04
| |
| * ocamlPackages.tsdl: init at 0.9.0Ricardo M. Correia2016-02-29
| |
| * ocamlPackages.result: init at 1.1Ricardo M. Correia2016-02-29
| |
| * use the sourceforge mirrors everywherezimbatm2016-02-28
| | | | | | | | | | find pkgs -name "*.nix" -exec sed -r \ "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
| * Remove all dots at end of descriptionszimbatm2016-02-27
| | | | | | | | | | | | | | Specially crafted for @JagaJaga find pkgs -name "*.nix" -exec \ sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
| * ocamlPackages.containers: init at 0.15Ricardo M. Correia2016-02-17
| |
| * ocamlPackages.sequence: init at 0.6Ricardo M. Correia2016-02-17
| |
| * ocamlPackages.gen: init at 0.3Ricardo M. Correia2016-02-17
| |
* | Merge branch 'master' into closure-sizeVladimír Čunát2016-02-14
|\|