nixpkgs/pkgs/applications/science/logic
Bjørn Forsman bd01fad0ed Captialize meta.description of all packages
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)
2016-06-20 13:55:52 +02:00
..
abc
abella
acgtk Ensure that we can evaluate the platform attribute of ocaml packages. 2016-03-13 19:08:26 +00:00
alt-ergo
boolector
coq Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
cvc3
cvc4 cvc4: fix the build by skipping line markers in cpp expansions during configure, helps the configure script to find Boost version 2016-03-31 01:52:33 +02:00
ekrhyper
eprover eprover: fix build on Darwin 2016-02-29 15:35:40 +01:00
gappa
hol
hol_light hol-light: fix build with camlp5-6.16 2016-05-01 16:10:09 +02:00
iprover
isabelle isabelle: 2015 -> 2016 2016-02-23 14:19:13 +01:00
jonprl Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
lci
lean lean: add wrapper for linja 2016-01-17 09:29:18 +01:00
leo2 Fix some URLs that lacked a URI scheme 2016-05-09 19:35:05 +02:00
logisim
ltl2ba Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
matita
mcrl2 mcrl2: 2009.01 -> 2014.09 2016-04-12 22:16:30 +02:00
metis-prover metis-prover: 2.3.20160101 -> 2.3.20160102 2016-01-21 11:26:10 +01:00
minisat minisat: support clang 2016-06-19 15:19:25 +02:00
opensmt
ott
otter otter: Mark broken 2016-04-27 03:24:04 +03:00
picosat picosat: enable proof output and install various utils 2016-04-02 18:45:47 +02:00
prooftree
prover9
sad
satallax satallax: 1.4 -> 2.7 2016-03-31 16:23:08 +02:00
saw-tools replace ${stdenv.cc.cc}/lib occurences 2016-05-01 00:13:23 +03:00
spass
stp
tptp tptp: replace use of builderDefsPackage 2016-01-29 10:33:35 +01:00
twelf
verifast replace ${stdenv.cc.cc}/lib occurences 2016-05-01 00:13:23 +03:00
verit veriT: disable broken static linking 2016-05-08 15:11:29 +02:00
why3 why3: 0.86.3 -> 0.87.0 2016-04-05 08:09:00 +02:00
yices
z3 z3: 4.4.0 -> 4.4.1 2016-01-21 13:27:12 +01:00
z3_opt