about summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml
Commit message (Collapse)AuthorAge
* obuild: fix buildVincent Laporte2017-07-08
|
* camlPackages.camlp5: 6.17 -> 7.01Vincent Laporte2017-07-08
|
* obuild: remove dependency on findlibVincent Laporte2017-07-05
|
* ocamlPackages.{benchmark,obuild,ptmap,rope}: init at 1.4, 0.1.8, 2.0.1, 0.5Volth2017-07-05
|
* ocamlPackages: make lwt-3.0.0 the defaultVincent Laporte2017-07-02
|
* ocamlPackages.lambda-term: 1.10 -> 1.11Vincent Laporte2017-07-02
|
* ocamlPackages.js_of_ocaml: 2.8.3 -> 2.8.4Vincent Laporte2017-06-30
|
* ocamlPackages.findlib: 1.7.1 -> 1.7.3Vincent Laporte2017-06-30
|
* Merge pull request #26599 from Mic92/utopJörg Thalheim2017-06-15
|\ | | | | ocamlPackages.utop: allow utop to locate topfile
| * ocamlPackages.utop: allow utop to locate topfileJörg Thalheim2017-06-15
| | | | | | | | fixes #16085
* | ocamlPackages.camlidl: export c header and libs.Jörg Thalheim2017-06-15
|/
* ocp-indent: readd old version 1.5.2romildo2017-06-01
| | | | | Some packages (ocp-index, for instance) are not yet compatible with newer versions of ocp-indent. So version 1.5.2 is still needed.
* merlin: 2.5.3 -> 2.5.4romildo2017-05-29
| | | | | - Update to version 2.5.4. - Remove dependency on menhir, which seems not needed.
* ocp-indent: 1.5.2 -> 1.6.0romildo2017-05-28
|
* ocamlPackages.utop: add missing makeWrapperVladimír Čunát2017-05-03
| | | | ... fixing the build. No testing otherwise.
* camlp5: fix install with ocaml 4.04Théo Zimmermann2017-05-03
| | | | | | The problem was that bytecode executables were shrinked. This closes #25367.
* Merge branch 'master' into ocaml-utopMichael Raskin2017-05-01
|\
| * Merge pull request #24742 from volth/reason-1.13.3-masterMichael Raskin2017-05-01
| |\ | | | | | | reason: init at 1.13.3
| | * reason: init at 1.13.3Volth2017-04-23
| | |
| * | ocamlPackages.cppo: 1.3.2 -> 1.5.0Vincent Laporte2017-04-28
| |/
* / ocamlPackages.utop: fix environment variablesPatrick Mahoney2017-04-24
|/ | | | | | | | | | | | | | | | | | In the wrapper scripts, both OCAMLPATH and CAML_LD_LIBRARY_PATH where being created with a trailing literal $OCAMLPATH, rather than the expanded version. Thus if, for example, ocamlPackages.core was present in OCAMLPATH prior to running utop, the wrapper script would set the variable to $utop_dependencies:'$OCAMLPATH', and when using utop to open Core.Std, the following error was reported: findlib: [WARNING] cannot read directory $OCAMLPATH: No such file or directory This patch fixes the quoting issue, and further refactors the build to use standard wrapProgram helper, and uses an "inner derivation" to re-use the setupHook machinery of buildOCaml and findlib instead of manually specifying the OCAMLPATH required for utop along with transitive dependencies.
* jbuilder: 1.0+beta5 -> 1.0+beta7Vincent Laporte2017-04-21
|
* utop: fix on OCaml 4.04Vincent Laporte2017-04-01
| | | | | Don’t strip the binary The wrapper directly calls ocamlrun
* jbuilder: 1.0+beta2 -> 1.0+beta5Vincent Laporte2017-03-22
|
* ocamlPackages.ocamlbuild: 0.9.3 -> 0.11.0Vincent Laporte2017-03-21
|
* ocsigen-i18n: init at 3.1Florent Becker2017-03-20
|
* ocaml-top: 1.1.2 -> 1.1.3Vincent Laporte2017-03-14
|
* jbuilder: init at 1.0+beta2Vincent Laporte2017-03-10
| | | | | | jbuilder is a fast, portable and opinionated build system Homepage: https://github.com/janestreet/jbuilder
* camlp4: init at 4.05+1Vincent Laporte2017-03-04
|
* ocamlPackages.ocp-build: 1.99.17-beta -> 1.99.18-betaVincent Laporte2017-02-28
|
* ppx_tools, camlp4, ocamlify, ocamlmod: don’t strip binariesVincent Laporte2017-02-26
|
* ocamlPackages.utop: 1.19.2 -> 1.19.3Vincent Laporte2017-02-24
|
* omake: 0.10.1 -> 0.10.2Vincent Laporte2017-02-01
|
* ocamlPackages.js_of_ocaml: add ocamlbuild as a dependencyVincent Laporte2017-01-24
|
* camlp4: init at 4.04+1Vincent Laporte2017-01-24
|
* Merge pull request #22023 from vbgl/apronMichael Raskin2017-01-24
|\ | | | | ocamlPackages.apron: init at 20160125
| * camlidl: fix build with OCaml 4.03Vincent Laporte2017-01-14
| | | | | | | | by making warning 31 non fatal
* | js_of_ocaml: 2.7 -> 2.8.3Vincent Laporte2017-01-13
|/
* Merge pull request #19765 from FlorentBecker/some_buildOcamlMichael Raskin2016-12-30
|\ | | | | Update various packages to use buildOcaml, with fixes
| * js_of_ocaml: propagate dependency on ppx_derivingFlorent Becker2016-10-20
| | | | | | | | | | ppx_deriving is needed by js_of_ocaml even when it is not used in the code to be compiled by js_of_ocaml
* | Revert "omake: remove 0.9.8.6-rc1"Vincent Laporte2016-12-18
| | | | | | | | This reverts commit e672fbc6f0e0dd503f78e0c23e6de1795bf81b8f.
* | ocamlbuild: 0.9.2 -> 0.9.3Vincent Laporte2016-12-12
| |
* | findlib: 1.6.1 -> 1.7.1Vincent Laporte2016-12-12
| |
* | omake: remove 0.9.8.6-rc1Vincent Laporte2016-12-02
| |
* | omake: 0.9.8.5 -> 0.10.1Vincent Laporte2016-12-02
| |
* | merlin: 2.5.2 -> 2.5.3Vincent Laporte2016-12-01
| |
* | Merge pull request #20756 from vbgl/ocp-index-1.1.5Pascal Wittmann2016-11-30
|\ \ | | | | | | ocamlPackages.ocp-index: 1.1.4 -> 1.1.5
| * | ocamlPackages.ocp-index: 1.1.4 -> 1.1.5Vincent Laporte2016-11-28
| | |
* | | camlp5: 6.16 -> 6.17Vincent Laporte2016-11-29
|/ /
* | ocamlPackages.merlin: 2.5.1 -> 2.5.2Vincent Laporte2016-11-21
| |