./devel/go-repr, Pythons repr() for Go

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2018Q4, Version: 0.0.0.20180921nb2, Package name: go-repr-0.0.0.20180921nb2, Maintainer: pkgsrc-users

This package attempts to represent Go values in a form that can be
used almost directly in Go source code.

Unfortunately, some values (such as pointers to basic types) can
not be represented directly in Go. These values will be represented
as &<value>. eg. &23


Required to build:
[lang/go111] [pkgtools/cwrappers]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2019-02-08 13:03:20 by S.P.Zeidler | Files touched by this commit (141) | Package updated
Log message:
revbump go dependents after lang/go111 and lang/go110 updates