this repo has no description
0
fork

Configure Feed

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

Refactor deps and re-release.

Boris D. 2856971a 51635a4a

+35 -14
+3 -2
packages/camlkit-base/camlkit-base.0.1.1/opam
··· 16 16 "ctypes-foreign" {>= "0.22.0"} 17 17 "alcotest" {with-test} 18 18 "odoc" {with-doc} 19 + "conf-gnustep-base" {os != "macos"} 19 20 "conf-libobjc2" {os != "macos"} 20 21 "conf-clang" {os != "macos"} 21 22 ] ··· 39 40 ] 40 41 dev-repo: "git+https://github.com/dboris/camlkit.git" 41 42 url { 42 - src: "https://github.com/dboris/camlkit/archive/refs/tags/v0.1.1-alpha.5.tar.gz" 43 - checksum: "sha256=cdef34342161d88fe8b20a2027331010312c26708ef4c9cca6068ca52e72b07b" 43 + src: "https://github.com/dboris/camlkit/archive/refs/tags/v0.1.1-alpha.6.tar.gz" 44 + checksum: "sha256=343a50bd7b890d4626d2d815d9c100c237083d7c9f90d24f5c3f4da1ebdd2927" 44 45 }
+3 -3
packages/camlkit-gui/camlkit-gui.0.1.1/opam
··· 11 11 "dune" {>= "3.13"} 12 12 "camlkit-base" {= version} 13 13 "odoc" {with-doc} 14 - "conf-gnustep" {os != "macos"} 14 + "conf-gnustep-gui" {os != "macos"} 15 15 ] 16 16 build: [ 17 17 ["dune" "subst"] {dev} ··· 31 31 ] 32 32 dev-repo: "git+https://github.com/dboris/camlkit.git" 33 33 url { 34 - src: "https://github.com/dboris/camlkit/archive/refs/tags/v0.1.1-alpha.5.tar.gz" 35 - checksum: "sha256=cdef34342161d88fe8b20a2027331010312c26708ef4c9cca6068ca52e72b07b" 34 + src: "https://github.com/dboris/camlkit/archive/refs/tags/v0.1.1-alpha.6.tar.gz" 35 + checksum: "sha256=343a50bd7b890d4626d2d815d9c100c237083d7c9f90d24f5c3f4da1ebdd2927" 36 36 }
+2 -2
packages/camlkit/camlkit.0.1.1/opam
··· 33 33 ] 34 34 dev-repo: "git+https://github.com/dboris/camlkit.git" 35 35 url { 36 - src: "https://github.com/dboris/camlkit/archive/refs/tags/v0.1.1-alpha.5.tar.gz" 37 - checksum: "sha256=cdef34342161d88fe8b20a2027331010312c26708ef4c9cca6068ca52e72b07b" 36 + src: "https://github.com/dboris/camlkit/archive/refs/tags/v0.1.1-alpha.6.tar.gz" 37 + checksum: "sha256=343a50bd7b890d4626d2d815d9c100c237083d7c9f90d24f5c3f4da1ebdd2927" 38 38 }
+19
packages/conf-gnustep-base/conf-gnustep-base.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "https://github.com/ocaml/opam-repository/issues" 3 + homepage: "https://gnustep.github.io/" 4 + bug-reports: "https://github.com/ocaml/opam-repository/issues" 5 + authors: "The GNUstep devs" 6 + license: "LGPL-2.1-only" 7 + build: [ 8 + ["rpm" "-q" "gnustep-base-devel"] {os-distribution = "fedora" | os-family = "opensuse"} 9 + ["pkg" "info" "gnustep-base"] {os = "freebsd"} 10 + ] 11 + depexts: [ 12 + ["gnustep-base-devel"] {os-distribution = "fedora" | os-family = "opensuse"} 13 + ["gnustep-base"] {os = "freebsd"} 14 + ] 15 + available: os = "freebsd" | os-distribution = "fedora" | os-family = "opensuse" 16 + synopsis: "Virtual package relying on gnustep-base lib system installation" 17 + description: 18 + "This package can only install if the gnustep-base lib is installed on the system." 19 + flags: conf
+5 -5
packages/conf-gnustep/conf-gnustep.1/opam packages/conf-gnustep-gui/conf-gnustep-gui.1/opam
··· 5 5 authors: "The GNUstep devs" 6 6 license: "LGPL-2.1-only" 7 7 build: [ 8 - ["dpkg" "-L" "libgnustep-gui-dev"] {os-family = "debian" | os-family = "ubuntu"} 9 - ["pkg" "info" "gnustep-gui"] {os-distribution = "freebsd"} 8 + ["rpm" "-q" "gnustep-gui-devel"] {os-distribution = "fedora"} 9 + ["pkg" "info" "gnustep-gui"] {os = "freebsd"} 10 10 ] 11 11 depexts: [ 12 - ["libgnustep-gui-dev"] {os-family = "debian"} 13 - ["libgnustep-gui-dev"] {os-family = "ubuntu"} 14 - ["gnustep-gui"] {os-distribution = "freebsd"} 12 + ["gnustep-gui-devel"] {os-distribution = "fedora"} 13 + ["gnustep-gui"] {os = "freebsd"} 15 14 ] 15 + available: os = "freebsd" | os-distribution = "fedora" 16 16 synopsis: "Virtual package relying on gnustep-gui lib system installation" 17 17 description: 18 18 "This package can only install if the gnustep-gui lib is installed on the system."
+3 -2
packages/conf-libobjc2/conf-libobjc2.1/opam
··· 6 6 license: "MIT" 7 7 build: [ 8 8 ["rpm" "-q" "libobjc2-devel"] {os-distribution = "fedora" | os-family = "opensuse"} 9 - ["pkg" "info" "libobjc2"] {os-distribution = "freebsd"} 9 + ["pkg" "info" "libobjc2"] {os = "freebsd"} 10 10 ] 11 11 depexts: [ 12 12 ["libobjc2-devel"] {os-distribution = "fedora" | os-family = "opensuse"} 13 - ["libobjc2"] {os-distribution = "freebsd"} 13 + ["libobjc2"] {os = "freebsd"} 14 14 ] 15 + available: os = "freebsd" | os-distribution = "fedora" | os-family = "opensuse" 15 16 synopsis: "Virtual package relying on libobjc2 lib system installation" 16 17 description: 17 18 "This package can only install if the libobjc2 lib is installed on the system."