this repo has no description
0
fork

Configure Feed

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

Merge pull request #27020 from Kakadu/x-maintenance-intent

Kakadu's x-maintanenece-intents (ready for review)

authored by

Marcello Seri and committed by
GitHub
92bf71ce 7b39fc24

+55 -14
+2
packages/GT/GT.0.5.3/opam
··· 57 57 ] 58 58 } 59 59 x-commit-hash: "50162c20423fabb3c9c8c67151c255ef74f275fa" 60 + 61 + x-maintenance-intent: [ "(latest)" ]
+3 -1
packages/OCanren-ppx/OCanren-ppx.0.3.0/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: [ ··· 65 65 ] 66 66 } 67 67 68 + 69 + x-maintenance-intent: [ "(latest)" ]
+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: [
+2 -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: [ ··· 61 61 ] 62 62 } 63 63 64 + x-maintenance-intent: [ "(latest)" ]
+1 -1
packages/OCanren/OCanren.0.3.0~alpha1/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: [
+2
packages/conf-qt/conf-qt.5.2.1/opam
··· 68 68 "md5=78ed05ba24ce4c1f929276bdefef8818" 69 69 ] 70 70 } 71 + 72 + x-maintenance-intent: [ "(latest)" ]
+2 -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: [ ··· 22 23 ["ocamlfind" "remove" "lablqml"] 23 24 ["rm" "-f" "%{prefix}%/bin/ppx_qt"] 24 25 ] 25 - flags: [ light-uninstall ] 26 + flags: [ light-uninstall deprecated ] 26 27 depends: [ 27 28 "ocaml" {>= "4.03.0" & < "4.09.0"} 28 29 "ocamlfind" {build}
+2 -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" ] ··· 22 23 ["ocamlfind" "remove" "lablqml"] 23 24 ["rm" "-f" "%{prefix}%/bin/ppx_qt"] 24 25 ] 25 - flags: [ light-uninstall ] 26 + flags: [ light-uninstall deprecated ] 26 27 depends: [ 27 28 "ocaml" {>= "4.03.0" & < "4.05" } 28 29 "ocamlfind"
+2
packages/lablqml/lablqml.0.6.2/opam
··· 38 38 "md5=7d50f1444fd50fe70663138b2ab491f0" 39 39 ] 40 40 } 41 + 42 + flags: [ deprecated ]
+6 -5
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: [ 10 11 ["sh" "-exc" "PATH=/usr/lib64/qt5/bin:/usr/lib/qt5/bin:$PATH ./configure"] {os-distribution = "alpine" | os-distribution = "centos" | os-distribution = "fedora" } 11 12 ["sh" "-exc" "PATH=/usr/lib64/qt5/bin:/usr/lib/qt5/bin:$PATH make"] {os-distribution = "alpine" | os-distribution = "centos" | os-distribution = "fedora" } 12 - ["sh" "-exc" "PATH=/usr/lib64/qt5/bin:/usr/lib/qt5/bin:$PATH make demos"] 13 + ["sh" "-exc" "PATH=/usr/lib64/qt5/bin:/usr/lib/qt5/bin:$PATH make demos"] 13 14 { (os-distribution = "alpine" | os-distribution = "centos" | os-distribution = "fedora") & with-test } 14 - 15 + 15 16 ["./configure"] { os-distribution != "alpine" & os-distribution != "centos" & os-distribution != "fedora" } 16 17 [make] { os-distribution != "alpine" & os-distribution != "centos" & os-distribution != "fedora" } 17 - [make "demos"] { with-test & os-distribution != "alpine" & os-distribution != "centos" & os-distribution != "fedora" } 18 + [make "demos"] { with-test & os-distribution != "alpine" & os-distribution != "centos" & os-distribution != "fedora" } 18 19 ] 19 20 install: [ 20 21 ["sh" "-exc" "PATH=/usr/lib64/qt5/bin:/usr/lib/qt5/bin:$PATH make install"] { os-distribution = "alpine" | os-distribution = "centos" | os-distribution = "fedora" } 21 22 [make "install"] { os-distribution != "alpine" & os-distribution != "centos" & os-distribution != "fedora" } 22 23 ] 23 24 remove: [make "uninstall"] 24 - flags: [ light-uninstall ] 25 + flags: [ light-uninstall deprecated] 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/lablqml/lablqml.0.7/opam
··· 36 36 "sha512=30204036ac6f10dcae457b92a8bfee745338ad264f42158bf4b587ad84db6e4c601b6e2367baa3d990cb6ea63219bc764c577f026bfce57375a61c7f91abf011" 37 37 ] 38 38 } 39 + 40 + x-maintenance-intent: [ "(latest)" ]
+3 -1
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: [ ··· 29 31 ] 30 32 synopsis: "Tool for interfacing QtQuick with OCaml" 31 33 description: "Versions <= 0.4 are known as `lablqt`, >0.5 -- as `lablqml`." 32 - flags: light-uninstall 34 + flags: [ light-uninstall deprecated ] 33 35 url { 34 36 src: "https://github.com/Kakadu/lablqml/archive/0.2.tar.gz" 35 37 checksum: [
+3
packages/noCanren/noCanren.0.2.0/opam
··· 5 5 authors: ["https://github.com/Lozov-Petr" "https://github.com/Kakadu" "https://github.com/dboulytchev"] 6 6 homepage: "https://github.com/Lozov-Petr/noCanren" 7 7 bug-reports: "https://github.com/Lozov-Petr/noCanren/issues" 8 + license: "LGPL-2.1-or-later" 8 9 9 10 depends: [ 10 11 "ocaml" {= "4.10.1" } ··· 29 30 ] 30 31 } 31 32 33 + flags: [ deprecated ] 34 + x-maintenance-intent: [ "(latest)" ]
+4 -1
packages/noCanren/noCanren.0.3.0~alpha1/opam
··· 9 9 ] 10 10 homepage: "https://github.com/Lozov-Petr/noCanren" 11 11 bug-reports: "https://github.com/Lozov-Petr/noCanren/issues" 12 - license: "LGPL-2.1" 12 + license: "LGPL-2.1-or-later" 13 13 14 14 depends: [ 15 15 "dune" {>= "2.8"} ··· 47 47 "sha512=15edcac9705172dca2c852be6a024936c698ef2369dbc0515a003ff91e67d33e2b436af3a87cd77892b3317dc657db75b1c8abf4ff7067c196bb31f25ba8bd71" 48 48 ] 49 49 } 50 + 51 + flags: [ deprecated] 52 + x-maintenance-intent: [ "(latest)" ]
+1 -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" ··· 28 29 "sha256=b7c8499f46c6d376b2127ba4c926560d0bf6ac3a81aeb8c3fed95956e86f51be" 29 30 ] 30 31 } 31 -
+2
packages/ostap/ostap.0.6/opam
··· 40 40 ] 41 41 } 42 42 x-commit-hash: "7abc22aa3cd4b05a71d305063c972cb9f6e22db1" 43 + 44 + x-maintenance-intent: [ "(latest)" ]
+3
packages/qocamlbrowser/qocamlbrowser.0.2.10/opam
··· 35 35 "md5=b38e2eeb995f9f81b20891738d87d192" 36 36 ] 37 37 } 38 + 39 + flags: [ deprecated ] 40 + x-maintenance-intent: [ "(latest)" ]
+3
packages/qocamlbrowser/qocamlbrowser.0.2.11/opam
··· 32 32 "md5=908080104c7d62759957300a7bbb9fd4" 33 33 ] 34 34 } 35 + 36 + flags: [ deprecated ] 37 + x-maintenance-intent: [ "(latest)" ]
+3
packages/qocamlbrowser/qocamlbrowser.0.2.7/opam
··· 29 29 "md5=92fa0ddf6695487b51cc0af84abd4733" 30 30 ] 31 31 } 32 + 33 + flags: [ deprecated ] 34 + x-maintenance-intent: [ "(latest)" ]
+3
packages/qocamlbrowser/qocamlbrowser.0.2.8/opam
··· 27 27 "md5=ead8d48aa009f1da9fea8005423f1f0b" 28 28 ] 29 29 } 30 + 31 + flags: [ deprecated ] 32 + x-maintenance-intent: [ "(latest)" ]
+3
packages/qocamlbrowser/qocamlbrowser.0.2.9/opam
··· 32 32 "md5=abed95cc0de97bf1fc57cac7b097c8f2" 33 33 ] 34 34 } 35 + 36 + flags: [ deprecated ] 37 + x-maintenance-intent: [ "(latest)" ]
+2
packages/zanuda/zanuda.1.0.0/opam
··· 47 47 "sha512=d8a4ca63125e09aeab19b37fa3a23028da335a6e6dd88ca08e9398171a11ad461e05d915ac1cc4e4987d7371375bf815f5ea36237527d27812577209eda3c960" 48 48 ] 49 49 } 50 + 51 + x-maintenance-intent: [ "(latest)" ]