Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/curlinterface/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 20.5.2025 mit Größe 407 B image not shown  

Quelle  init.g   Sprache: unbekannt

 
#
# curlInterface: Simple Web Access
#
# Reading the declaration part of the package.
#

if not LoadKernelExtension("curlInterface", "curl") then
  Error("failed to load the curlInterface package kernel extension");
fi;

# work around a bug in some PackageManager versions, see
# <https://github.com/gap-packages/PackageManager/pull/100>.
Unbind(DownloadURL);

ReadPackage( "curlInterface", "gap/curl.gd");

[ Dauer der Verarbeitung: 0.21 Sekunden  (vorverarbeitet)  ]