Commit graph

1034 commits

Author SHA1 Message Date
Masayuki Takeda 39cb0d8dd4 fix bap regression 2018-03-06 23:26:12 +09:00
Vladimír Čunát 565bd805e6
Merge branch 'master' 2018-03-05 14:53:27 +01:00
Masayuki Takeda bef07b86ed bump janePackage's version lower bound 2018-03-03 20:39:17 +09:00
Masayuki Takeda 84adbd0d98 janeStreet: 0.9.0 -> 0.10.0 2018-03-03 11:55:35 +09:00
Jörg Thalheim d2850489f7
Merge pull request #36194 from maurer/bap-1.4
BAP update to 1.4
2018-03-02 15:45:24 +00:00
Matthew Maurer a9409104a0 bap: 1.2 -> 1.4 2018-03-01 17:22:43 -05:00
Robin Gloster 8d3aa2f2b9
ocamlModules.biniou: fix build 2018-03-01 17:48:10 +01:00
Vincent Laporte 7f327dfa63 ocamlPackages.ctypes: 0.11.5 -> 0.13.1 2018-02-28 19:10:34 +01:00
Vincent Laporte 4ab5d3a1e7 ocamlPackages.cohttp: 1.0.0 -> 1.0.2 2018-02-28 19:09:14 +01:00
Vincent Laporte 629a2398db ocamlPackages.angstrom: 0.5.1 -> 0.8.1 2018-02-27 08:28:27 +01:00
Alexander V. Nikolaev 0acec7e984 treewide: transition mesa to libGLU_combined 2018-02-24 17:06:49 +02:00
Tuomas Tynkkynen 8afcfb2bb6 ocamlPackages.curses: Fix build after ncurses5 changes
Fixes build after commit 3d24ae9b4426bb8adfcb08de57be21fdf0a377f8:

3d24ae9b44 (commitcomment-27714305)

Thanks to dtzWill for the pointer:
https://github.com/NixOS/nixpkgs/pull/34477#issuecomment-367359351
2018-02-23 06:21:11 +02:00
Vincent Laporte c888d97013
ocamlPackages.cil: fix build on Darwin 2018-02-21 17:48:49 +00:00
Vincent Laporte 2aeafe7ef4 ocamlPackages.bitv: init at 1.3
bitv is a bit vector library for OCaml.

Homepage: https://github.com/backtracking/bitv
2018-02-19 18:55:31 +01:00
Vincent Laporte 7c2b2ddd68 ocamlPackages.lwt_ssl: init at 1.1.2 2018-02-18 11:15:28 +01:00
Vincent Laporte 6944860c6e
ocamlPackages.tyxml: 4.0.1 -> 4.2.0 2018-02-02 07:33:23 +00:00
Jörg Thalheim cf3cc25bb2
Merge pull request #33880 from vbgl/ocaml-uri-1.9.5
ocamlPackages.uri: 1.9.2 -> 1.9.6
2018-01-16 09:37:11 +00:00
Vincent Laporte 550136f516
ocamlPackages.asn1-combinators: 0.1.3 -> 0.2.0 (#33566)
* ocamlPackages.asn1-combinators: 0.1.3 -> 0.2.0

* ocamlPackages.x509: 0.5.3 -> 0.6.0

* ocamlPackages.x509: 0.6.0 -> 0.6.1

* ocamlPackages.tls: 0.7.1 -> 0.9.0

* jackline: fix build with ocaml-tls ≥ 0.9.0
2018-01-15 05:01:50 +01:00
Vincent Laporte bed805f4ed
ocamlPackages.uri: 1.9.5 -> 1.9.6 2018-01-14 05:33:36 +00:00
Vincent Laporte 1b43f4fe86
ocamlPackages.uri: 1.9.2 -> 1.9.5 2018-01-14 05:28:49 +00:00
Vincent Laporte 08492b31d1 ocamlPackages.mstruct: 1.3.3 -> 1.4.0 2018-01-14 06:28:13 +01:00
Vincent Laporte bec72bf65c
ocamlPackages.otr: 0.3.3 -> 0.3.4 2018-01-07 10:00:45 +00:00
Vincent Laporte 5391489cfc ocamlPackages.git: 1.11.2 -> 1.11.4 (#33472) 2018-01-06 17:18:42 +00:00
Ruben Maher 8c859b4cc9 ocaml-modules/dtoa: disable hardening (strictoverflow) on darwin (#33443)
* ocaml-modules/dtoa: disable hardening (strictoverflow) on darwin

This prevents a compile-time error on macOS:

clang-4.0: error: argument unused during compilation: '-fno-strict-overflow'
  [-Werror,-Wunused-command-line-argument]

* ocaml-modules/dtoa: remove unnecessary createFindLibDestdir

* ocaml-modules/dtoa: remove ounit from build inputs
2018-01-06 13:39:22 +01:00
Samuel Dionne-Riel 7b97c8c0c8 treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
Vincent Laporte 83110ac0be ocamlPackages.notty: 0.1.1a -> 0.2.1
jackline: 2017-08-17 -> 2017-12-24
2018-01-04 17:52:56 +01:00
Frederik Rietdijk 4cc2a38854 Merge remote-tracking branch 'upstream/master' into HEAD 2018-01-01 18:15:13 +01:00
Ruben Maher 671fb2d2d7 ocamlPackages.wtf8: init at 1.0.1 2018-01-01 20:46:11 +10:30
Ruben Maher 9d87e8395f ocamlPackages.dtoa: init at 0.3.1 2018-01-01 20:46:05 +10:30
John Ericson 4d2b763817
Merge pull request #26805 from obsidiansystems/cross-elegant
Make cross compilation elegant
2017-12-30 22:58:02 -05:00
John Ericson 046f091e0d treewide: Don't use envHook anymore
This commits needs a MAJOR audit as I oftentimes just guessed which of
`$hostOffset`, `$targetOffset`, or a fixed offset should be used.
2017-12-30 22:04:22 -05:00
Robin Gloster ee1c85aee9 mariadb: lib -> connector-c 2017-12-29 02:18:35 +01:00
Vincent Laporte e3d363546a
Merge pull request #32585 from vbgl/ocaml-lru-0.2.0
Add OCaml libraries: psq, lru, faraday, farfadet, digestif
2017-12-23 09:29:16 +01:00
Orivej Desh a04ae2cab8 ocamlPackages.curses: no longer broken 2017-12-21 17:35:41 +00:00
Vincent Laporte 32ac626973
ocamlPackages.sexplib: 0.9.3 -> 0.10.0 2017-12-16 21:47:59 +00:00
Michiel Leenaars b2d90f1d64
ocamlPackages.cohttp: 0.99 => 1.0.0
ocamlPackages.git-http: mark as broken
2017-12-16 12:21:00 +00:00
Vincent Laporte 12c5fe3e2d ocamlPackages.cairo2: 0.4.6 -> 0.5 2017-12-16 12:14:35 +01:00
Vincent Laporte d39886db5a
ocamlPackages.digestif: init at 0.5
Digestif provides some hash functions in OCaml.

Homepage: https://github.com/mirage/digestif
2017-12-15 17:46:31 +00:00
Vincent Laporte 8a5d33ed52
ocamlPackages.farfadet: init at 0.2
Farfadet is a printf-like for Faraday library.

Homepage: https://github.com/oklm-wsh/Farfadet
2017-12-15 17:46:30 +00:00
Vincent Laporte 3582a97464
ocamlPackages.faraday: init at 0.5.0
Faraday is a library for writing fast and memory-efficient serializers in
OCaml.

Homepage: https://github.com/inhabitedtype/faraday
2017-12-15 17:46:29 +00:00
Vincent Laporte 14608047f4
ocamlPackages.lru: init at 0.2.0
lru provides LRU caches for OCaml.

Homepage: https://github.com/pqwy/lru
2017-12-15 17:46:29 +00:00
Vincent Laporte 8278df916d
ocamlPackages.psq: init at 0.1.0
psq provides a functional priority search queue for OCaml.

Homepage: https://github.com/pqwy/psq
2017-12-15 17:46:28 +00:00
Vincent Laporte 6328c97a7b
ocamlPackages.topkg: add some comments 2017-12-15 06:33:56 +00:00
Vincent Laporte 5e4edcc4ec
ocamlPackages.topkg: refactoring 2017-12-14 07:36:29 +00:00
Vincent Laporte 746d9d1b7b ocamlPackages.markup: 0.7.4 -> 0.7.5 2017-12-10 13:01:40 +01:00
Vincent Laporte b1659c89c1 ocamlPackages.ulex: 1.1 -> 1.2 2017-12-10 12:24:10 +01:00
Jörg Thalheim 82235b388c
Merge pull request #32437 from vbgl/ocaml-facile-1.1.3
facile: 1.1 -> 1.1.3
2017-12-09 16:19:52 +00:00
Pascal Wittmann b00f806ed0
Merge pull request #32400 from vbgl/ocamlnet-4.1.5
ocamlPackages.ocamlnet: 4.1.4 -> 4.1.5
2017-12-08 10:32:03 +01:00
Vincent Laporte 01f473c8d1
facile: 1.1 -> 1.1.3
Move to ocamlPackages.
Add a META file to use with ocamlfind
2017-12-08 06:12:26 +00:00
Vladimír Čunát 6f5d989478
treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
Vincent Laporte d946af4601 ocamlPackages.lambdaTerm: 1.11 -> 1.12.0 2017-12-07 07:21:32 +01:00
Vincent Laporte 0c8235e4ac
ocamlPackages.ocamlnet: 4.1.4 -> 4.1.5 2017-12-06 20:39:13 +00:00
Vincent Laporte 39af54f103 ocamlPackages.hex: 1.0.0 -> 1.2.0 2017-12-06 07:59:20 +01:00
Vincent Laporte 50bdf5900e ocamlPackages.ocurl: 0.7.8 -> 0.8.0 2017-12-05 07:56:28 +01:00
Vincent Laporte 41be8102e3
ocamlPackages.ptmap: 2.0.2 -> 2.0.3 2017-12-03 07:43:46 +00:00
Vincent Laporte 83005408d3 ocamlPackages.mlgmpidl: 1.2.4 -> 1.2.6 2017-12-03 08:21:55 +01:00
Vincent Laporte 871fa250b6
ocamlPackages.ipaddr: 2.7.2 -> 2.8.0 2017-12-01 22:26:54 +00:00
Vladimír Čunát d477bc353c
ocamlnet: fixup build by bringing back nettle-3.3 2017-11-30 12:28:35 +01:00
Vincent Laporte 191f03f02e
ocamlPackages.re: disable tests for OCaml ≥ 4.06 2017-11-29 20:46:24 +00:00
Vincent Laporte 81143b67aa
ocamlPackages.cstruct: fix evaluation 2017-11-28 01:11:15 +00:00
Vincent Laporte bfc0959511
ocamlPackages.cstruct: 2.3.2 -> 3.0.2 2017-11-27 20:49:18 +00:00
Vincent Laporte d0c513b470
ocamlPackages.yojson: 1.3.3 -> 1.4.0 2017-11-27 17:00:15 +00:00
Vincent Laporte 64413dec3e
ocamlPackages.ppx_deriving_yojson: 3.0 -> 3.1 2017-11-27 05:07:22 +00:00
Vincent Laporte 620b93f10a
ocamlPackages.ppx_import: 1.1 -> 1.4 2017-11-26 20:52:17 +00:00
Vincent Laporte 38c75afb1e
ocamlPackages.ppx_deriving: 4.2 -> 4.2.1 2017-11-22 12:27:32 +00:00
Vincent Laporte c890abba57
ocamlPackages.rope: 0.5 -> 0.6 2017-11-20 07:39:34 +00:00
Vincent Laporte 7c749ba705
ocamlPackages.ocaml_gettext: 0.8.7 -> 0.8.8 2017-11-20 07:39:34 +00:00
Vincent Laporte 26798bd6e0
ocamlPackages.batteries: 2.7.0 -> 2.8.0
Also renames the attribute from ocaml_batteries to batteries.
2017-11-14 17:53:53 +00:00
Vincent Laporte 16eef54eee
ocamlPackages.fileutils: 0.5.2 -> 0.5.3 2017-11-12 17:48:33 +00:00
Vincent Laporte dd1a9fa915
ocamlPackages.nocrypto: remove spurious dependency on oasis 2017-11-12 10:19:56 +00:00
Vincent Laporte d9dd5425b0
ocamlPackages.angstrom: remove spurious dependency on oasis 2017-11-12 10:14:51 +00:00
Vincent Laporte 45431bed57
ocamlPackages.ocaml_gettext: 0.3.5 -> 0.3.7 2017-11-12 10:14:50 +00:00
Vincent Laporte 27d2eef21a
ocamlPackages.gen: 0.4.0.1 -> 0.5 2017-11-12 09:10:01 +00:00
Vincent Laporte 88389f43f7
ocamlPackages.containers: remove spurious dependency on oasis 2017-11-12 09:09:53 +00:00
Vincent Laporte d426e9097c
ocamlPackages.camomile: 0.8.6 -> 0.8.7 2017-11-11 16:56:14 +00:00
Pascal Wittmann 24e87b49b6
Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
Vincent Laporte 471175e0be
ocamlPackages.zed: 1.5 -> 1.6 2017-11-07 01:04:59 +00:00
Vincent Laporte 0cabd5fa67
ocamlPackages.ocaml-migrate-parsetree: 1.0.5 -> 1.0.7 2017-11-04 23:47:44 +00:00
Vincent Laporte 9e0159c04c
ocamlPackages.stdio: 0.9.0 -> 0.9.1 2017-11-04 18:50:23 +00:00
Vincent Laporte a8c4829f7c
ocamlPackages.base: 0.9.3 -> 0.9.4 2017-11-04 17:47:38 +00:00
Vincent Laporte 8923737cd5
ocamlPackages.sexplib: 0.9.2 -> 0.9.3 2017-11-04 17:09:50 +00:00
Vincent Laporte 0ce1067b18
ocamlPackages.num: init at 1.1 2017-11-03 23:45:18 +00:00
Vincent Laporte ee23541f89
ocamlPackages.ocaml_expat: 0.9.1 -> 1.0.0 2017-11-03 19:44:19 +00:00
c0bw3b 525380b472 treewide: abandon Google Code homepages 2017-11-03 18:52:28 +00:00
Vincent Laporte 7e31aef88a
ocamlPackages.lwt: remove spurious dependency on oasis 2017-11-01 16:58:08 +00:00
Vincent Laporte 33c0dcacd0
ocamlPackages.alcotest: 0.7.2 -> 0.8.1 2017-10-31 01:06:17 +00:00
Vincent Laporte 54d1e1412b
ocamlPackages.lablgtk: 2.18.5 -> 2.18.6 2017-10-31 01:02:59 +00:00
dywedir a86e48acae ocamlPackages.topkg: 0.8.1 -> 0.9.1 2017-10-27 14:13:26 +02:00
Vincent Laporte 66b63d2f5a
ocamlPackages.ocplib-endian: 0.8 -> 1.0 2017-10-26 00:38:55 +00:00
Vincent Laporte eecfa664c8
ocamlPackages.javalib: 2.3.4 -> 2.3.4 (sic) 2017-10-26 00:38:55 +00:00
Vincent Laporte 10fd7ccfde
ocamlPackages.ppx_tools: init at 5.1+4.06.0 2017-10-26 00:38:54 +00:00
Vincent Laporte 698894a50d
ocamlPackages.wasm: 0.13 -> 1.0 2017-10-25 00:54:38 +00:00
Vincent Laporte 97c5dfc55e
ocamlPackages.yojson: 1.2.3 -> 1.3.3 2017-10-22 14:37:28 +00:00
Vincent Laporte 53f8adbc86
ocamlPackages.omd: 1.3.0 -> 1.3.1 2017-10-21 12:44:36 +00:00
Vincent Laporte bb6629977d
ocamlPackages.zed: 1.4 -> 1.5 2017-10-21 10:54:49 +00:00
Vincent Laporte 68ed8f685b
ocamlPackages.camomile: 0.8.5 -> 0.8.6 2017-10-20 07:19:13 +00:00
Vincent Laporte b938811393
ocamlgraph: 1.8.7 -> 1.8.8 2017-10-18 19:08:16 +00:00
Vincent Laporte 34309999ed
ocamlPackages.lablgtk: remove unused dependency to campl4 2017-10-18 18:27:06 +00:00
Vincent Laporte 644e3cb204
ocamlPackages.ocaml_pcre: 7.1.1 -> 7.2.3 2017-10-17 22:18:39 +00:00
Simon Lackerbauer 4e67a1657f ocamlPackages.re: 1.5.0 -> 1.7.1 2017-10-18 00:15:31 +02:00
Vincent Laporte 4cec2d6fb7
ocamlPackages.qtest: 2.6 -> 2.7 2017-10-16 07:02:03 +00:00
Vincent Laporte 4eb6e845f9
ocamlPackages.javalib: 2.3.3 -> 2.3.4 2017-10-15 08:31:37 +00:00
Vincent Laporte 415db05504
ocamlPackages.uuidm: 0.9.5 -> 0.9.6 2017-10-14 12:53:46 +00:00
Vincent Laporte c2758900a1
ocamlPackages.ansiterminal: 0.6.5 -> 0.7 2017-10-14 08:17:06 +00:00
Vincent Laporte 00e27a2854
ocaml-gettext: dont strip 2017-10-12 05:35:26 +00:00
Vincent Laporte 28cd0f240a ocamlPackages.ppx_ast: 0.9.0 -> 0.9.{1,2} 2017-10-09 08:02:11 +00:00
Vincent Laporte 2870979a53 ocamlPackages.ounit: fix for OCaml 4.06 2017-10-09 05:34:02 +00:00
Frederik Rietdijk acfec163b1 Merge remote-tracking branch 'upstream/master' into HEAD 2017-10-07 12:15:17 +02:00
Vincent Laporte aa3535cee5 ocamlPackages.xmlm: 1.2.0 -> 1.3.0 2017-10-07 08:29:55 +00:00
Vincent Laporte 58906f359f ocamlPackages.lablgtk-extras: 1.5 -> 1.6 2017-10-07 08:29:55 +00:00
Vladimír Čunát ef41fc7f51
Merge branch 'master' into staging
Hydra: ?compare=1399476
2017-10-07 10:17:42 +02:00
Vincent Laporte cbf5307020 ocamlPackages.biniou: 1.0.9 -> 1.2.0 2017-10-06 21:16:06 +00:00
Vincent Laporte 4086a9cf45 ocamlPackages.pprint: 20140424 -> 20171003 2017-10-05 21:33:31 +00:00
Vincent Laporte 9e754a6f86 ocamlPackages.ssl: 0.5.3 -> 0.5.4 2017-10-05 17:09:50 +00:00
Vladimír Čunát 0be2928ac9
Merge branch 'master' into staging
Evaluation was blocked on Hydra; this should fix it.
2017-10-05 12:34:05 +02:00
Vincent Laporte c06e5a8d64 ocamlPackages.react: 1.2.0 -> 1.2.1 2017-10-05 08:39:50 +00:00
Orivej Desh 66d4941afe Merge branch 'master' into staging
* master: (48 commits)
  Mathematica: 11.0.1 -> 11.2.0
  kbfs: 20170922.f76290 -> 20171004.40555d
  packer: 1.0.3 -> 1.1.0
  libxdg-basedir: 1.0.2 -> 1.2.0
  fscrypt: 0.2.1 -> 0.2.2
  devtodo: init at 0.1.20
  keybase: 1.0.30 -> 1.0.33
  elixir: Fix locale problem on NixOS
  keybase-gui: 1.0.25 -> 1.0.33
  terraform: 0.10.2 -> 0.10.7  (#30055)
  emby: 3.2.32.0 -> 3.2.33.0
  sbcl: 1.3.21 -> 1.4.0
  ardour: 5.11 -> 5.12
  axoloti: fix evaluation
  axoloti: init at 1.0.12-1
  melpa-packages: Add new lean packages
  fastlane: init at 2.60.1
  nixos/traefik: guard example path
  go-ethereum: 1.7.0 -> 1.7.1
  xzgv: 0.9.1 -> 0.9.2
  ...
2017-10-05 07:41:39 +00:00
Vincent Laporte 5b23d464a5 ocamlPackages.ocaml-migrate-parsetree: 1.0.4 -> 1.0.5 2017-10-04 07:54:28 +00:00
Orivej Desh f137004179 Merge branch 'master' into staging
* master: (81 commits)
  Add NixOS 17.09 AMIs
  gradle: 4.2 -> 4.2.1
  maintainers.nix: use my GitHub handle as maintainer name
  fcitx-engines.rime: init at 0.3.2
  brise: init at 2017-09-16
  librime: init at 1.2.9
  marisa: init at 0.2.4
  opencc: build shared library and programs
  josm: 12712 -> 12914
  exa: 0.7.0 -> 0.8.0
  krb5: add deprecation date for old configuration
  rustRegistry: 2017-09-10 -> 2017-10-03
  go-ethereum: Fix libusb segmentation faults on Darwin
  tor-browser-bundle-bin: 7.0.5 -> 7.0.6
  libsodium: 1.0.13 -> 1.0.15
  tor-browser-bundle: geoip support
  tor-browser-bundle: support transports obfs2,obfs3
  tor-browser-bundle: bump https-everywhere to 2017.9.12
  tint2: limit platforms to Linux since macOS is not supported and fails the tests
  eclipse-plugin-vrapper: init at 0.72.0
  ...
2017-10-03 17:46:39 +00:00
Gabriel Ebner 7049172d72 ocamlPackages.stdint: init at 0.3.0 2017-10-02 12:21:47 +02:00
Orivej Desh fda26c8476 Merge branch 'master' into staging
* master: (271 commits)
  pysmbc: clarify license
  pysmbc: fix license
  bazel: 0.5.4 -> 0.6.0 (#29990)
  googler: init at 3.3
  go: declare support for aarch64
  firefox-beta-bin: 56.0b5 -> 57.0b4
  spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26
  gogs: 0.11.19 -> 0.11.29
  grafana: 4.5.1 -> 4.5.2
  mopidy-iris: 3.4.1 -> 3.4.9
  nextcloud: 12.0.2 -> 12.0.3
  haskell-json-autotype: jailbreak to fix build within LTS 9.x
  kore: fix up
  kore: init at 2.0.0
  glusterfs service: fix issues with useRpcbind
  tig: 2.2.2 -> 2.3.0
  haskell-hspec-core: enable test suite again
  hackage-packages.nix: automatic Haskell package set update
  librsvg: fix thumbnailer path
  awscli: 1.11.108 -> 1.11.162
  ...
2017-10-02 00:22:12 +00:00
Robin Gloster 40ed226507 treewide: mark a bunch of failing builds as broken
(cherry picked from commit 23fdbaa37599f490435056b9865023870656571b)
[dezgeg: Un-mark shotcut, tokei & uchiwa that do build on master]
2017-10-01 00:26:52 +03:00
John Ericson f037625f87 Merge remote-tracking branch 'upstream/staging' into deps-reorg 2017-09-28 12:32:57 -04:00
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
José Romildo Malaquias 595d92eb7a ocamlfuse: 2.7-3 -> 2.7.1_cvs5 (#29606) 2017-09-21 12:14:22 +01:00
Joachim Fasting 7a1f5bad0c
ocamlPackages.csv: fix meta eval
fetchurl does not expose a meta.homepage attr
2017-09-20 22:15:26 +02:00
Vincent Laporte 1e9deaad66 ocamlPackages.csv: 1.7 -> 2.0 2017-09-20 05:39:12 +00:00
Vincent Laporte ebd5c936fd ocamlPackages.cmdliner: make version 1.0 the default 2017-09-08 04:09:11 +00:00
Vincent Laporte e93d92d391 ocamlPackages.cmdliner: 1.0.0 -> 1.0.2 2017-09-08 03:00:27 +00:00
Vincent Laporte 3c5436921e ocamlPackages.ptmap: 2.0.1 -> 2.0.2 2017-09-03 06:45:34 +00:00
Théo Zimmermann a9be3c20d1 ocamlPackages.ppx_deriving: 4.1 -> 4.2
This fixes compilation of ppx_deriving with OCaml 4.05.

js_of_ocaml_2: mark as broken with OCaml 4.05

ocamlPackages.cohttp: propagates ppx_deriving
2017-08-30 02:33:23 +00:00
Vincent Laporte 2a191ed853 ocamlPackages.ppx_deriving_yojson: mark as broken with OCaml 4.05 2017-08-30 02:33:23 +00:00
Vincent Laporte 8c506dfb64 ocamlPackages.posixat: mark as broken with OCaml 4.05 2017-08-30 02:28:56 +00:00
Vincent Laporte 724504e0da ocamlPackages.cohttp: 0.22.0 -> 0.99.0
ocamlPackages.conduit: 0.15.4 -> 1.0.0

ocamlPackages.cohttp-lwt: init at 0.99.0

ocamlPackages.cohttp-lwt-unix: init at 0.99.0

ocamlPackages.conduit-lwt: init at 1.0.0

ocamlPackages.conduit-lwt-unix: init at 1.0.0

ocamlPackages.git: 1.11.1 -> 1.11.2
2017-08-27 20:03:06 +00:00
Vincent Laporte 935e991b72 js_of_ocaml: 2.8.4 -> 3.0.0
js_of_ocaml-camlp4: init at 3.0.0

js_of_ocaml-ppx: init at 3.0.0
2017-08-27 14:55:12 +00:00
Vincent Laporte 460f640a5d ocamlPackages.fileutils: 0.5.1 -> 0.5.2 2017-08-27 10:03:00 +02:00
Vincent Laporte 96e1bca128 ocamlPackages.ocaml-migrate-parsetree: 1.0 -> 1.0.4 2017-08-25 19:27:19 +00:00
Vincent Laporte 77404dbf37 jbuilder: 1.0+beta7 -> 1.0+beta12
ocamlPackages.sexplib: 0.9.1 -> 0.9.2

ocamlPackages.base: 0.9.1 -> 0.9.3

ocamlPackages.ppx_driver: 0.9.0 -> 0.9.1

ocamlPackages.bin_prot: 0.9.0 -> 0.9.1

ocamlPackages.ppx_inline_test: 0.9.0 -> 0.9.2
2017-08-24 17:53:55 +00:00
Vincent Laporte 6e200f2644 ocamlPackages.core: 0.9.0 -> 0.9.1 2017-08-23 20:22:00 +00:00
Vincent Laporte cf7df9230b ocamlPackages.ppx_derivers: init at 1.0
Ppx_derivers is a tiny package whose sole purpose is to allow ppx_deriving and
ppx_type_conv to inter-operate gracefully when linked as part of the same
ocaml-migrate-parsetree driver.

Homepage: https://github.com/diml/ppx_derivers
2017-08-23 20:22:00 +00:00
Matthew Justin Bauer 2eacddf0dc treewide: homepage URL fixes (#28475)
* pgadmin: use https homepage

* msn-pecan: move homepage to github

google code is now unavailable

* pidgin-latex: use https for homepage

* pidgin-opensteamworks: use github for homepage

google code is unavailable

* putty: use https for homepage

* ponylang: use https for homepage

* picolisp: use https for homepage

* phonon: use https for homepage

* pugixml: use https for homepage

* pioneer: use https for homepage

* packer: use https for homepage

* pokerth: usee https for homepage

* procps-ng: use https for homepage

* pycaml: use https for homepage

* proot: move homepage to .github.io

* pius: use https for homepage

* pdfread: use https for homepage

* postgresql: use https for homepage

* ponysay: move homepage to new site

* prometheus: use https for homepage

* powerdns: use https for homepage

* pm-utils: use https for homepage

* patchelf: move homepage to https

* tesseract: move homepage to github

* quodlibet: move homepage from google code

* jbrout: move homepage from google code

* eiskaltdcpp: move homepage to github

* nodejs: use https to homepage

* nix: use https for homepage

* pdf2djvu: move homepage from google code

* game-music-emu: move homepage from google code

* vacuum: move homepae from google code
2017-08-22 20:50:04 +02:00
Vincent Laporte 09779623b4 ocamlPackages.qcheck: 0.6 -> 0.7 2017-08-22 05:53:22 +02:00
Vincent Laporte 2a62e931c1 ocamlPackages.qtest: 2.2 -> 2.6
ocamlPackages.batteries: 2.6.0 -> 2.7.0
2017-08-21 09:39:45 +02:00
Vincent Laporte b744ee2d93 ocamlPackages.ocamlnet: 4.1.{2,3} -> 4.1.4 2017-08-20 04:39:14 +00:00
Frederik Rietdijk 7ebcd39a0f Merge commit '4c49205' into HEAD 2017-08-13 18:34:59 +02:00
Vincent Laporte 9074440f11 ocamlPackages.configurator: 0.9.0 -> 0.9.1 2017-08-12 09:46:59 +00:00
Domen Kožar 486e1c3c16 Merge pull request #27998 from davidak/macOS
replace "Mac OS X" and "OS X" with "macOS"
2017-08-11 13:01:36 +02:00
Vincent Laporte e60ffe642e ocamlPackages.ocamlnet: 4.1.2 -> 4.1.3 2017-08-08 16:49:19 +00:00
davidak 3270aa896b replace "Mac OS X" and "OS X" with "macOS"
as it is the official name since 2016

https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop

exception are parts refering to older versions of macOS like

"GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
2017-08-07 21:41:30 +02:00
Vincent Laporte 53bd6cf417 ocamlPackages.ocamlnet: mark as broken with OCaml ≥ 4.05 2017-08-04 16:15:03 +00:00