mor

Cross platform dependency manager
git clone git@getsh.org:mor.git
Log | Files | Refs | README | LICENSE

requirements.ini (898B)


      1 ; 1st comment
      2 [$]
      3 a=https://getsh.org
      4 github=https://github.com
      5 mor=$a
      6 /=build
      7 
      8 [#lib]
      9 /=testing secondtest
     10 
     11 [#wickedlib]
     12 /=testing secondtest
     13 
     14 [#badlib]
     15 /=precompiled testing
     16 
     17 [#baddynamic]
     18 /=badlink
     19 
     20 [@lib]
     21 test1=0.1
     22 test2=0.3
     23 
     24 [@wickedlib]
     25 test3=0.3
     26 
     27 [@badlib]
     28 test1=0.1
     29 test2=0.3
     30 
     31 [@baddynamic]
     32 test1=0.9
     33 
     34 [badlink]
     35 something-3.3=https://getsh.org/wrong
     36 test1-0.9=$nothing/index.html
     37 
     38 [testing]
     39 ;libfoo-2.7=https://github.com/protocolbuffers/protobuf/releases/download/v26.1/protoc-26.1-osx-aarch_64.zip
     40 test1-0.1=https://getsh.org/index.html
     41 test2-0.3=https://getsh.org/bharatvaj/pubkey.asc
     42 
     43 [dynamic]
     44 test4-0.1=$mor/index.html
     45 
     46 [secondtest]
     47 test1-0.2=https://getsh.org/index.html
     48 test1-45=https://google.com/
     49 
     50 [curlfail]
     51 test3-0.1=https://getsh.org/something 32239423
     52 
     53 [git]
     54 libhttp=https://github.com/bharatvaj/libclog.git@master
     55 
     56 [gitdynamic]
     57 libhttp=$github/markusfisch/libhttp.git@master