@@ -29,28 +29,19 @@ Currently, the following package managers (grouped by the programming language t
29
29
* [ Stack] ( https://haskellstack.org/ )
30
30
* Java
31
31
* [ Gradle] ( https://gradle.org/ )
32
- * [ Maven] ( https://maven.apache.org/ ) (limitations:
33
- [ default profile only] ( https://github.com/oss-review-toolkit/ort/issues/1774 ) )
32
+ * [ Maven] ( https://maven.apache.org/ ) (limitations: [ default profile only] ( https://github.com/oss-review-toolkit/ort/issues/1774 ) )
34
33
* JavaScript / Node.js
35
34
* [ Bower] ( https://bower.io/ )
36
- * [ NPM] ( https://www.npmjs.com/ ) (limitations:
37
- [ no peer dependencies] ( https://github.com/oss-review-toolkit/ort/issues/95 ) )
38
- * [ PNPM] ( https://pnpm.io/ ) (limitations:
39
- [ no peer dependencies] ( https://github.com/oss-review-toolkit/ort/issues/95 ) )
35
+ * [ NPM] ( https://www.npmjs.com/ ) (limitations: [ no peer dependencies] ( https://github.com/oss-review-toolkit/ort/issues/95 ) )
36
+ * [ PNPM] ( https://pnpm.io/ ) (limitations: [ no peer dependencies] ( https://github.com/oss-review-toolkit/ort/issues/95 ) )
40
37
* [ Yarn 1] ( https://classic.yarnpkg.com/ )
41
38
* [ Yarn 2+] ( https://v2.yarnpkg.com/ )
42
39
* .NET
43
- * [ DotNet] ( https://docs.microsoft.com/en-us/dotnet/core/tools/ ) (limitations:
44
- [ no floating versions / ranges] ( https://github.com/oss-review-toolkit/ort/pull/1303#issue-253860146 ) ,
45
- [ no target framework] ( https://github.com/oss-review-toolkit/ort/issues/4083 ) )
46
- * [ NuGet] ( https://www.nuget.org/ ) (limitations:
47
- [ no floating versions / ranges] ( https://github.com/oss-review-toolkit/ort/pull/1303#issue-253860146 ) ,
48
- [ no target framework] ( https://github.com/oss-review-toolkit/ort/issues/4083 ) )
40
+ * [ DotNet] ( https://docs.microsoft.com/en-us/dotnet/core/tools/ ) (limitations: [ no floating versions / ranges] ( https://github.com/oss-review-toolkit/ort/pull/1303#issue-253860146 ) , [ no target framework] ( https://github.com/oss-review-toolkit/ort/issues/4083 ) )
41
+ * [ NuGet] ( https://www.nuget.org/ ) (limitations: [ no floating versions / ranges] ( https://github.com/oss-review-toolkit/ort/pull/1303#issue-253860146 ) , [ no target framework] ( https://github.com/oss-review-toolkit/ort/issues/4083 ) )
49
42
* Objective-C / Swift
50
- * [ Carthage] ( https://github.com/Carthage/Carthage ) (limitation:
51
- [ no ` cartfile.private ` ] ( https://github.com/oss-review-toolkit/ort/issues/3774 ) )
52
- * [ CocoaPods] ( https://github.com/CocoaPods/CocoaPods ) (limitations:
53
- [ no custom source repositories] ( https://github.com/oss-review-toolkit/ort/issues/4188 ) )
43
+ * [ Carthage] ( https://github.com/Carthage/Carthage ) (limitation: [ no ` cartfile.private ` ] ( https://github.com/oss-review-toolkit/ort/issues/3774 ) )
44
+ * [ CocoaPods] ( https://github.com/CocoaPods/CocoaPods ) (limitations: [ no custom source repositories] ( https://github.com/oss-review-toolkit/ort/issues/4188 ) )
54
45
* [ SwiftPM] ( https://www.swift.org/package-manager )
55
46
* PHP
56
47
* [ Composer] ( https://getcomposer.org/ )
@@ -59,8 +50,7 @@ Currently, the following package managers (grouped by the programming language t
59
50
* [ Pipenv] ( https://pipenv.pypa.io/en/latest/ )
60
51
* [ Poetry] ( https://python-poetry.org/ )
61
52
* Ruby
62
- * [ Bundler] ( https://bundler.io/ ) (limitations:
63
- [ restricted to the version available on the host] ( https://github.com/oss-review-toolkit/ort/issues/1308 ) )
53
+ * [ Bundler] ( https://bundler.io/ ) (limitations: [ restricted to the version available on the host] ( https://github.com/oss-review-toolkit/ort/issues/1308 ) )
64
54
* Rust
65
55
* [ Cargo] ( https://doc.rust-lang.org/cargo/ )
66
56
* Scala
0 commit comments