-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathSatyristes
27 lines (27 loc) · 842 Bytes
/
Satyristes
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
26
27
(version "0.0.2")
(library
(name "bibyfi")
(version "0.0.1")
(sources
(
(package "bibyfi.satyh" "./bibyfi.satyh")
(package "bibyfi-IEEETran.satyh" "./bibyfi-IEEETran.satyh")
)
)
(opam "satysfi-bibyfi.opam"))
(libraryDoc
(name "bibyfi-doc")
(version "0.0.1") ;
(workingDirectory "example")
(build
((make "-f" "Makefile")))
(sources
((doc "LICENSE" "LICENSE")
(doc "README.md" "README.md")
(doc "example-bib.satyh" "example-bib.satyh")
(doc "examples/cite-as-number.saty" "example/cite-as-number.saty")
(doc "examples/cite-as-number.pdf" "example/cite-as-number.pdf")
(doc "examples/cite-with-name.saty" "example/cite-with-name.saty")
(doc "examples/cite-with-name.pdf" "example/cite-with-name.pdf")))
(opam "satysfi-bibyfi-doc.opam")
(dependencies ((bibyfi ()))))