forked from ostis-ai/sc-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspecification.scs
23 lines (18 loc) · 961 Bytes
/
specification.scs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
sc_web_specification
<- concept_reusable_component_specification;;
sc_web_specification = [*
sc_web
<- concept_reusable_component;
<- concept_atomic_reusable_component;
<- concept_independent_reusable_component;
<- concept_reusable_interface_component;
<- concept_reusable_dynamically_installed_component;
<- concept_reusable_source_code_component;
=> nrel_sc_identifier: [SC-web](* <- lang_en;; *);
=> nrel_explanation: [SC-Web is an intelligent knowledge base user interface] (*<- lang_en;; *);
=> nrel_component_dependencies: ... (* <- empty_set;; *);
=> nrel_installation_script: [/scripts/install_deps_ubuntu.sh](* <- lang_en;; *);
=> nrel_installation_script: [/scripts/install.sh](* <- lang_en;; *);
=> nrel_component_address: [https://github.com/ostis-ai/sc-web] (* <- concept_github_url;; *);
=> nrel_installation_method: ... (* <- concept_component_dynamically_installed_method;; *);;
*];;