Jesse Haber-Kucharsky
99e06fe771
opam, aspcud: init packages for external solver ( #16938 )
...
The opam package manager relies on external solvers to determine package
management decisions it makes related to upgrades, new installations,
etc.
While, strictly speaking, an external solver is optional, aspcud is
highly recommended in documentation. Furthermore, even having a
relatively small number of packages installed quickly causes the limits
of the interal solver to be reached (before it times out).
Aspcud itself depends on two programs from the same suite: gringo, and
clasp.
On Darwin, Boost 1.55 (and thus Gringo) do not build, so we only support
Aspcud on non-Darwin platforms.
2016-09-12 10:44:50 +02:00
vbgl
d271db550e
ocp-build: 1.99.9-beta -> 1.99.16-beta ( #15553 )
2016-07-22 09:46:40 +02:00
Vincent Laporte
64674d24c3
utop: 1.17 -> 1.19.2
2016-06-06 19:13:18 +02:00
Florent Becker
527c1cba37
js_of_ocaml: 2.6 -> 2.7
2016-05-31 19:10:07 +02:00
Vincent Laporte
ce147f9a0d
cppo: 1.1.2 -> 1.3.2
2016-05-22 17:22:25 +02:00
vbgl
2c021bdbba
ocaml-oasis: 0.4.5 -> 0.4.6 ( #15209 )
2016-05-04 19:12:20 +02:00
Vincent Laporte
3a6c85da65
camlp5: 6.14 -> 6.16
2016-05-01 16:10:10 +02:00
Nicolas B. Pierron
72c6f8a140
Ensure that we can evaluate the platform attribute of ocaml packages.
2016-03-13 19:08:26 +00:00
vbgl
b05708ba0e
Merge pull request #12741 from regnat/ocamlUpdates
...
ocamlPackages.findlib: 1.5.3 -> 1.6.1
2016-02-24 12:00:25 +01:00
Valérian Galliat
2678f36884
Fix OMake source URL
...
Current source is 404, moving to pkgs.fedoraproject.org mirror.
Should fix current aborted jobs on Hydra: http://hydra.nixos.org/eval/1237311#tabs-aborted
2016-02-16 10:34:21 -05:00
Eelco Dolstra
aea262f654
Fix misspelled meta.maintainers attributes
2016-02-10 14:59:50 +01:00
Théophane Hufschmitt
5b28d3f1eb
ocamlPackages.findlib: 1.5.3 -> 1.6.1
2016-02-01 09:12:40 +01:00
vbgl
c23b0856fd
Merge pull request #12064 from FlorentBecker/eliom42
...
Eliom42
2016-01-18 09:32:48 +01:00
Florent Becker
a14c867d62
js_of_ocaml: Allow caml >= 4.02 to find camlp4
2016-01-08 16:06:00 +01:00
Benjamin Staffin
4a69e5ae85
omake: Fix broken download URL
...
All the download links on http://omake.metaprl.org/ seem to be dead.
2016-01-02 18:21:48 +01:00
Florent Becker
44931d4293
js_of_ocaml: 2.5 -> 2.6
2016-01-01 19:04:40 +01:00
Vincent Laporte
6a622acc87
merlin: 2.3 -> 2.3.1
2015-11-28 10:42:08 +01:00
Vincent Laporte
7cb6dbc3d0
merlin: 2.2 -> 2.3
2015-10-29 21:35:41 +01:00
Vincent Laporte
37d731790b
ocp-index: requires OCaml >= 4
2015-10-14 19:27:33 +02:00
Vincent Laporte
92e2e18fbb
ocaml-ocp-indent: 1.4.2b -> 1.5.2
2015-10-14 19:26:38 +02:00
Vincent Laporte
621b66c3df
js_of_ocaml: fix for OCaml < 4.0
2015-10-14 19:25:58 +02:00
Vincent Laporte
de84782ded
ocaml-deriving: drop legacy package
2015-10-03 08:26:42 +02:00
Vincent Laporte
399a9da2ae
camlp5: 6.12 -> 6.14
2015-09-23 19:05:02 +02:00
ts468
054be41e04
Revert "ocaml-modules: fix naming: "_" -> "-""
2015-09-06 21:15:10 +02:00
Thomas Strobel
616aa2bdda
ocaml modules: fix some CamelCase and under_scores
2015-09-02 09:14:59 +02:00
Samuel Rivas
37d0d8ac74
utop: 1.15 -> 1.17
...
Version 1.18 doesn't compile cleanly currently, I need to debug what is going on
there
2015-08-06 08:06:51 +02:00
Samuel Rivas
d516f12dba
camlp4: 4.02.0+1 -> 4.02+6
...
* Remove unneeded substitution in postConfigure
This was fixed here: 81ed5cf2e8
* camlp4: use fetchzip
It is considered more reliable than fetchurl
2015-08-06 08:06:16 +02:00
Vincent Laporte
2663f24a48
ocp-index: 1.1.1 -> 1.1.2
2015-07-01 20:23:19 +02:00
Vincent Laporte
2727ecec37
js_of_ocaml: propagate camlp4 dependency
2015-06-25 08:55:30 +02:00
Eric Merritt
dcffd28527
ocp-build: upgrade to 1.99.9-beta
...
This also allows ocp-build to build for ocaml 4.02 and greater
2015-06-14 13:33:18 -07:00
Vincent Laporte
142400b8d5
ocaml-merlin: update from 2.1.2 to 2.2
2015-06-06 17:42:24 +02: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
56627d5444
ocaml-opam: the sha hash of 1.2.2 changed
...
This is a bit scary. The sha of 1.2.2 changed, causing a crash on
download of the url. This updates to the current sha. Opam maintainer
why, oh why, do you change a released version without a version bump??
2015-05-24 12:31:44 -07:00
Vincent Laporte
1c19f91dd7
opam: update from 1.2.1 to 1.2.2
2015-05-14 09:32:32 +02:00
Joachim Fasting
bf7ad2d84f
meta.description fixups
...
Mostly scripted substitutions with a couple of subjective enhancements.
2015-04-30 18:17:42 +02:00
Henry Till
a5fb20d65a
opam: update to 1.2.1
2015-03-22 16:33:15 -04:00
Vincent Laporte
07536bd1fe
merlin: update from 2.1.1 to 2.1.2
2015-03-09 12:07:08 +01:00
Vincent Laporte
f31d4b6adb
Adds ocaml-top
...
OCaml-Top is a simple cross-platform OCaml code editor built for
top-level evaluation.
Homepage: http://www.typerex.org/ocaml-top.html
2015-02-16 13:31:13 +01:00
Vincent Laporte
3a17654b71
ocp-build: update source and website URLs
2015-02-12 06:59:28 +01:00
Vincent Laporte
db75b5d052
merlin: update from 2.1 to 2.1.1
2015-01-29 08:43:15 +01:00
Vincent Laporte
54c8a82818
utop: wrap all installed programs
2015-01-29 08:43:15 +01:00
Vincent Laporte
8e77300cc1
Adds ocp-index
...
ocp-index is a simple and light-weight documentation extractor for OCaml.
Homepage: http://typerex.ocamlpro.com/ocp-index.html
2015-01-28 12:03:25 +01:00
Benno Fünfstück
be58ce4815
google-drive-ocamlfuse: new expression
2015-01-25 22:10:09 +01:00
Vincent Laporte
763b2a7718
merlin: update from 2.0 to 2.1
2015-01-19 12:07:00 +01:00
Vincent Laporte
0a0b46a9b0
ocp-indent: fix installation
2015-01-14 10:22:35 +01:00
Tobias Geerinckx-Rice
c64257b8e5
Fix user-facing typos (mainly in descriptions)
2014-12-30 03:31:03 +01:00
Vincent Laporte
cb3f9bf160
omake: add meta.platforms
2014-12-11 09:19:30 +01:00
Vincent Laporte
54d206e5cc
cppo: update from 1.0.1 to 1.1.2
2014-11-23 17:34:07 +00:00
Vincent Laporte
1be6e7c60f
js_of_ocaml: propagate lwt dependency
2014-11-23 12:37:00 +00:00
Luca Bruno
6af0d6974f
Merge branch 'master' into staging
2014-11-10 10:03:52 +01:00