this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix warning about missing licenses

Signed-off-by: Kakadu <Kakadu@pm.me>

Kakadu 3038f694 f4080cec

+9 -3
+1 -1
packages/OCanren-ppx/OCanren-ppx.0.3.0~alpha1/opam
··· 26 26 "Dmitrii Kosarev https://github.com/Kakadu" 27 27 "JetBrains Research https://research.jetbrains.org" 28 28 ] 29 - license: "LGPL-2.1" 29 + license: "LGPL-2.1-only" 30 30 homepage: "https://github.com/JetBrains-Research/OCanren" 31 31 bug-reports: "https://github.com/JetBrains-Research/OCanren/issues" 32 32 depends: [
+1 -1
packages/OCanren/OCanren.0.3.0/opam
··· 17 17 "Petr Lozov https://github.com/Lozov-Petr" 18 18 "JetBrains Research https://research.jetbrains.org" 19 19 ] 20 - license: "LGPL-2.1" 20 + license: "LGPL-2.1-only" 21 21 homepage: "https://github.com/JetBrains-Research/OCanren" 22 22 bug-reports: "https://github.com/JetBrains-Research/OCanren/issues" 23 23 depends: [
+1
packages/lablqml/lablqml.0.5.2/opam
··· 4 4 homepage: "http://kakadu.github.io/lablqt/" 5 5 bug-reports: "https://github.com/kakadu/lablqml/issues" 6 6 dev-repo: "git+https://github.com/Kakadu/lablqml.git" 7 + license: "LGPL-2.1-or-later" 7 8 tags: [ "gui" "ui" "qt" ] 8 9 9 10 build: [
+1
packages/lablqml/lablqml.0.5/opam
··· 2 2 maintainer: "kakadu.hafanana@gmail.com" 3 3 authors: "kakadu.hafanana@gmail.com" 4 4 homepage: "http://kakadu.github.io/lablqt/" 5 + license: "LGPL-2.1-or-later" 5 6 bug-reports: "https://github.com/kakadu/lablqml/issues" 6 7 dev-repo: "git+https://github.com/Kakadu/lablqml.git" 7 8 tags: [ "gui" "ui" "qt" ]
+2 -1
packages/lablqml/lablqml.0.6/opam
··· 4 4 homepage: "http://kakadu.github.io/lablqt/" 5 5 bug-reports: "https://github.com/kakadu/lablqml/issues" 6 6 dev-repo: "git+https://github.com/Kakadu/lablqml.git" 7 + license: "LGPL-2.1-or-later" 7 8 tags: [ "gui" "ui" "qt" ] 8 9 9 10 build: [ ··· 25 26 depends: [ 26 27 "ocaml" {>= "4.03.0" & < "4.09" } 27 28 "ocamlfind" {build} 28 - "dune" 29 + "dune" {>= "2.7"} 29 30 "configurator" {build} 30 31 "conf-qt" {>= "5.2.1"} 31 32 "ppxlib" {< "0.9.0"}
+2
packages/lablqt/lablqt.0.2/opam
··· 5 5 bug-reports: "https://github.com/kakadu/lablqt/issues" 6 6 dev-repo: "git+https://github.com/Kakadu/lablqt.git" 7 7 8 + license: "LGPL-2.1-or-later" 9 + 8 10 available: [false] 9 11 10 12 build: [
+1
packages/ostap/ostap.0.5/opam
··· 1 1 opam-version: "2.0" 2 2 synopsis: "Parser-combinator library" 3 3 authors: "dboulytchev@gmail.com" 4 + license: "LGPL-2.1-or-later" 4 5 maintainer: "Kakadu@pm.me" 5 6 homepage: "https://github.com/dboulytchev/ostap" 6 7 bug-reports: "https://github.com/Kakadu/ostap/issues"