File "lib/cpack/repository.pl"[download]
in pack: | cpack_repository |
---|---|
Prolog module: | cpack_repository |
size: | 21503 |
Recent changes
10 years ago | Jan Wielemaker | FIXED: Ignore unknown git entries (e.g., submo ...HEAD -> master |
11 years ago | Jan Wielemaker | FIXED: Pull new version from alternate reposti ... |
11 years ago | Jan Wielemaker | FIXED: Avoid bnode(_) exceptions. |
12 years ago | Jan Wielemaker | Fixed dependencies |
12 years ago | Jan Wielemaker | Reuse more of library(git), avoid a conflict a ... |
This file requires
- From packages
- library(foaf_schema) resolved by
- foaf_schema.pl no exports
- library(semweb/rdf_foaf) resolved by
- rdf_foaf.pl: foaf_merge/1
- xref.pl: xref_cpack/1
- library(foaf_schema) resolved by
- From ClioPatria
- library(semweb/rdf_label) resolved by
- rdf_label.pl: literal_text/2
- user(user_db) resolved by
- user_db.pl: authorized/1
- library(semweb/rdf_label) resolved by
- From the Prolog library
- library(dcg/basics) resolved by
- basics.pl: blanks/2, string_without/4, integer/3
- library(error) resolved by
- error.pl: domain_error/2, existence_error/2, permission_error/3, must_be/2
- library(filesex) resolved by
- filesex.pl: directory_file_path/3, make_directory_path/1
- library(git) resolved by
- git.pl: git/2, git_process_output/3, git_remote_url/3, git_default_branch/2, git_shortlog/3
- library(http/http_host) resolved by
- http_host.pl: http_current_host/4
- library(http/http_open) resolved by
- http_open.pl: http_open/3
- library(http/http_path) resolved by
- http_path.pl: http_absolute_location/3
- library(http/http_wrapper) resolved by
- http_wrapper.pl: http_current_request/1
- library(lists) resolved by
- lists.pl: member/2
- library(option) resolved by
- option.pl: option/2, option/3
- library(record) resolved by
- record.pl: record/1, current_record/2
- library(semweb/rdf_db) resolved by
- rdf_db.pl: rdf/4, rdf_has/3, rdf_assert/4, rdf_retractall/4, rdf_bnode/1
- library(semweb/rdf_turtle) resolved by
- rdf_turtle.pl: rdf_read_turtle/3
- library(settings) resolved by
- settings.pl: setting/4, setting/2
- library(uri) resolved by
- uri.pl: uri_components/2, uri_data/3, uri_authority_components/2, uri_authority_data/3
- library(dcg/basics) resolved by
Exported predicates
- commit_data/3
- cpack_add_repository/3
- cpack_clone_server/3
- cpack_log/3
- cpack_our_mirror/2
- cpack_refresh_metadata/0
- cpack_refresh_metadata/1
- cpack_show/4
- cpack_update_package/2
- cpack_uri/3
Required predicates
- authorized/1 from user(user_db)
- blanks/2 from library(dcg/basics)
- current_record/2 from library(record)
- directory_file_path/3 from library(filesex)
- domain_error/2 from library(error)
- existence_error/2 from library(error)
- foaf_merge/1 from library(semweb/rdf_foaf)
- gethostname/1 autoloaded
- git/2 from library(git)
- git_default_branch/2 from library(git)
- git_process_output/3 from library(git)
- git_remote_url/3 from library(git)
- git_shortlog/3 from library(git)
- gtrace/0 undefined
- http_absolute_location/3 from library(http/http_path)
- http_current_host/4 from library(http/http_host)
- http_current_request/1 from library(http/http_wrapper)
- http_open/3 from library(http/http_open)
- integer/3 from library(dcg/basics)
- literal_text/2 from library(semweb/rdf_label)
- make_directory_path/1 from library(filesex)
- maplist/2 autoloaded
- maplist/3 autoloaded
- member/2 from library(lists)
- must_be/2 from library(error)
- option/2 from library(option)
- option/3 from library(option)
- permission_error/3 from library(error)
- rdf/4 from library(semweb/rdf_db)
- rdf_assert/4 from library(semweb/rdf_db)
- rdf_bnode/1 from library(semweb/rdf_db)
- rdf_has/3 from library(semweb/rdf_db)
- rdf_read_turtle/3 from library(semweb/rdf_turtle)
- rdf_retractall/4 from library(semweb/rdf_db)
- read_line_to_codes/2 autoloaded
- record/1 from library(record)
- setting/2 from library(settings)
- setting/4 from library(settings)
- string_without/4 from library(dcg/basics)
- uri_authority_components/2 from library(uri)
- uri_authority_data/3 from library(uri)
- uri_components/2 from library(uri)
- uri_data/3 from library(uri)
- xref_cpack/1 from xref.pl