pkgsrc/textproc/go-org/PLIST
nikita 3d17ebb27c Add textproc/go-org version 1.1.0
Org mode parser with html & pretty printed org rendering in Go.
2020-06-29 12:56:03 +00:00

72 lines
4.6 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2020/06/29 12:56:03 nikita Exp $
bin/go-org
gopkg/pkg/${GO_PLATFORM}/github.com/niklasfasching/go-org/org.a
gopkg/src/github.com/niklasfasching/go-org/LICENSE
gopkg/src/github.com/niklasfasching/go-org/Makefile
gopkg/src/github.com/niklasfasching/go-org/README.org
gopkg/src/github.com/niklasfasching/go-org/etc/_goorgeous.go
gopkg/src/github.com/niklasfasching/go-org/etc/_wasm.go
gopkg/src/github.com/niklasfasching/go-org/etc/example.png
gopkg/src/github.com/niklasfasching/go-org/etc/generate-fixtures
gopkg/src/github.com/niklasfasching/go-org/etc/generate-gh-pages
gopkg/src/github.com/niklasfasching/go-org/etc/githooks/pre-push
gopkg/src/github.com/niklasfasching/go-org/etc/style.css
gopkg/src/github.com/niklasfasching/go-org/main.go
gopkg/src/github.com/niklasfasching/go-org/org/block.go
gopkg/src/github.com/niklasfasching/go-org/org/document.go
gopkg/src/github.com/niklasfasching/go-org/org/drawer.go
gopkg/src/github.com/niklasfasching/go-org/org/footnote.go
gopkg/src/github.com/niklasfasching/go-org/org/fuzz.go
gopkg/src/github.com/niklasfasching/go-org/org/headline.go
gopkg/src/github.com/niklasfasching/go-org/org/html_entity.go
gopkg/src/github.com/niklasfasching/go-org/org/html_writer.go
gopkg/src/github.com/niklasfasching/go-org/org/html_writer_test.go
gopkg/src/github.com/niklasfasching/go-org/org/inline.go
gopkg/src/github.com/niklasfasching/go-org/org/keyword.go
gopkg/src/github.com/niklasfasching/go-org/org/list.go
gopkg/src/github.com/niklasfasching/go-org/org/org_writer.go
gopkg/src/github.com/niklasfasching/go-org/org/org_writer_test.go
gopkg/src/github.com/niklasfasching/go-org/org/paragraph.go
gopkg/src/github.com/niklasfasching/go-org/org/table.go
gopkg/src/github.com/niklasfasching/go-org/org/testdata/blocks.html
gopkg/src/github.com/niklasfasching/go-org/org/testdata/blocks.org
gopkg/src/github.com/niklasfasching/go-org/org/testdata/blocks.pretty_org
gopkg/src/github.com/niklasfasching/go-org/org/testdata/captions.html
gopkg/src/github.com/niklasfasching/go-org/org/testdata/captions.org
gopkg/src/github.com/niklasfasching/go-org/org/testdata/captions.pretty_org
gopkg/src/github.com/niklasfasching/go-org/org/testdata/footnotes.html
gopkg/src/github.com/niklasfasching/go-org/org/testdata/footnotes.org
gopkg/src/github.com/niklasfasching/go-org/org/testdata/footnotes.pretty_org
gopkg/src/github.com/niklasfasching/go-org/org/testdata/footnotes_in_headline.html
gopkg/src/github.com/niklasfasching/go-org/org/testdata/footnotes_in_headline.org
gopkg/src/github.com/niklasfasching/go-org/org/testdata/footnotes_in_headline.pretty_org
gopkg/src/github.com/niklasfasching/go-org/org/testdata/headlines.html
gopkg/src/github.com/niklasfasching/go-org/org/testdata/headlines.org
gopkg/src/github.com/niklasfasching/go-org/org/testdata/headlines.pretty_org
gopkg/src/github.com/niklasfasching/go-org/org/testdata/inline.html
gopkg/src/github.com/niklasfasching/go-org/org/testdata/inline.org
gopkg/src/github.com/niklasfasching/go-org/org/testdata/inline.pretty_org
gopkg/src/github.com/niklasfasching/go-org/org/testdata/keywords.html
gopkg/src/github.com/niklasfasching/go-org/org/testdata/keywords.org
gopkg/src/github.com/niklasfasching/go-org/org/testdata/keywords.pretty_org
gopkg/src/github.com/niklasfasching/go-org/org/testdata/latex.html
gopkg/src/github.com/niklasfasching/go-org/org/testdata/latex.org
gopkg/src/github.com/niklasfasching/go-org/org/testdata/latex.pretty_org
gopkg/src/github.com/niklasfasching/go-org/org/testdata/lists.html
gopkg/src/github.com/niklasfasching/go-org/org/testdata/lists.org
gopkg/src/github.com/niklasfasching/go-org/org/testdata/lists.pretty_org
gopkg/src/github.com/niklasfasching/go-org/org/testdata/misc.html
gopkg/src/github.com/niklasfasching/go-org/org/testdata/misc.org
gopkg/src/github.com/niklasfasching/go-org/org/testdata/misc.pretty_org
gopkg/src/github.com/niklasfasching/go-org/org/testdata/options.html
gopkg/src/github.com/niklasfasching/go-org/org/testdata/options.org
gopkg/src/github.com/niklasfasching/go-org/org/testdata/options.pretty_org
gopkg/src/github.com/niklasfasching/go-org/org/testdata/paragraphs.html
gopkg/src/github.com/niklasfasching/go-org/org/testdata/paragraphs.org
gopkg/src/github.com/niklasfasching/go-org/org/testdata/paragraphs.pretty_org
gopkg/src/github.com/niklasfasching/go-org/org/testdata/setup_file_org
gopkg/src/github.com/niklasfasching/go-org/org/testdata/tables.html
gopkg/src/github.com/niklasfasching/go-org/org/testdata/tables.org
gopkg/src/github.com/niklasfasching/go-org/org/testdata/tables.pretty_org
gopkg/src/github.com/niklasfasching/go-org/org/util.go
gopkg/src/github.com/niklasfasching/go-org/org/writer.go