Bug#934004: ITP: golang-starlark -- Interpreter for the Starlark configuration language

2019-08-05 Thread Emanuel Krivoy
Package: wnpp
Severity: wishlist
Owner: Emanuel Krivoy 

* Package name: golang-starlark
  Version : 0.0~git20190717.fc7a7f4-1
  Upstream Author : The Bazel Authors
* URL : https://github.com/google/starlark-go
* License : BSD-3-clause
  Programming Lang: Go
  Description : Interpreter for the Starlark configuration language

Starlark is a dialect of Python intended for use as a configuration language.
Like Python, it is an untyped dynamic language with high-level data types,
first-class functions with lexical scope, and garbage collection. Unlike
CPython, independent Starlark threads execute in parallel, so Starlark
workloads scale well on parallel machines. Starlark is a small and simple
language with a familiar and highly readable syntax. You can use it as an
expressive notation for structured data, defining functions to eliminate
repetition, or you can use it to add scripting capabilities to an existing
application.

A Starlark interpreter is typically embedded within a larger application, and
the application may define additional domain-specific functions and data types
beyond those provided by the core language

This library is a dependency of delve (github.com/go-delve/delve, ITP in
#932835). If possible I'd like this package to be co-mantained/sponsored by the
Go Team.



Bug#933789: ITP: golang-github-cosiner-argv -- Argv allows splitting a command line string into an arguments slice

2019-08-03 Thread Emanuel Krivoy
Package: wnpp
Severity: wishlist
Owner: Emanuel Krivoy 

* Package name: golang-github-cosiner-argv
  Version : 0.0.1+git20190613.a8b1922-1
  Upstream Author : Aihui Zhu
* URL : https://github.com/cosiner/argv
* License : MIT
  Programming Lang: Go
  Description : Argv allows splitting a command line string into an 
arguments slice

 Argv is a  library for Go that allows splitting a command line string into an
 arguments slice. It uses the bash syntax to replace environment variables and
 interpret values within single quotes.

 This library is a dependency of delve (github.com/go-delve/delve, ITP in
 #932835). If possible I'd like this package to be co-mantained/sponsored by the
 Go Team.



Bug#933687: ITP: golang-golang-x-arch -- Library with machine architecture information

2019-08-01 Thread Emanuel Krivoy
Package: wnpp
Severity: wishlist
Owner: Emanuel Krivoy 

* Package name: golang-golang-x-arch
  Version : 0.0~git20190312.788fe5f-1
  Upstream Author : The Go Authors
* URL : https://github.com/golang/arch
* License : BSD-3-clause
  Programming Lang: Go
  Description : Library with machine architecture information

This library holds machine architecture information used by the Go
toolchain. It supports the arm, arm64, ppc64 and x86 architectures. It mostly
includes functions for decoding assembly instructions.

This library is a dependency of delve (github.com/go-delve/delve, ITP in
#932835). If possible I'd like this package to be co-mantained/sponsored by the
Go Team.



Bug#932836: ITP: golang-rsc-pdf -- PDF reader library

2019-07-23 Thread Emanuel Krivoy
Package: wnpp
Severity: wishlist
Owner: Emanuel Krivoy 

* Package name: golang-rsc-pdf
  Version : 0.1.0+git20180525.c47d69c-1
  Upstream Author : Russ Cox
* URL : https://github.com/rsc/pdf
* License : BSD-3-clause
  Programming Lang: Go
  Description : Golang library that provides a reader for the PDF format

PDF is Adobe's Portable Document Format. A PDF document is a complex data format
built on a fairly simple structure. This package exposes the simple structure
along with some wrappers to extract basic information. If more complex
information is needed, it is possible to extract that information by
interpreting the structure exposed by this package.

This library is a dependency of the golang.org/x/arch library, which is a
dependency of delve (github.com/go-delve/delve, ITP in #932835). If possible I'd
like this package to be co-mantained/sponsored by the Go Team.



Bug#932835: ITP: delve -- Delve is a debugger for the Go programming language.

2019-07-23 Thread Emanuel Krivoy
Package: wnpp
Severity: wishlist
Owner: Emanuel Krivoy 

* Package name: delve
  Version : 1.2.0+git20190509.c30a333-1
  Upstream Author : Derek Parker 
* URL : https://github.com/go-delve/delve
* License : MIT
  Programming Lang: Go
  Description : Delve is a debugger for the Go programming language.

The goal of the project is to provide a simple, full featured debugging tool
for Go. Delve should be easy to invoke and easy to use. Chances are if you're
using a debugger, things aren't going your way. With that in mind, Delve
should stay out of your way as much as possible.

Delve is the recommended debugging tool in official documentation
(https://golang.org/doc/gdb) and blog
(https://blog.golang.org/debugging-what-you-deploy).

If possible I'd like this package to be co-mantained/sponsored by the Go Team.