ctucx.git: tinyDAV

[php] Cal-/ CardDAV server with a simple web-GUI based on SabreDAV

1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 
12 
13 
14 
15 
16 
17 
18 
19 
20 
21 
22 
23 
24 
25 
26 
27 
28 
29 
30 
31 
32 
33 
34 
35 
36 
37 
38 
39 
40 
41 
42 
43 
44 
45 
46 
47 
48 
49 
50 
51 
52 
53 
54 
55 
56 
57 
58 
59 
60 
61 
62 
63 
64 
65 
66 
67 
68 
69 
70 
71 
72 
73 
74 
75 
76 
77 
78 
79 
80 
81 
82 
83 
84 
85 
86 
87 
88 
89 
90 
91 
92 
93 
94 
95 
{composerEnv, fetchurl, fetchgit ? null, fetchhg ? null, fetchsvn ? null, noDev ? false}:

let
  packages = {
    "psr/log" = {
      targetDir = "";
      src = composerEnv.buildZipPackage {
        name = "psr-log-446d54b4cb6bf489fc9d75f55843658e6f25d801";
        src = fetchurl {
          url = https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801;
          sha256 = "04baykaig5nmxsrwmzmcwbs60ixilcx1n0r9wdcnvxnnj64cf2kr";
        };
      };
    };
    "ralouphie/mimey" = {
      targetDir = "";
      src = composerEnv.buildZipPackage {
        name = "ralouphie-mimey-8f74e6da73f9df7bd965e4e123f3d8fb9acb89ba";
        src = fetchurl {
          url = https://api.github.com/repos/ralouphie/mimey/zipball/8f74e6da73f9df7bd965e4e123f3d8fb9acb89ba;
          sha256 = "1jhbi5f9s0vm20b3law7r5iidszc94vy4brwnq823xh1ps14f2ib";
        };
      };
    };
    "sabre/dav" = {
      targetDir = "";
      src = composerEnv.buildZipPackage {
        name = "sabre-dav-fd0234d46c045fc9b35ec06bd2e7b490240e6ade";
        src = fetchurl {
          url = https://api.github.com/repos/sabre-io/dav/zipball/fd0234d46c045fc9b35ec06bd2e7b490240e6ade;
          sha256 = "1rrww0hx005bvzyn3jf4hcbcnczb4ichyvy5w373d390vrb3dvs4";
        };
      };
    };
    "sabre/event" = {
      targetDir = "";
      src = composerEnv.buildZipPackage {
        name = "sabre-event-f5cf802d240df1257866d8813282b98aee3bc548";
        src = fetchurl {
          url = https://api.github.com/repos/sabre-io/event/zipball/f5cf802d240df1257866d8813282b98aee3bc548;
          sha256 = "1003imr8dl8cdpybkg0r959hl0gipfrnidhp7r60bqfyriwczc9a";
        };
      };
    };
    "sabre/http" = {
      targetDir = "";
      src = composerEnv.buildZipPackage {
        name = "sabre-http-f91c7d4437dcbc6f89c8b64e855e1544f4b60250";
        src = fetchurl {
          url = https://api.github.com/repos/sabre-io/http/zipball/f91c7d4437dcbc6f89c8b64e855e1544f4b60250;
          sha256 = "1x883wairlj03ja8xn8jvgkhdh2q6fgbdym6f4r94amm9gvkf51h";
        };
      };
    };
    "sabre/uri" = {
      targetDir = "";
      src = composerEnv.buildZipPackage {
        name = "sabre-uri-18f454324f371cbcabdad3d0d3755b4b0182095d";
        src = fetchurl {
          url = https://api.github.com/repos/sabre-io/uri/zipball/18f454324f371cbcabdad3d0d3755b4b0182095d;
          sha256 = "163lb35kycq9q4d6djp6avvjphbjys7h0s9sr4wij10qfnh6is5l";
        };
      };
    };
    "sabre/vobject" = {
      targetDir = "";
      src = composerEnv.buildZipPackage {
        name = "sabre-vobject-6d7476fbd227ae285029c19ad518cd451336038c";
        src = fetchurl {
          url = https://api.github.com/repos/sabre-io/vobject/zipball/6d7476fbd227ae285029c19ad518cd451336038c;
          sha256 = "1nzlbmwaijmr151g8qk7sxyhbzndnmglhsl9gnmk8klh6pzv1n0z";
        };
      };
    };
    "sabre/xml" = {
      targetDir = "";
      src = composerEnv.buildZipPackage {
        name = "sabre-xml-f08a58f57e2b0d7df769a432756aa371417ab9eb";
        src = fetchurl {
          url = https://api.github.com/repos/sabre-io/xml/zipball/f08a58f57e2b0d7df769a432756aa371417ab9eb;
          sha256 = "10vsva7z39knkv44b2nqzndkc2r654f8gs0x7bxldirmgda3b830";
        };
      };
    };
  };
  devPackages = {};
in
composerEnv.buildPackage {
  inherit packages devPackages noDev;
  name = "ctucx-tinyDAV";
  src = ./public/.;
  executable = false;
  symlinkDependencies = false;
  meta = {};
}