An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 1.1% on proxy.golang.org
Top 0.3% dependent packages on proxy.golang.org
Top 0.2% dependent repos on proxy.golang.org
Top 2.2% forks on proxy.golang.org

proxy.golang.org : github.com/go-bindata/go-bindata/v3

bindata converts any file into manageable Go source code. Useful for embedding binary data into a go program. The file data is optionally gzip compressed before being converted to a raw byte slice. The following paragraphs cover some of the customization options which can be specified in the Config struct, which must be passed into the Translate() call. When used with the `Debug` option, the generated code does not actually include the asset data. Instead, it generates function stubs which load the data from the original file on disk. The asset API remains identical between debug and release builds, so your code will not have to change. This is useful during development when you expect the assets to change often. The host application using these assets uses the same API in both cases and will not have to care where the actual data comes from. An example is a Go webserver with some embedded, static web content like HTML, JS and CSS files. While developing it, you do not want to rebuild the whole server and restart it every time you make a change to a bit of javascript. You just want to build and launch the server once. Then just press refresh in the browser to see those changes. Embedding the assets with the `debug` flag allows you to do just that. When you are finished developing and ready for deployment, just re-invoke `go-bindata` without the `-debug` flag. It will now embed the latest version of the assets. The `NoMemCopy` option will alter the way the output file is generated. It will employ a hack that allows us to read the file data directly from the compiled program's `.rodata` section. This ensures that when we call call our generated function, we omit unnecessary memcopies. The downside of this, is that it requires dependencies on the `reflect` and `unsafe` packages. These may be restricted on platforms like AppEngine and thus prevent you from using this mode. Another disadvantage is that the byte slice we create, is strictly read-only. For most use-cases this is not a problem, but if you ever try to alter the returned byte slice, a runtime panic is thrown. Use this mode only on target platforms where memory constraints are an issue. The default behaviour is to use the old code generation method. This prevents the two previously mentioned issues, but will employ at least one extra memcopy and thus increase memory requirements. For instance, consider the following two examples: This would be the default mode, using an extra memcopy but gives a safe implementation without dependencies on `reflect` and `unsafe`: Here is the same functionality, but uses the `.rodata` hack. The byte slice returned from this example can not be written to without generating a runtime error. The NoCompress option indicates that the supplied assets are *not* GZIP compressed before being turned into Go code. The data should still be accessed through a function call, so nothing changes in the API. This feature is useful if you do not care for compression, or the supplied resource is already compressed. Doing it again would not add any value and may even increase the size of the data. The default behaviour of the program is to use compression. The keys used in the `_bindata` map are the same as the input file name passed to `go-bindata`. This includes the path. In most cases, this is not desirable, as it puts potentially sensitive information in your code base. For this purpose, the tool supplies another command line flag `-prefix`. This accepts a portion of a path name, which should be stripped off from the map keys and function names. For example, running without the `-prefix` flag, we get: Running with the `-prefix` flag, we get: With the optional Tags field, you can specify any go build tags that must be fulfilled for the output file to be included in a build. This is useful when including binary data in multiple formats, where the desired format is specified at build time with the appropriate tags. The tags are appended to a `// +build` line in the beginning of the output file and must follow the build tags syntax specified by the go tool.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/go-bindata/go-bindata/v3
Keywords: bindata , go-bindata , golang
License: CC0-1.0
Latest release: over 5 years ago
First release: over 2 years ago
Namespace: github.com/go-bindata/go-bindata
Dependent packages: 221
Dependent repositories: 2,196
Stars: 1,679 on GitHub
Forks: 145 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 15 hours ago

Top 9.1% on proxy.golang.org
github.skymusic.top/operator-framework/operator-lifecycle-manager v0.27.0
18 versions - Latest release: over 1 year ago
Top 6.1% on proxy.golang.org
github.com/openshift/operator-framework-olm v0.0.0-20240120014224-a9ea0bb2e0cb
A management framework for extending Kubernetes with Operators
43 versions - Latest release: over 1 year ago - 10 stars on GitHub
Top 0.5% on proxy.golang.org
k8s.io/test-infra v0.0.0-20240103232128-fc5e4f969478
Test infrastructure for the Kubernetes project.
2,225 versions - Latest release: over 1 year ago - 139 dependent packages - 648 dependent repositories - 3,575 stars on GitHub
Top 5.3% on proxy.golang.org
github.com/bittorrent/go-btfs v0.0.0-20231227100918-a5500e3a15e5
BTFS is a global, versioned, peer-to-peer filesystem
7 versions - Latest release: over 1 year ago - 140 stars on GitHub
github.com/simple-container-com/welder v0.0.0-20231210065542-fb1b24bf9b46
1 version - Latest release: over 1 year ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/jkstack/natpass v0.13.0
40 versions - Latest release: over 1 year ago
Top 4.5% on proxy.golang.org
github.com/lwch/natpass v0.13.0
🔥居家办公,远程开发神器
40 versions - Latest release: over 1 year ago - 3,484 stars on GitHub
github.com/maxgio92/test-infra v0.1.0
Test infrastructure for the Kubernetes project.
1 version - Latest release: about 2 years ago - 0 stars on GitHub
github.com/faroshq/faros v0.0.23
Faros - Self-managed minimalistic Kubernetes control planes
22 versions - Latest release: about 2 years ago - 1 dependent repositories - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/xbradylee/tempcurium v0.0.0-20230121001220-c4e204e41361
1 version - Latest release: over 2 years ago
github.com/faroshq/faros-hub v0.0.0-20221202104012-97e98db58fdc
Edge device management platform based on Kubernetes
2 versions - Latest release: over 2 years ago - 1 dependent repositories - 2 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/maistra/istio-workspace v0.5.3
Safely develop and test on any Kubernetes cluster without affecting others.
18 versions - Latest release: over 2 years ago - 56 stars on GitHub
Top 5.8% on proxy.golang.org
github.com/Maistra/istio-workspace v0.5.3
Safely develop and test on any Kubernetes cluster without affecting others.
18 versions - Latest release: over 2 years ago - 56 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/dtfranz/api v0.0.0-20221027192644-c80ba5991dbc
Contains the API definitions used by OLM and Marketplace
2 versions - Latest release: over 2 years ago - 1 dependent package - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/awgreene/api v0.13.0
Contains the API definitions used by OLM and Marketplace
8 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 5.1% on proxy.golang.org
github.com/ipfs-shipyard/gomobile-ipfs/packages v0.0.0-20221025135046-abb3f42cf97c
IPFS and libp2p on Mobile, with Gomobile
2 versions - Latest release: over 2 years ago - 263 stars on GitHub
github.com/voyager-hang/go-chrome-build v1.1.5
go-chrome project packaging tool;开发中,请勿使用;In development, please do not use
9 versions - Latest release: over 2 years ago - 1 dependent repositories - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/mygithub-hang/go-chrome-build v1.1.5
7 versions - Latest release: over 2 years ago
Top 8.2% on proxy.golang.org
github.com/grokspawn/api v0.17.1
Contains the API definitions used by OLM and Marketplace
62 versions - Latest release: almost 3 years ago - 0 stars on GitHub
Top 8.3% on proxy.golang.org
github.com/agregoreweb/agregore-ipfs-daemon v1.0.5
6 versions - Latest release: about 3 years ago - 4 stars on GitHub
Top 8.3% on proxy.golang.org
github.com/AgregoreWeb/agregore-ipfs-daemon v1.0.5
6 versions - Latest release: about 3 years ago - 4 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/valist-io/valist-go v0.0.0-20220505184421-38749d4440ec
Valist v2 Go SDK
1 version - Latest release: about 3 years ago - 1 stars on GitHub
Top 8.3% on proxy.golang.org
github.com/stolostron/hub-cluster-controller v0.4.0
1 version - Latest release: about 3 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/hlm-ipfs/go-ipfs v0.12.2
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
123 versions - Latest release: about 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/joshrwolf/ripfs v0.0.1
Kubernetes native Registry backed by IPFS
9 versions - Latest release: about 3 years ago - 3 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/sonr-io/go-ipfs v0.12.1
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
121 versions - Latest release: over 3 years ago - 1 stars on GitHub
Top 8.2% on proxy.golang.org
git.d464.sh/adc/go-ipfs v0.12.1
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
121 versions - Latest release: over 3 years ago
Top 8.2% on proxy.golang.org
github.com/alex-bezek/api v0.14.0
Contains the API definitions used by OLM and Marketplace
58 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/pubgo/example v0.0.0-20211222095709-1d2a90e8b51c
1 version - Latest release: over 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com.cnpmjs.org/ipfs/go-ipfs.git v0.11.0
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
119 versions - Latest release: over 3 years ago
Top 8.2% on proxy.golang.org
github.com/godcong/go-ipfs v0.11.0
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
119 versions - Latest release: over 3 years ago
Top 8.2% on proxy.golang.org
github.com/mar1n3r0/go-ipfs-with-orbit-db-integration v0.11.0
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
21 versions - Latest release: over 3 years ago
Top 8.2% on proxy.golang.org
github.com/qri-io/wnfs-go/cmd v0.0.0-20211205025525-8caa0a9cc3d4
1 version - Latest release: over 3 years ago
Top 8.2% on proxy.golang.org
github.com/antnest-network/ant v0.2.1
IPFS is a global, versioned, peer-to-peer filesystem
3 versions - Latest release: over 3 years ago
Top 8.2% on proxy.golang.org
github.com/tonyHup/go-ipfs v0.100.8
IPFS is a global, versioned, peer-to-peer filesystem
129 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/tonyhup/go-ipfs v0.100.8
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
129 versions - Latest release: over 3 years ago
Top 8.2% on proxy.golang.org
github.com/fouadh/gocan v0.2.3
Analyze your code as a crime scene !
6 versions - Latest release: over 3 years ago - 11 stars on GitHub
Top 8.2% on proxy.golang.org
gitlab.dms3.io/dms3/go-dms3 v0.0.2
DMS3 is a global, versioned, peer-to-peer filesystem
2 versions - Latest release: over 3 years ago
Top 4.1% on proxy.golang.org
github.com/fgiloux/api v0.10.7 removed
53 versions - Latest release: over 3 years ago
Top 6.5% on proxy.golang.org
github.com/cloudflare/go-ipfs v0.10.0
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
116 versions - Latest release: over 3 years ago - 37 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/netsoc/webspace-ng v0.5.1
11 versions - Latest release: over 3 years ago
Top 8.2% on proxy.golang.org
github.com/netsoc/webspaced v0.5.1
Microservice for managing containerised webspaces
11 versions - Latest release: over 3 years ago - 7 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/devopstoday11/tarian v0.0.3-alpha3
Anti-Virus for K8s. Protect your Applications running on Kubernetes from malicious attacks with p...
7 versions - Latest release: over 3 years ago - 2 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/aslakknutsen/istio-workspace v0.4.0
Safely develop and test on any Kubernetes cluster without affecting others.
14 versions - Latest release: almost 4 years ago - 0 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/ankitathomas/api v0.10.5 removed
51 versions - Latest release: almost 4 years ago
Top 4.1% on proxy.golang.org
github.com/bentito/api v0.10.5 removed
51 versions - Latest release: almost 4 years ago
Top 8.2% on proxy.golang.org
github.com/josefkarasek/api v0.10.5
Contains the API definitions used by OLM and Marketplace
51 versions - Latest release: almost 4 years ago - 0 stars on GitHub
Top 8.6% on proxy.golang.org
github.com/netsoc/iam v1.1.2
Netsoc's new account management microservice
25 versions - Latest release: almost 4 years ago - 1 stars on GitHub
Top 8.2% on proxy.golang.org
thebigman.ddns.net/root/go-ipfs v0.9.1
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
21 versions - Latest release: almost 4 years ago
Top 8.2% on proxy.golang.org
github.com/shaheerbakali/go-ipfs v0.9.1
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
113 versions - Latest release: almost 4 years ago - 0 stars on GitHub
Top 8.1% on proxy.golang.org
github.com/kenlabs/go-ipfs v0.9.1
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
112 versions - Latest release: almost 4 years ago - 1 stars on GitHub
Top 8.2% on proxy.golang.org
gitee.com/Crazyrw/go-ipfs v0.9.1
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
112 versions - Latest release: almost 4 years ago
Top 8.2% on proxy.golang.org
thebigman.ddns.net/ipfs/go-ipfs v0.9.1
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
53 versions - Latest release: almost 4 years ago
Top 8.2% on proxy.golang.org
github.com/issieyoung/go-ipfs v0.9.0
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
90 versions - Latest release: almost 4 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/nob404dy/go-ipfs v0.8.1
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
110 versions - Latest release: about 4 years ago
Top 8.2% on proxy.golang.org
github.com/clusterize-io/kops v1.20.1
Package kops is the parent package for the kops kubernetes-ops tool..
59 versions - Latest release: about 4 years ago
Top 9.0% on proxy.golang.org
github.com/sandeepkumar1234/kops-kuberntes v1.20.1
Package kops is the parent package for the kops kubernetes-ops tool..
60 versions - Latest release: about 4 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/prantlf/sazdump v0.0.17
17 versions - Latest release: about 4 years ago
Top 4.1% on proxy.golang.org
github.com/prantlf/saz-dumper v0.0.17 removed
17 versions - Latest release: about 4 years ago
Top 8.2% on proxy.golang.org
github.com/prantlf/saz-tools v0.0.17
Tools for SAZ files (Fiddler logs) - parsing, printing and analyzing using a web page.
17 versions - Latest release: about 4 years ago - 2 stars on GitHub
github.com/yoavweber/go-pgfs v1.0.0
IPFS is a global, versioned, peer-to-peer filesystem
109 versions - Latest release: about 4 years ago - 1 dependent repositories - 1 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/maestrosdk/maestro v0.19.0
54 versions - Latest release: about 4 years ago
Top 1.6% on proxy.golang.org
github.com/kudobuilder/kudo v0.19.0
Kubernetes Universal Declarative Operator (KUDO)
54 versions - Latest release: about 4 years ago - 9 dependent packages - 12 dependent repositories - 1,086 stars on GitHub
Top 8.6% on proxy.golang.org
github.com/looshlee/cilium v1.9.6
eBPF-based Networking, Security, and Observability
213 versions - Latest release: about 4 years ago - 1 stars on GitHub
Top 7.8% on proxy.golang.org
github.com/wanglu119/ng-ssh v0.2.0
3 versions - Latest release: about 4 years ago - 8 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/chez-shanpu/cilium v1.9.5
eBPF-based Networking, Security, and Observability
210 versions - Latest release: over 4 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/trustprotocol/go-ipfs v0.8.0
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
108 versions - Latest release: over 4 years ago - 0 stars on GitHub
github.com/filepp/go-ipfs v0.8.0
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
108 versions - Latest release: over 4 years ago - 1 dependent repositories - 1 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/liyue201/go-ipfs v0.8.0
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
108 versions - Latest release: over 4 years ago
Top 8.2% on proxy.golang.org
github.com/cosminmin/go-ipfs v0.8.0
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
108 versions - Latest release: over 4 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/jatofg/go-ipfs v0.8.0
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
108 versions - Latest release: over 4 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/quieoo/go-ipfs v0.8.0
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
108 versions - Latest release: over 4 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/japaneseuyeh/ipfs v0.8.0
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
108 versions - Latest release: over 4 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/g1129/go-ipfs v0.8.0
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
110 versions - Latest release: over 4 years ago - 0 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/pedrorsantana/boundary v0.1.7 removed
8 versions - Latest release: over 4 years ago
Top 8.2% on proxy.golang.org
github.com/desops/khan v0.0.16
Configuration Management
16 versions - Latest release: over 4 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
khan.rip v0.0.16
Configuration Management
16 versions - Latest release: over 4 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/mikaayenson/go-atomicredteam v0.1.0
2 versions - Latest release: over 4 years ago
Top 6.2% on proxy.golang.org
actshad.dev/go-atomicredteam v0.1.0
go-atomicredteam is a Golang application to execute tests as defined in the atomics folder of Red...
2 versions - Latest release: over 4 years ago - 49 stars on GitHub
Top 6.0% on proxy.golang.org
github.com/activeshadow/go-atomicredteam v0.1.0
go-atomicredteam is a Golang application to execute tests as defined in the atomics folder of Red...
2 versions - Latest release: over 4 years ago - 34 stars on GitHub
Top 8.9% on proxy.golang.org
github.com/gandro/cilium v1.9.3
eBPF-based Networking, Security, and Observability
202 versions - Latest release: over 4 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/asekretenko/kudo v0.18.2
Kubernetes Universal Declarative Operator (KUDO)
52 versions - Latest release: over 4 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/idenaio/idena-go v1.0.1
101 versions - Latest release: over 4 years ago
Top 8.2% on proxy.golang.org
github.com/jmrodri/api-1 v0.5.2
Contains the API definitions used by OLM and Marketplace
33 versions - Latest release: over 4 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/rullzzz/go-testcoin v0.24.1
1 version - Latest release: over 4 years ago
Top 8.2% on proxy.golang.org
github.com/tron-us/go-btfs v1.5.0
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
79 versions - Latest release: over 4 years ago - 282 stars on GitHub
Top 3.4% on proxy.golang.org
github.com/TRON-US/go-btfs v1.5.0
BTFS is a global, versioned, peer-to-peer filesystem
79 versions - Latest release: over 4 years ago - 1 dependent package - 8 dependent repositories - 282 stars on GitHub
Top 7.2% on proxy.golang.org
github.com/yobert/duck v0.0.5
5 versions - Latest release: over 4 years ago - 1 dependent repositories
Top 9.0% on proxy.golang.org
github.com/playboyfly/cilium v1.9.1
200 versions - Latest release: over 4 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/elfadel/cilium v1.9.1
200 versions - Latest release: over 4 years ago
Top 5.7% on proxy.golang.org
github.com/google/ts-bridge v0.2.0
Time Series Bridge: a tool to import metrics from one monitoring system to another
2 versions - Latest release: over 4 years ago - 43 stars on GitHub
github.com/l1b0k/cilium v1.9.0
eBPF-based Networking, Security, and Observability
197 versions - Latest release: over 4 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/Xiaoyang-Gu/operator-lifecycle-manager v0.17.0
A management framework for extending Kubernetes with Operators
1 version - Latest release: over 4 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/StephanieSunshine/go-ipfs-spider-plugin v0.0.0-20201027093208-8b82b58c87d3
1 version - Latest release: over 4 years ago - 0 stars on GitHub
github.com/xbcsmith/mechserv v0.1.1
Mech Server
1 version - Latest release: over 4 years ago - 1 dependent repositories - 0 stars on GitHub
github.com/nikhilsbhat/unpackker v0.0.0-20200923165047-ebca4f873280
Package main initializes the cli of unpackker
1 version - Latest release: over 4 years ago - 1 dependent repositories - 1 stars on GitHub
Top 7.2% on proxy.golang.org
github.com/lazyledger/go-ipfs v0.7.0
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
108 versions - Latest release: over 4 years ago - 1 dependent repositories
Top 8.2% on proxy.golang.org
github.com/textileio/go-ipfs v0.7.0
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
106 versions - Latest release: over 4 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/innova-foundation/go-ipfs v0.7.0
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
107 versions - Latest release: over 4 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/angie3120/go-ipfs v0.7.0
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs pack...
106 versions - Latest release: over 4 years ago
Past Dependents
Include Past Dependents

Check this option to include packages that no longer depend on this package in their latest version but previously did.