Advertisement
Guest User

Untitled

a guest
Sep 25th, 2019
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nim 0.75 KB | None | 0 0
  1. mark.janssen [~/Src/jester]$ nimble install
  2.      Error: Could not read package info file in /Users/mark.janssen/Src/jester/jester.nimble;
  3.         ...   Reading as ini file failed with:
  4.         ...     Invalid section: .
  5.         ...   Evaluating as NimScript file failed with:
  6.         ...     [Package]
  7.         ... version: """0.4.3"""
  8.         ... author: """Dominik Picheta"""
  9.         ... description: """A sinatra-like web framework for Nim."""
  10.         ... license: """MIT"""
  11.         ... backend: """c"""
  12.         ... skipDirs: "tests"
  13.         ... skipFiles: "todo.markdown"
  14.         ... [Deps]
  15.         ... requires: "nim >= 0.18.1, httpbeast >= 0.2.2, https://github.com/timotheecour/asynctools#pr_fix_compilation"
  16.         ... printPkgInfo() failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement