this repo has no description
0
fork

Configure Feed

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

Add x-maintenance-intent field

+12 -1
+1
packages/agrep/agrep.1.0/opam
··· 5 5 bug-reports: "https://github.com/xavierleroy/ocamlagrep/issues" 6 6 dev-repo: "git+https://github.com/xavierleroy/ocamlagrep.git" 7 7 license: "LGPL-2.0-or-later" 8 + x-maintenance-intent: ["(latest)"] 8 9 build: make 9 10 remove: [["ocamlfind" "remove" "agrep"]] 10 11 depends: [
+1
packages/camlidl/camlidl.1.12/opam
··· 8 8 "QPL-1.0 WITH OCaml-LGPL-linking-exception" 9 9 "LGPL-2.0-or-later WITH OCaml-LGPL-linking-exception" 10 10 ] 11 + x-maintenance-intent: ["(latest)"] 11 12 build: [ 12 13 ["mv" "config/Makefile.unix" "config/Makefile"] {os != "win32"} 13 14 ["mv" "config/Makefile.mingw" "config/Makefile"] {os = "win32"}
+1
packages/camlp-streams/camlp-streams.5.0.1/opam
··· 30 30 license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 31 31 homepage: "https://github.com/ocaml/camlp-streams" 32 32 bug-reports: "https://github.com/ocaml/camlp-streams/issues" 33 + x-maintenance-intent: ["(latest)"] 33 34 depends: [ 34 35 "dune" {>= "2.7"} 35 36 "ocaml" {>= "4.02.3"}
+1
packages/camlzip/camlzip.1.13/opam
··· 9 9 bug-reports: "https://github.com/xavierleroy/camlzip/issues" 10 10 dev-repo: "git+https://github.com/xavierleroy/camlzip.git" 11 11 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 12 + x-maintenance-intent: ["(latest)"] 12 13 depends: [ 13 14 "ocaml" {>= "4.13.0"} 14 15 "ocamlfind" {build}
+1
packages/cryptokit/cryptokit.1.20/opam
··· 5 5 maintainer: ["Xavier Leroy <xavier.leroy@college-de-france.fr>"] 6 6 authors: ["Xavier Leroy"] 7 7 license: "LGPL-2.0-or-later WITH OCaml-LGPL-linking-exception" 8 + x-maintenance-intent: ["(latest)"] 8 9 homepage: "https://github.com/xavierleroy/cryptokit" 9 10 bug-reports: "https://github.com/xavierleroy/cryptokit/issues" 10 11 depends: [
+2 -1
packages/dbm/dbm.1.4/opam
··· 1 1 opam-version: "2.0" 2 - maintainer: "https://github.com/ocaml/opam-repository/issues" 2 + maintainer: ["Xavier Leroy <xavier.leroy@college-de-france.fr>"] 3 3 authors: ["Francois Rouaix"] 4 4 homepage: "https://github.com/ocaml/dbm" 5 5 bug-reports: "https://github.com/ocaml/dbm/issues" 6 6 dev-repo: "git+https://github.com/ocaml/dbm.git" 7 7 license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 8 + x-maintenance-intent: ["(latest)"] 8 9 build: [ 9 10 ["./configure"] 10 11 [make "all"]
+1
packages/graphics/graphics.5.1.2/opam
··· 15 15 homepage: "https://github.com/ocaml/graphics" 16 16 doc: "https://ocaml.github.io/graphics/" 17 17 bug-reports: "https://github.com/ocaml/graphics/issues" 18 + x-maintenance-intent: ["(latest)"] 18 19 depends: [ 19 20 "dune" {>= "2.1"} 20 21 "dune-configurator"
+1
packages/mpi/mpi.1.06/opam
··· 5 5 bug-reports: "https://github.com/xavierleroy/ocamlmpi/issues" 6 6 dev-repo: "git+https://github.com/xavierleroy/ocamlmpi" 7 7 license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 8 + x-maintenance-intent: ["(latest)"] 8 9 build: [ 9 10 [make "all" 10 11 "MPIINCDIR=%{conf-mpi:includedir}%"
+1
packages/num/num.1.5-1/opam
··· 6 6 "Xavier Leroy" 7 7 ] 8 8 license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 9 + x-maintenance-intent: ["(latest)"] 9 10 homepage: "https://github.com/ocaml/num/" 10 11 bug-reports: "https://github.com/ocaml/num/issues" 11 12 dev-repo: "git+https://github.com/ocaml/num.git"
+1
packages/pringo/pringo.1.4/opam
··· 5 5 maintainer: "Xavier Leroy <xavier.leroy@college-de-france.fr>" 6 6 authors: "Xavier Leroy <xavier.leroy@college-de-france.fr>" 7 7 license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 8 + x-maintenance-intent: ["(latest)"] 8 9 homepage: "https://github.com/xavierleroy/pringo" 9 10 bug-reports: "https://github.com/xavierleroy/pringo/issues" 10 11 depends: [
+1
packages/zarith/zarith.1.14/opam
··· 9 9 bug-reports: "https://github.com/ocaml/Zarith/issues" 10 10 dev-repo: "git+https://github.com/ocaml/Zarith.git" 11 11 license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception" 12 + x-maintenance-intent: ["(latest)"] 12 13 build: [ 13 14 ["./configure"] 14 15 [make]