unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob ab7052e91d1aa695976d512bb39ab359e2102af5 577 bytes (raw)
name: etc/schema/nuget.rnc 	 # note: path name is non-authoritative(*)

 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
 
default namespace = ""

start =
  element configuration {
    element packageRestore { add+ }?,
    (element config { add }
     | element packageSourceMapping {
         element packageSource {
           attribute key { xsd:NCName },
           element package {
             attribute pattern { text }
           }
         }+
       }
     | element packageSources {
         element clear { empty },
         add+
       })+
  }
add =
  element add {
    attribute key { xsd:NCName },
    attribute protocolVersion { xsd:integer }?,
    attribute value { xsd:anyURI }
  }

debug log:

solving ab7052e91d1 ...
found ab7052e91d1 in https://git.savannah.gnu.org/cgit/emacs.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).