[racket] machine states diagrams

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sun Jan 25 18:14:42 EST 2015

At Sun, 25 Jan 2015 23:37:12 +0100, Jens Axel Søgaard wrote:
> 2015-01-25 23:25 GMT+01:00 Catonano <catonano at gmail.com>:
> > 2015-01-25 23:18 GMT+01:00 Jens Axel Søgaard <jensaxel at soegaard.net>:
> >>
> >> 2015-01-25 23:09 GMT+01:00 Catonano <catonano at gmail.com>:
> >> > How do I install metapict ?
> >> >
> >> > I tried through the package manager with the github repo url, but it
> >> > claims
> >> > that a MANIFEST file is missing.
> >>
> >> In the package manager in DrRacket paste this link:
> >>
> >>      https://github.com/soegaard/metapict.git
> >
> > Thanks. This is the result
> >
> > .drracket-wrapped install: invalid package source;
> >  inferred package name includes disallowed characters
> >   given: https://github.com/soegaard/metapict.git
> 
> Sorry. I forgot I am using a pre-release version that support direct
> links to Github.

The current release supports direct GitHub references, but not with
"https". For v6.1.1 and earlier, use the "git:" scheme like this:

  git://github.com/soegaard/metapict.git



Posted on the users mailing list.