mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
51 lines
751 B
Plaintext
51 lines
751 B
Plaintext
/- sur=resource
|
|
=< resource
|
|
|%
|
|
+$ resource resource:sur
|
|
++ en-path
|
|
|= =resource
|
|
^- path
|
|
~[%ship (scot %p entity.resource) name.resource]
|
|
::
|
|
++ de-path
|
|
|= =path
|
|
^- resource
|
|
(need (de-path-soft path))
|
|
::
|
|
++ de-path-soft
|
|
|= =path
|
|
^- (unit resource)
|
|
?. ?=([%ship @ @ *] path)
|
|
~
|
|
=/ ship
|
|
(slaw %p i.t.path)
|
|
?~ ship
|
|
~
|
|
`[u.ship i.t.t.path]
|
|
::
|
|
++ enjs
|
|
|= =resource
|
|
^- json
|
|
=, enjs:format
|
|
%- pairs
|
|
:~ ship+(ship entity.resource)
|
|
name+s+name.resource
|
|
==
|
|
::
|
|
++ enjs-path
|
|
|= =resource
|
|
%- spat
|
|
(en-path resource)
|
|
::
|
|
++ dejs
|
|
=, dejs:format
|
|
^- $-(json resource)
|
|
|= jon=json
|
|
~| dejs+%resource
|
|
%. jon
|
|
%- ot
|
|
:~ ship+(su ;~(pfix sig fed:ag))
|
|
name+so
|
|
==
|
|
--
|