summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: ldc, bap: Build with Clang 3.8.•••* gnu/packages/ldc.scm (ldc-bootstrap, ldc): Change LLVM and CLANG to LLVM-3.8 and CLANG-3.8. * gnu/packages/ocaml.scm (bap)[native-inputs]: Change CLANG to CLANG-3.8. [propagated-inputs, inputs]: Change LLVM to LLVM-3.8. Marius Bakke2018-04-061-3/+3
* gnu: coq-flocq: Use predictable source URI.•••* gnu/packages/ocaml.scm (coq-flocq)[source]: Use predictable URI. Tobias Geerinckx-Rice2018-03-231-2/+3
* gnu: coq-flocq: Update phase style.•••* gnu/packages/ocaml.scm (coq-flocq)[arguments]: Substitute INVOKE for SYSTEM* and end all phases with an explicit #t. Tobias Geerinckx-Rice2018-03-201-5/+9
* gnu: Fix common unquote typos.•••It's easy to mistype ‘("foo" foo)’ as ‘("foo", foo)’ (which also works). Fix such typos for the proper edification of our young. * gnu/packages/android.scm: Move unquotes to their operands. * gnu/packages/bootloaders.scm: Likewise. * gnu/packages/build-tools.scm: Likewise. * gnu/packages/chemistry.scm: Likewise. * gnu/packages/compression.scm: Likewise. * gnu/packages/connman.scm: Likewise. * gnu/packages/django.scm: Likewise. * gnu/packages/emulators.scm: Likewise. * gnu/packages/engineering.scm: Likewise. * gnu/packages/file-systems.scm: Likewise. * gnu/packages/freedesktop.scm: Likewise. * gnu/packages/games.scm: Likewise. * gnu/packages/gimp.scm: Likewise. * gnu/packages/gl.scm: Likewise. * gnu/packages/gnome.scm: Likewise. * gnu/packages/graphics.scm: Likewise. * gnu/packages/haskell.scm: Likewise. * gnu/packages/irc.scm: Likewise. * gnu/packages/julia.scm: Likewise. * gnu/packages/kde-frameworks.scm: Likewise. * gnu/packages/linux.scm: Likewise. * gnu/packages/lua.scm: Likewise. * gnu/packages/mail.scm: Likewise. * gnu/packages/make-bootstrap.scm: Likewise. * gnu/packages/messaging.scm: Likewise. * gnu/packages/music.scm: Likewise. * gnu/packages/networking.scm: Likewise. * gnu/packages/ocaml.scm: Likewise. * gnu/packages/perl.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/python-web.scm: Likewise. * gnu/packages/qt.scm: Likewise. * gnu/packages/ratpoison.scm: Likewise. * gnu/packages/sdl.scm: Likewise. * gnu/packages/sml.scm: Likewise. * gnu/packages/terminals.scm: Likewise. * gnu/packages/text-editors.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/virtualization.scm: Likewise. * gnu/packages/vulkan.scm: Likewise. * gnu/packages/wget.scm: Likewise. * gnu/packages/wine.scm: Likewise. * gnu/packages/wm.scm: Likewise. * gnu/packages/xdisorg.scm: Likewise. * gnu/packages/xml.scm: Likewise. * gnu/packages/xorg.scm: Likewise. Tobias Geerinckx-Rice2018-03-171-3/+3
* gnu: ocaml-ssl: Declare a source file-name.•••* gnu/packages/ocaml.scm (ocaml-ssl)[source]: Declare a source file-name. Efraim Flashner2018-03-131-0/+1
* gnu: ocaml-lwt: Declare a source file-name.•••* gnu/packages/ocaml.scm (ocaml-lwt)[source]: Declare a source file-name. Efraim Flashner2018-03-131-0/+1
* gnu: ocaml-bitstring: Declare a source file-name.•••* gnu/packages/ocaml.scm (ocaml-bitstring)[source]: Declare a source file-name. Efraim Flashner2018-03-131-0/+1
* gnu: ocaml-piqi: Declare a source file-name.•••* gnu/packages/ocaml.scm (ocaml-piqi)[source]: Declare a source file-name. Efraim Flashner2018-03-131-0/+1
* gnu: ocaml-result: Declare a source file-name.•••* gnu/packages/ocaml.scm (ocaml-result)[source]: Declare a source file-name. Efraim Flashner2018-03-131-0/+1
* gnu: ocaml-stringext: Declare a source file-name.•••* gnu/packages/ocaml.scm (ocaml-stringext)[source]: Declare a source file-name. Efraim Flashner2018-03-131-0/+1
* gnu: ocaml-qtest: Update to 2.8.•••* gnu/packages/ocaml.scm (ocaml-qtest): Update to 2.8. [source]: Update source uri, declare a source file-name. [home-page]: Update home-page. Efraim Flashner2018-03-131-6/+6
* gnu: ocaml-qtest: Declare a source file-name.•••* gnu/packages/ocaml.scm (ocaml-qtest)[source]: Declare a source file-name. Efraim Flashner2018-03-131-0/+1
* Merge branch 'master' into core-updatesMark H Weaver2018-02-031-26/+145
|\
| * gnu: ocaml-findlib: Update to 1.7.3.•••* gnu/packages/ocaml.scm (ocaml-findlib): Update to 1.7.3. * gnu/packages/ocaml.scm (ocaml-findlib-1.7.3): Removed. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Peter Kreye2018-02-011-34/+13
| * gnu: Add ocaml-tsdl.•••* gnu/packages/ocaml.scm (ocaml-tsdl): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Peter Kreye2018-02-011-0/+36
| * gnu: Add ocaml-ocb-stubblr.•••* gnu/packages/ocaml.scm (ocaml-ocb-stubblr): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Peter Kreye2018-02-011-0/+32
| * gnu: Add ocaml-ctypes.•••* gnu/packages/ocaml.scm (ocaml-ctypes): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Peter Kreye2018-02-011-0/+40
| * gnu: Add ocaml-integers.•••* gnu/packages/ocaml.scm (ocaml-integes): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Peter Kreye2018-02-011-0/+31
| * gnu: ocaml-findlib-1.7.3: Fix install.•••* gnu/packages/ocaml.scm (ocaml-findlib-1.7.3): install topfind to lib/ocaml/site-lib Signed-off-by: Julien Lepiller <julien@lepiller.eu> Peter Kreye2018-02-011-1/+2
* | Merge branch 'master' into core-updatesLeo Famulari2018-01-111-3/+3
|\|
| * gnu: ocaml-zed: Update to 1.6.•••* gnu/packages/ocaml.scm (ocaml-zed): Update to 1.6. Tobias Geerinckx-Rice2018-01-101-3/+3
* | gnu: ocaml: Use gcc:lib from gcc, not gcc-4.9.•••* gnu/packages/ocaml.scm (ocaml)[inputs]: Use canonical 'gcc', not gcc-4.9. Mark H Weaver2018-01-021-1/+1
|/
* gnu: ocaml-utop: Update to 2.0.2.•••* gnu/packages/ocaml.scm (ocaml-utop): Update to 2.0.2 Tobias Geerinckx-Rice2017-12-231-2/+2
* gnu: ocaml-jbuilder: Update to 1.0+beta16.•••* gnu/packages/ocaml.scm (ocaml-jbuilder): Update to 1.0+beta16 Tobias Geerinckx-Rice2017-12-231-2/+2
* gnu: ocaml-ssl: Expand description.•••* gnu/packages/ocaml.scm (ocaml-ssl)[description]: Expand based on Debian's. Tobias Geerinckx-Rice2017-12-231-1/+3
* gnu: ocaml-ssl: Update to 0.5.5.•••* gnu/packages/ocaml.scm (ocaml-ssl): Update to 0.5.5 Tobias Geerinckx-Rice2017-12-231-2/+2
* gnu: ocaml-bitstring: Update to 2.1.1.•••* gnu/packages/ocaml.scm (ocaml-bitstring): Update to 2.1.1 Tobias Geerinckx-Rice2017-12-231-2/+3
* gnu: coq-interval: Fix source URL for 3.3.0.•••This is a followup to 6efc99967800183daa74ba2ebff6185dfcf1b33d. Fixes <https://bugs.gnu.org/29284>. Reported by Efraim Flashner <efraim@flashner.co.il>. * gnu/packages/ocaml.scm (coq-interval): Adjust URL. Ludovic Courtès2017-11-241-1/+1
* Fix ambiguous imports.•••* gnu/packages/ocaml.scm: Hide 'zip' from (srfi srfi-1). * guix/git.scm: Select 'mkdir-p' from (guix build utils). Ludovic Courtès2017-11-071-1/+1
* gnu: Add ocaml-utop.•••* gnu/packages/ocaml.scm (ocaml-utop): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Peter Kreye2017-10-281-0/+44
* gnu: Add ocaml-findlib-1.7.3.•••* gnu/packages/ocaml.scm (ocaml-findlib-1.7.3): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Peter Kreye2017-10-281-0/+22
* gnu: Add ocaml-lambda-term.•••* gnu/packages/ocaml.scm (ocaml-zed): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Peter Kreye2017-10-281-0/+42
* gnu: Add ocaml-zed.•••* gnu/packages/ocaml.scm (ocaml-zed): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Peter Kreye2017-10-281-0/+37
* gnu: Add ocaml-jbuilder.•••* gnu/packages/ocaml.scm (ocaml-jbuilder): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Peter Kreye2017-10-281-0/+34
* gnu: Update coq-interval to 3.3.0.•••* gnu/packages/ocaml.scm (coq-interval): Update to 3.3.0. [inputs]: Add coq-bignums. Julien Lepiller2017-10-221-2/+3
* gnu: Add coq-bignums.•••* gnu/packages/ocaml.scm (coq-bignums): New variable. Julien Lepiller2017-10-221-0/+32
* gnu: Update coq-coquelicot to 3.0.1.•••* gnu/packages/ocaml.scm (coq-coquelicot): Update to 3.0.1. Julien Lepiller2017-10-221-3/+3
* gnu: Update coq-mathcomp to 1.6.2.•••* gnu/packages/ocaml.scm (coq-mathcomp): Update to 1..6.2. Julien Lepiller2017-10-221-2/+2
* gnu: Update coq-flocq to 2.6.0.•••* gnu/packages/ocaml.scm (coq-flocq): Update to 2.6.0. Julien Lepiller2017-10-221-3/+3
* gnu: Update coq to 8.7.0.•••* gnu/packages/ocaml.scm (coq): Update to 8.7.0. [build-system]: Use ocaml-build-system. [inputs]: Add python-2. [arguments]: Disable two failing tests. Julien Lepiller2017-10-221-6/+10
* gnu: camlp5: install META file.•••* gnu/packages/ocaml.scm (camlp5) [phases]: New install-meta phase. Julien Lepiller2017-10-221-1/+6
* gnu: Add ocaml-camomile.•••* gnu/packages/ocaml.scm (ocaml-camomile): New variable. Julien Lepiller2017-09-271-0/+28
* gnu: Add bap.•••* gnu/packages/ocaml.scm (bap): New variable. Julien Lepiller2017-09-271-0/+69
* gnu: Add ocaml-piqi.•••* gnu/packages/ocaml.scm (ocaml-piqi): New variable. Julien Lepiller2017-09-271-0/+33
* gnu: Add ocaml-graph.•••* gnu/packages/ocaml.scm (ocaml-graph): New variable. * gnu/packages/patches/ocaml-graph-honor-source-date-epoch.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Julien Lepiller2017-09-271-0/+27
* gnu: Add ocaml-uuidm.•••* gnu/packages/ocaml.scm (ocaml-uuidm): New variable. Julien Lepiller2017-09-271-0/+30
* gnu: Add ocaml-piqilib.•••* gnu/packages/ocaml.scm (ocaml-piqilib): New variable. Julien Lepiller2017-09-271-0/+58
* gnu: Add ocaml-optcomp.•••* gnu/packages/ocaml.scm (ocaml-optcomp): New variable. Julien Lepiller2017-09-271-0/+27
* gnu: Add ocaml-easy-format.•••* gnu/packages/ocaml.scm (ocaml-easy-format): New variable. Julien Lepiller2017-09-271-0/+23
* gnu: Add ocaml-uri.•••* gnu/packages/ocaml.scm (ocaml-uri): New variable. Julien Lepiller2017-09-271-0/+26