[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/3] gnu: Add Catch.
From: |
Eric Bavier |
Subject: |
Re: [PATCH 1/3] gnu: Add Catch. |
Date: |
Sun, 29 Mar 2015 14:05:37 -0500 |
On Sun, 29 Mar 2015 15:54:02 +0200
address@hidden (Ludovic Courtès) wrote:
> Eric Bavier <address@hidden> skribis:
>
> > * gnu/packages/check.scm (catch-framework): New variable.
>
> [...]
>
> > + (version "1.0.53") ;Sub-minor is the build number
> > + (source (origin
> > + (method git-fetch)
> > + (uri (git-reference
> > + (url "https://github.com/philsquared/Catch")
> > + ;; Semi-arbitrary. Contains mostly documentation fixes
> > + ;; since build 53.
> > + (commit "b9ec8a1")))
>
> I guess there’s no 1.0.53 tarball?
No. It seems they do not create release tarballs. Their documentation
basically says to download the header file from the git repo.
`~Eric
[PATCH 1/3] gnu: Add Catch., Eric Bavier, 2015/03/27
[PATCH 3/3] gnu: Add tocc., Eric Bavier, 2015/03/27