package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.8.1.tbz
sha256=e7b405c75af321ce6518aa8e70ebdd403dbcc2ede931713e69c2b5addda4bd44
sha512=300c9f5074af5db78c8ffb17b4a1c402fce322d9af4b213aa847bfd9f9fd053e757182f3da8b207f2d24afbd609a227e8c0e57ef038ab236322229c41e240c43

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 14 Jan 2021

README

Dune - A composable build system

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most of the low-level details of OCaml compilation. All you have to do is provide a description of your project and dune will do the rest.

The scheme it implements is inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, which means that it is highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, you can look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using dune.

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. It uses this information to setup build rules, generate configuration files for development tools such as merlin, handle installation, etc...

Dune itself is fast, has very low overhead and supports parallel builds on all platforms. It has no system dependencies: all you need to build dune and packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build dune and packages using dune.

Strengths

Composable

Take n repositories that use dune, arrange them in any way on the file system and the result is still a single repository that dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

Gracefully handles multi-package repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Building against several configurations at once

Dune is able to build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation.

This feature requires opam.

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using ocaml 4.02.3 or greater.

Installation

The recommended way to install dune is via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files that are installed by dune, such as the man pages, and the last simply installs all of that on the system.

Note that unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions about dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from jbuilder

Dune was formerly known as jbuilder. Migration from jbuilder to dune is described in the manual.

Status

Dune is now fairly stable and is used by the majority of packages on opam. Note that dune retains backward compatibility with Jbuilder, and in particular existing Jbuilder projects will continue to be buildable with dune.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "4.13"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. absolute
  6. abstract_algebra
  7. accessor
  8. accessor_async
  9. accessor_base
  10. accessor_core
  11. acgtk >= "1.4.0" & < "2.0.0"
  12. aches
  13. aches-lwt
  14. acpc >= "2.0.0"
  15. advi
  16. agrid
  17. ahrocksdb
  18. aifad >= "2.2.1"
  19. alba >= "0.4.1"
  20. albatross
  21. alcotest >= "0.8.5" & < "1.7.0"
  22. alcotest-async >= "0.8.5" & < "1.7.0"
  23. alcotest-js < "1.7.0"
  24. alcotest-lwt >= "0.8.5" & < "1.7.0"
  25. alcotest-mirage < "1.7.0"
  26. alg_structs
  27. alg_structs_qcheck
  28. algaeff
  29. alsa >= "0.3.0"
  30. alt-ergo >= "2.3.0" & < "2.4.3"
  31. alt-ergo-free >= "2.3.3"
  32. alt-ergo-lib < "2.4.3"
  33. alt-ergo-lib-free
  34. alt-ergo-parsers < "2.4.3"
  35. alt-ergo-parsers-free
  36. altgr-ergo >= "2.3.0" & < "2.4.3"
  37. amf >= "0.1.2"
  38. amqp-client >= "2.0.3"
  39. amqp-client-async >= "2.0.3"
  40. amqp-client-lwt >= "2.0.3"
  41. anders
  42. angstrom >= "0.11.1"
  43. angstrom-async >= "0.11.1"
  44. angstrom-lwt-unix >= "0.11.1"
  45. angstrom-unix >= "0.11.1"
  46. ansi < "0.6.0"
  47. anthill
  48. ao >= "0.2.2"
  49. apronext
  50. archetype
  51. archi
  52. archi-async
  53. archi-lwt
  54. arg-complete
  55. argon2 >= "1.0.0"
  56. arp >= "1.0.0"
  57. arp-mirage
  58. art
  59. asak
  60. ask
  61. ask-integrator
  62. asli >= "0.2.0"
  63. asn1-combinators >= "0.2.2"
  64. async >= "v0.12.0"
  65. async-uri < "0.4.0"
  66. async_durable >= "v0.12.0"
  67. async_extra >= "v0.12.0"
  68. async_find >= "v0.12.0"
  69. async_graphics >= "0.7.0"
  70. async_inotify >= "v0.12.0"
  71. async_interactive >= "v0.12.0"
  72. async_js >= "v0.12.0"
  73. async_kernel >= "v0.12.0"
  74. async_rpc_kernel >= "v0.12.0"
  75. async_rpc_websocket
  76. async_sendfile >= "v0.12.0"
  77. async_shell >= "v0.12.0"
  78. async_smtp >= "v0.12.0"
  79. async_ssl >= "v0.12.0"
  80. async_udp
  81. async_unix >= "v0.12.0"
  82. async_websocket
  83. atable
  84. atd >= "2.2.1"
  85. atdd
  86. atdgen >= "2.2.1"
  87. atdgen-codec-runtime
  88. atdgen-runtime >= "2.2.1"
  89. atdj >= "2.2.1" & < "20151001.01"
  90. atdpy
  91. atds
  92. atdts
  93. atomic < "base"
  94. autofonce
  95. autofonce_config
  96. autofonce_core
  97. autofonce_lib
  98. autofonce_m4
  99. autofonce_misc
  100. autofonce_patch
  101. autofonce_share
  102. avro
  103. avro-compiler
  104. awa
  105. awa-lwt
  106. awa-mirage
  107. aws >= "1.2"
  108. aws-async
  109. aws-autoscaling >= "1.2"
  110. aws-cloudformation >= "1.2"
  111. aws-cloudtrail >= "1.2"
  112. aws-cloudwatch
  113. aws-ec2 >= "1.2"
  114. aws-elasticache
  115. aws-elasticloadbalancing >= "1.2"
  116. aws-lwt
  117. aws-rds
  118. aws-route53
  119. aws-s3 >= "4.0.0"
  120. aws-s3-async >= "4.0.0"
  121. aws-s3-lwt >= "4.0.0"
  122. aws-sdb >= "1.2"
  123. aws-sqs
  124. aws-ssm >= "1.2"
  125. aws-sts >= "1.2"
  126. azblob
  127. azblob-async
  128. azure-cosmos-db
  129. babel
  130. bag
  131. bare_encoding
  132. bark
  133. base >= "v0.12.0" & < "v0.17.0"
  134. base32
  135. base64 >= "2.3.0"
  136. base_bigstring
  137. base_quickcheck >= "v0.12.1"
  138. base_trie
  139. bastet
  140. bastet_async
  141. bastet_lwt
  142. batch_jaro_winkler
  143. batsat
  144. batteries >= "3.7.1"
  145. bddrand
  146. bech32
  147. bechamel
  148. bechamel-js
  149. bechamel-notty
  150. bechamel-perf
  151. beluga = "1.0"
  152. benchmark >= "1.6"
  153. benchpress
  154. benchpress-server
  155. bencode >= "2.0"
  156. bentov
  157. bheap >= "2.0.0"
  158. bidirectional_map
  159. bigarray-compat
  160. bigarray-overlap
  161. bigdecimal
  162. bignum >= "v0.12.0"
  163. bigstring >= "0.3"
  164. bigstring-unix >= "0.3"
  165. bigstringaf >= "0.5.0" & < "0.9.1"
  166. bimage
  167. bimage-display
  168. bimage-gtk
  169. bimage-io
  170. bimage-lwt
  171. bimage-sdl
  172. bimage-unix
  173. bimap
  174. bin_prot >= "v0.12.0"
  175. binaryen != "0.3.0" & < "0.11.0"
  176. binaryen_dsl
  177. bindlib >= "6.0.0"
  178. biniou >= "1.2.1"
  179. binning
  180. binsec >= "0.4.0" & < "0.5.0"
  181. bio_io != "0.1.2" & < "0.5.1"
  182. biocaml >= "0.9.0"
  183. biotk
  184. bisect_ppx >= "1.4.0" & < "2.8.3"
  185. bistro >= "0.5.0"
  186. bistro-bio
  187. bitcoin >= "3.0"
  188. bitcoin-cohttp-async
  189. bitcoin-cohttp-lwt
  190. bitcoin-ocurl
  191. bitcoinml >= "0.4.1"
  192. bitlib
  193. bitmasks >= "1.2.0"
  194. bitpack_serializer
  195. bitstring >= "3.1.1"
  196. bitv >= "1.4"
  197. bitwuzla
  198. bitwuzla-bin < "1.0.0"
  199. bitwuzla-c
  200. bjack >= "0.1.6"
  201. blake2 >= "0.3"
  202. blake3
  203. bloomf
  204. bls12-381 < "0.4.1"
  205. bnfgen
  206. bogue
  207. boltzgen
  208. bonsai
  209. box
  210. brr-lwd
  211. bson2
  212. bst >= "6.0.0"
  213. buffer-pool
  214. build_path_prefix_map >= "0.3"
  215. builder
  216. builder-web
  217. bun >= "0.3.4"
  218. bwd
  219. bwrap
  220. bytearray >= "1.0.1"
  221. bytebuffer
  222. bytepdf
  223. bz2
  224. ca-certs
  225. ca-certs-nss
  226. cactus
  227. cairo2 >= "0.6"
  228. cairo2-gtk
  229. cairo2-pango
  230. calculon >= "0.4"
  231. calculon-redis
  232. calculon-redis-lib
  233. calculon-web >= "0.4"
  234. caldav < "0.2.2"
  235. calendar >= "3.0.0"
  236. calendars
  237. calipso
  238. callipyge >= "0.2"
  239. camelot
  240. camels
  241. camelsnakekebab
  242. camlimages >= "5.0.2" & < "5.0.5"
  243. camlon >= "3.0.0"
  244. camlp-streams
  245. camltc >= "0.9.8"
  246. camomile = "1.0.2"
  247. camyll
  248. capnp >= "3.3.0"
  249. capnp-rpc >= "0.3.2" & < "1.2.3"
  250. capnp-rpc-lwt >= "0.3.2" & < "1.2.3"
  251. capnp-rpc-mirage >= "0.3.2" & < "1.2.3"
  252. capnp-rpc-net < "1.2.3"
  253. capnp-rpc-unix >= "0.3.2" & < "1.2.3"
  254. caqti >= "1.0.0" & < "2.1.1"
  255. caqti-async >= "1.0.0" & < "2.1.1"
  256. caqti-driver-mariadb >= "1.0.0" & < "2.0.1"
  257. caqti-driver-pgx < "2.1.1"
  258. caqti-driver-postgresql >= "1.0.0" & < "2.1.1"
  259. caqti-driver-sqlite3 >= "1.0.0" & < "2.1.1"
  260. caqti-dynload >= "1.0.0"
  261. caqti-eio < "2.1.1"
  262. caqti-lwt >= "1.0.0" & < "2.1.1"
  263. caqti-mirage < "2.1.1"
  264. caqti-type-calendar >= "1.0.0"
  265. carton
  266. carton-git
  267. carton-lwt
  268. catala < "0.8.0"
  269. catapult
  270. catapult-client
  271. catapult-daemon
  272. catapult-file
  273. catapult-sqlite
  274. cbor >= "0.3"
  275. cconv >= "0.5"
  276. cconv-ppx
  277. cdrom >= "0.9.4"
  278. certify >= "0.3.0"
  279. cf < "0.5.0"
  280. cf-lwt < "0.5.0"
  281. cfg >= "2.2.0"
  282. cfml
  283. cfstream >= "1.3.1"
  284. chacha
  285. charInfo_width
  286. charrua
  287. charrua-client >= "0.11.2"
  288. charrua-client-lwt >= "0.11.2"
  289. charrua-client-mirage >= "0.11.2"
  290. charrua-core >= "0.11.2"
  291. charrua-server
  292. charrua-unix >= "0.11.2"
  293. charset
  294. chartjs
  295. chartjs-annotation
  296. chartjs-colorschemes
  297. chartjs-datalabels
  298. chartjs-streaming
  299. chase
  300. checkseum = "0.0.3" | >= "0.2.1"
  301. choice >= "0.4"
  302. cinaps >= "v0.12.0"
  303. clangml >= "4.0.0" & < "4.8.0"
  304. clangml-transforms >= "0.24"
  305. clap
  306. clarity >= "0.4.0"
  307. clarity-lang
  308. clim
  309. clim-ppx
  310. clz
  311. cmarker
  312. codept >= "0.10.3"
  313. cohttp >= "1.1.1" & < "6.0.0~alpha0"
  314. cohttp-async >= "1.1.1" & < "6.0.0~alpha0"
  315. cohttp-lwt >= "1.1.1" & < "6.0.0~alpha0"
  316. cohttp-lwt-jsoo >= "1.1.1" & < "6.0.0~alpha0"
  317. cohttp-lwt-unix >= "1.1.1" & < "6.0.0~alpha0"
  318. cohttp-lwt-unix-nossl
  319. cohttp-lwt-unix-ssl
  320. cohttp-mirage >= "1.1.1" & < "6.0.0~alpha0"
  321. cohttp-top >= "1.1.1" & < "6.0.0~alpha0"
  322. cohttp_async_websocket
  323. cohttp_static_handler
  324. coin >= "0.1.1"
  325. colombe
  326. color >= "0.2.0"
  327. color-brewery
  328. combinat
  329. comby
  330. comby-kernel
  331. comby-semantic
  332. command_rpc >= "v0.12.0"
  333. conduit >= "1.3.0"
  334. conduit-async >= "1.3.0"
  335. conduit-async-ssl
  336. conduit-async-tls
  337. conduit-lwt >= "1.3.0"
  338. conduit-lwt-ssl
  339. conduit-lwt-tls
  340. conduit-lwt-unix >= "1.3.0"
  341. conduit-mirage
  342. conduit-tls
  343. conex >= "0.10.0"
  344. conex-mirage-crypto
  345. conex-nocrypto
  346. conformist
  347. containers >= "2.4" & < "3.13"
  348. containers-data < "3.13"
  349. containers-thread
  350. content_security_policy
  351. cookie
  352. cookies
  353. coq >= "8.14.0" & < "8.17.0"
  354. coq-of-ocaml >= "2.4.1" & != "2.5.2+4.13" & < "2.5.3+4.13"
  355. coq-serapi >= "8.9.0+0.6.0"
  356. coqide >= "8.14.0" & < "8.17.0"
  357. core >= "v0.12.0"
  358. core_bench >= "v0.12.0"
  359. core_compat
  360. core_extended >= "v0.12.0"
  361. core_kernel >= "v0.12.3"
  362. core_profiler >= "v0.12.0"
  363. core_unix
  364. cosovo
  365. cow = "2.4.0"
  366. cowabloga >= "0.5.0"
  367. cpm >= "5.0.0"
  368. cppo >= "1.6.6"
  369. cppo_ocamlbuild >= "1.6.6"
  370. cps_toolbox < "0.3"
  371. cpu
  372. cpuid >= "0.1.2"
  373. crc >= "2.1.0"
  374. crlibm >= "0.3"
  375. crontab
  376. crowbar = "0.2"
  377. crunch >= "2.2.0"
  378. cry >= "0.6.5"
  379. cryptokit >= "1.16.1"
  380. csexp < "1.5.2"
  381. css-parser
  382. cstruct >= "3.3.0"
  383. cstruct-async >= "3.3.0"
  384. cstruct-lwt >= "3.3.0"
  385. cstruct-sexp
  386. cstruct-unix >= "3.3.0"
  387. csv >= "2.2"
  388. csv-lwt >= "2.1"
  389. csvfields >= "v0.12.0"
  390. csvtool
  391. ctoxml
  392. ctypes-zarith
  393. cudf >= "0.10"
  394. cuid >= "0.2"
  395. cumulus
  396. curly >= "0.2.0"
  397. current < "0.6"
  398. current-web-pipelines
  399. current_ansi
  400. current_docker < "0.6"
  401. current_examples < "0.6"
  402. current_git < "0.6"
  403. current_github < "0.6"
  404. current_incr
  405. current_ocluster < "0.2"
  406. current_rpc < "0.6"
  407. current_slack < "0.6"
  408. current_web < "0.6"
  409. curses >= "1.0.9"
  410. curve-sampling
  411. cviode
  412. cwe_checker
  413. DrawGrammar >= "0.2.2"
  414. daft >= "0.0.4"
  415. dap
  416. data-encoding < "1.0.0"
  417. dataframe
  418. datakit >= "0.12.2"
  419. datakit-bridge-github >= "0.12.2"
  420. datakit-bridge-local-git >= "0.12.2"
  421. datakit-ci >= "0.12.2"
  422. datakit-client >= "0.12.2"
  423. datakit-client-9p >= "0.12.2"
  424. datakit-client-git >= "0.12.2"
  425. datakit-github >= "0.12.2"
  426. datakit-server >= "0.12.2"
  427. datakit-server-9p >= "0.12.2"
  428. datalog >= "0.6"
  429. dates_calc
  430. daypack-lib
  431. dbf < "0.1.1"
  432. debian-formats >= "0.1.2"
  433. decimal
  434. decoders >= "0.1.2" & < "1.0.0"
  435. decoders-bencode < "1.0.0"
  436. decoders-cbor < "1.0.0"
  437. decoders-ezjsonm >= "0.1.2" & < "1.0.0"
  438. decoders-jsonm < "1.0.0"
  439. decoders-msgpck < "1.0.0"
  440. decoders-sexplib < "1.0.0"
  441. decoders-yojson >= "0.1.2" & < "1.0.0"
  442. decompress >= "0.8.1"
  443. dedent
  444. dedukti >= "2.7"
  445. delimited_parsing >= "v0.12.0"
  446. depyt >= "0.3.0"
  447. devkit >= "1.0"
  448. diet >= "0.2"
  449. diffable
  450. digestif >= "0.7" & < "0.7.2" | >= "0.8.1"
  451. directories
  452. dirsift
  453. dirsp-exchange
  454. dirsp-exchange-kbb2017
  455. dirsp-proscript
  456. dirsp-proscript-mirage
  457. dirsp-ps2ocaml
  458. disml
  459. dispatch >= "0.4.1"
  460. dispatch-js >= "0.4.1"
  461. distributed >= "0.6.0"
  462. distributed-lwt >= "0.2.0"
  463. distributed-uwt >= "0.2.0"
  464. dkim
  465. dkim-bin
  466. dkim-mirage
  467. dlm >= "0.3.1"
  468. dns >= "1.1.0"
  469. dns-async >= "1.1.0"
  470. dns-certify
  471. dns-cli
  472. dns-client
  473. dns-client-lwt
  474. dns-client-mirage
  475. dns-lwt >= "1.1.0"
  476. dns-lwt-unix >= "1.1.0"
  477. dns-mirage
  478. dns-resolver
  479. dns-server
  480. dns-stub
  481. dns-tsig
  482. dnssec
  483. docker-api >= "0.2"
  484. docker_hub
  485. dockerfile >= "6.0.0" & < "8.1.0"
  486. dockerfile-cmd >= "6.0.0" & < "8.1.0"
  487. dockerfile-opam >= "6.0.0" & < "8.1.0"
  488. docteur
  489. docteur-solo5
  490. docteur-unix
  491. doi2bib
  492. dokeysto >= "3.0.1"
  493. dokeysto_camltc >= "3.0.1"
  494. dokeysto_lz4 >= "3.0.2"
  495. dolmen >= "0.4.1" & < "0.8"
  496. dolmen_bin < "0.8"
  497. dolmen_loop < "0.8"
  498. dolmen_lsp < "0.8"
  499. dolmen_type < "0.8"
  500. dolog >= "4.0.0"
  501. domain-name >= "0.1.2"
  502. domainslib < "0.5.0"
  503. dose3 >= "6.1"
  504. dose3-extra
  505. dot-merlin-reader < "4.2"
  506. dotenv
  507. dream
  508. dream-cli
  509. dream-encoding
  510. dream-html
  511. dream-httpaf
  512. dream-livereload
  513. dream-pure
  514. dream-serve
  515. drom >= "0.3.0"
  516. drom_lib >= "0.3.0"
  517. drom_toml
  518. dropbox >= "0.2"
  519. dropbox_lwt_unix
  520. dssi >= "0.1.3"
  521. dtoa >= "0.3.2"
  522. dtools >= "0.4.2"
  523. dual
  524. duff >= "0.2"
  525. dum >= "1.0.2"
  526. dune-action-plugin < "2.9.0"
  527. dune-build-info < "2.9.0"
  528. dune-compiledb
  529. dune-configurator >= "1.11.4" & < "2.9.0"
  530. dune-deps
  531. dune-expand
  532. dune-glob < "2.9.0"
  533. dune-private-libs < "2.9.0"
  534. dune-release >= "1.0.0" & < "2.0.0"
  535. dune-site < "2.9.0"
  536. duppy >= "0.9.0"
  537. duration >= "0.1.2"
  538. earley >= "2.0.0"
  539. earlybird < "1.3.2"
  540. easy-format = "1.3.2"
  541. easy_logging
  542. easy_logging_yojson
  543. ecaml >= "v0.12.0"
  544. edn >= "0.1.6-1-gff9db95"
  545. eigen >= "0.1.0"
  546. eio-ssl
  547. either
  548. elasticsearch-cli >= "0.5"
  549. electrod >= "0.2.1"
  550. elpi >= "1.3.1"
  551. email_message >= "v0.12.0"
  552. embedded_ocaml_templates < "0.8"
  553. emile >= "0.4"
  554. encore >= "0.3"
  555. env_config
  556. epictetus
  557. eqaf >= "0.2"
  558. erlang
  559. erssical >= "1.1.0"
  560. esgg
  561. esperanto-cosmopolitan >= "0.0.5"
  562. ethernet
  563. euler
  564. exenum >= "0.86"
  565. exit
  566. expect_test_helpers >= "v0.12.0"
  567. expect_test_helpers_async
  568. expect_test_helpers_core
  569. expect_test_helpers_kernel >= "v0.12.0"
  570. extlib >= "1.7.9"
  571. extunix >= "0.3.1"
  572. ez_api
  573. ez_cmdliner
  574. ez_config
  575. ez_file != "0.2.0"
  576. ez_hash
  577. ez_pgocaml
  578. ez_search
  579. ez_subst
  580. ezcurl
  581. ezcurl-lwt
  582. ezdl
  583. ezgzip >= "0.2.3"
  584. ezjs_ace
  585. ezjs_blockies
  586. ezjs_cleave
  587. ezjs_crypto
  588. ezjs_cytoscape
  589. ezjs_d3pie
  590. ezjs_extension
  591. ezjs_fetch < "0.3"
  592. ezjs_idb
  593. ezjs_jquery
  594. ezjs_min
  595. ezjs_odometer
  596. ezjs_push
  597. ezjs_qrcode
  598. ezjs_recaptcha
  599. ezjs_timeline
  600. ezjsonm >= "1.0.0"
  601. ezjsonm-lwt >= "1.0.0"
  602. ezresto
  603. ezresto-directory
  604. ezsqlite >= "0.4.2"
  605. ezxenstore >= "0.4.1"
  606. ezxmlm >= "1.1.0"
  607. FPauth
  608. FPauth-core
  609. FPauth-responses
  610. FPauth-strategies
  611. FrontC >= "4.0.0"
  612. faad >= "0.5.0"
  613. facteur
  614. fadbadml >= "0.1.2"
  615. faraday >= "0.7.1"
  616. faraday-async >= "0.7.1"
  617. faraday-lwt >= "0.7.1"
  618. faraday-lwt-unix >= "0.7.1"
  619. farmhash >= "0.4"
  620. fasmifra
  621. fat-filesystem >= "0.13.0"
  622. fd-send-recv >= "2.0.1"
  623. fdkaac = "0.3.2"
  624. feat
  625. feat-core
  626. feat-num
  627. feather
  628. feather_async
  629. ff
  630. ff-bench
  631. ff-pbt
  632. ff-sig
  633. ffmpeg >= "1.0.0~beta1" & < "1.1.5"
  634. ffmpeg-av < "1.1.5"
  635. ffmpeg-avcodec < "1.1.5"
  636. ffmpeg-avdevice < "1.1.5"
  637. ffmpeg-avfilter < "1.1.5"
  638. ffmpeg-avutil < "1.1.5"
  639. ffmpeg-swresample < "1.1.5"
  640. ffmpeg-swscale < "1.1.5"
  641. fftw3 >= "0.8.2"
  642. fiat-p256
  643. fieldslib >= "v0.12.0"
  644. file_path
  645. fileutils >= "0.6.1"
  646. finch
  647. fit
  648. fix >= "20181206"
  649. flac >= "0.3.0"
  650. flex-array
  651. fmlib < "0.5.3"
  652. fmlib_js < "0.5.3"
  653. fmlib_parse < "0.5.3"
  654. fmlib_pretty < "0.5.3"
  655. fmlib_std < "0.5.3"
  656. fontforge-of-ocaml
  657. fred
  658. freetds >= "0.7"
  659. frei0r >= "0.1.2"
  660. frenetic >= "5.0.5"
  661. fromager
  662. fsevents
  663. fsevents-lwt
  664. fsml
  665. fswatch
  666. fswatch_async
  667. fswatch_lwt
  668. functoria >= "2.2.2" & < "4.0.0"
  669. functoria-runtime >= "2.2.2" & != "2.2.5" & < "3.0.2" | >= "3.1.2" & < "4.0.0"
  670. fuzzy_compare
  671. fuzzy_match
  672. fzf
  673. General >= "0.6.0"
  674. GT
  675. gapi-ocaml >= "0.3.7"
  676. gbddml
  677. gd >= "1.1"
  678. gdbprofiler >= "0.4"
  679. gemini >= "0.3.0"
  680. gen >= "0.5.2"
  681. gen_js_api >= "1.0.6"
  682. genprint
  683. genspio >= "0.0.3"
  684. genspir >= "1.0.0"
  685. geoml
  686. get_line >= "7.0.0"
  687. gettext >= "0.4.1"
  688. gettext-camomile
  689. gettext-stub
  690. git >= "2.0.0"
  691. git-cohttp
  692. git-cohttp-mirage
  693. git-cohttp-unix
  694. git-http >= "2.0.0"
  695. git-mirage >= "2.0.0"
  696. git-paf
  697. git-unix >= "2.0.0"
  698. github >= "4.0.0"
  699. github-data
  700. github-hooks >= "0.4.0"
  701. github-hooks-unix >= "0.4.0"
  702. github-jsoo >= "4.0.0"
  703. github-unix >= "4.0.0"
  704. glfw-ocaml
  705. globlon
  706. gluten
  707. gluten-async
  708. gluten-eio
  709. gluten-lwt
  710. gluten-lwt-unix
  711. gluten-mirage
  712. gmap >= "0.2.1"
  713. gmp
  714. gnuplot >= "0.6"
  715. gobba
  716. gobject-introspection
  717. goblint-cil >= "1.8.0"
  718. google-drive-ocamlfuse >= "0.6.26"
  719. gopcaml-mode >= "0.0.2" & < "0.0.6"
  720. gospel < "0.2.0"
  721. gotd
  722. gperftools >= "0.4"
  723. gpiod
  724. gpr >= "1.4.0"
  725. gr
  726. graphics >= "5.0.0"
  727. graphql >= "0.8.0"
  728. graphql-async >= "0.8.0"
  729. graphql-cohttp >= "0.9.0"
  730. graphql-lwt >= "0.8.0"
  731. graphql_parser >= "0.9.0"
  732. graphql_ppx >= "0.7.1"
  733. graphv
  734. graphv_core
  735. graphv_core_lib
  736. graphv_font
  737. graphv_font_js
  738. graphv_font_stb_truetype
  739. graphv_gles2
  740. graphv_gles2_native
  741. graphv_gles2_native_impl
  742. graphv_webgl
  743. graphv_webgl_impl
  744. gremlin
  745. grenier >= "0.8" & < "0.15"
  746. grid
  747. grpc < "0.2.0"
  748. grpc-async < "0.2.0"
  749. grpc-lwt < "0.2.0"
  750. gsl >= "1.24.0"
  751. gstreamer >= "0.3.1"
  752. h1_parser
  753. h2
  754. h2-async
  755. h2-eio
  756. h2-lwt
  757. h2-lwt-unix
  758. h2-mirage
  759. hack_parallel >= "1.0.0"
  760. hacl >= "0.3"
  761. hacl-star
  762. hacl-star-raw >= "0.5.0"
  763. hacl_x25519
  764. happy-eyeballs
  765. happy-eyeballs-lwt
  766. happy-eyeballs-mirage
  767. hardcaml >= "v0.12.0"
  768. hardcaml_axi
  769. hardcaml_c
  770. hardcaml_circuits
  771. hardcaml_fixed_point
  772. hardcaml_handshake
  773. hardcaml_of_verilog
  774. hardcaml_step_testbench
  775. hardcaml_verify
  776. hardcaml_verilator
  777. hardcaml_waveterm
  778. hardcaml_xilinx
  779. hardcaml_xilinx_components
  780. hardcaml_xilinx_reports
  781. hashcons >= "1.4.0"
  782. hashids >= "1.0.1"
  783. haxe >= "4.1.1"
  784. hc < "0.2"
  785. hdf5 >= "0.1.5"
  786. headache >= "1.04" & < "1.07"
  787. header-check
  788. herdtools7 >= "7.55"
  789. hex >= "1.3.0"
  790. hex_encode
  791. hexstring
  792. hg_lib
  793. hidapi >= "1.1"
  794. hidapi-lwt
  795. higher_kinded
  796. hkdf >= "1.0.3"
  797. hl_yaml
  798. hockmd
  799. horned_worm >= "0.3.4"
  800. hpack
  801. hts_shrink >= "2.0.0"
  802. http-cookie != "4.0.0" & < "4.3.0"
  803. http-lwt-client
  804. http-mirage-client
  805. http-multipart-formdata
  806. httpaf >= "0.6.0"
  807. httpaf-async >= "0.6.0"
  808. httpaf-lwt-unix
  809. httpaf_caged
  810. httph
  811. huffman
  812. hvsock >= "2.0.0"
  813. hxd
  814. hyper
  815. ISO8601 >= "0.2.6"
  816. i3ipc >= "0.1.4"
  817. icalendar
  818. idd
  819. idds
  820. imagelib >= "20200929"
  821. incr_dom >= "v0.12.0"
  822. incr_dom_interactive
  823. incr_dom_keyboard
  824. incr_dom_partial_render
  825. incr_dom_sexp_form
  826. incr_dom_widgets >= "v0.12.0"
  827. incr_map >= "v0.12.0"
  828. incr_select >= "v0.12.0"
  829. incremental >= "v0.12.0"
  830. indentation_buffer
  831. index
  832. index-bench
  833. inferno >= "20190924"
  834. influxdb
  835. influxdb-async
  836. influxdb-lwt
  837. inquire
  838. int_repr
  839. integers >= "0.3.0"
  840. integers_stubs_js
  841. integration1d >= "0.5.1"
  842. interface-prime
  843. interface-prime-lwt
  844. interval >= "1.5" & < "1.6"
  845. interval-map
  846. interval_base
  847. interval_crlibm
  848. interval_intel
  849. io-page >= "2.1.0"
  850. io-page-unix >= "2.1.0"
  851. io-page-xen >= "2.1.0"
  852. iostream
  853. iostream-camlzip
  854. ipaddr >= "2.9.0"
  855. ipaddr-cstruct
  856. ipaddr-sexp
  857. irc-client >= "0.6.2"
  858. irc-client-lwt >= "0.6.2"
  859. irc-client-lwt-ssl
  860. irc-client-tls >= "0.6.2"
  861. irc-client-unix >= "0.6.2"
  862. irmin >= "2.0.0" & < "3.0.0"
  863. irmin-bench < "3.0.0"
  864. irmin-chunk >= "2.0.0" & < "3.0.0"
  865. irmin-containers < "3.0.0"
  866. irmin-fs >= "2.0.0" & < "3.0.0"
  867. irmin-git >= "2.0.0" & < "3.0.0"
  868. irmin-graphql < "3.0.0"
  869. irmin-http >= "2.0.0" & < "3.0.0"
  870. irmin-indexeddb >= "2.0"
  871. irmin-layers
  872. irmin-mem >= "2.0.0"
  873. irmin-mirage >= "2.0.0" & < "3.0.0"
  874. irmin-mirage-git < "3.0.0"
  875. irmin-mirage-graphql < "3.0.0"
  876. irmin-pack < "3.0.0"
  877. irmin-test < "3.0.0"
  878. irmin-tezos < "3.0.0"
  879. irmin-unix >= "2.0.0" & < "3.0.0"
  880. irmin-watcher >= "0.5.0"
  881. iso639
  882. iter
  883. itv-tree >= "2.2"
  884. JsOfOCairo >= "2.0.0"
  885. jane-street-headers >= "v0.12.0"
  886. jane_rope
  887. janestreet_cpuid
  888. janestreet_csv
  889. janestreet_lru_cache
  890. jekyll-format >= "0.2.0" & < "0.3.1"
  891. jemalloc >= "0.2"
  892. jerboa
  893. jhupllib >= "0.2.1"
  894. jingoo >= "1.3.0"
  895. jose
  896. js_of_ocaml >= "3.3.0" & < "4.0.0"
  897. js_of_ocaml-compiler >= "3.3.0" & < "4.0.0"
  898. js_of_ocaml-lwt >= "3.3.0" & < "4.0.0"
  899. js_of_ocaml-ocamlbuild >= "3.5.0" & < "5.0"
  900. js_of_ocaml-ppx >= "3.3.0" & < "4.0.0"
  901. js_of_ocaml-ppx_deriving_json >= "3.3.0" & < "4.0.0"
  902. js_of_ocaml-toplevel >= "3.3.0" & < "4.0.0"
  903. js_of_ocaml-tyxml >= "3.3.0" & < "4.0.0"
  904. js_of_ocaml-webgpu
  905. js_of_ocaml-webidl
  906. js_of_ocaml_patches
  907. json-data-encoding < "1.0.0"
  908. json-data-encoding-browser < "1.0.0"
  909. json-data-encoding-bson < "1.0.0"
  910. json_decoder
  911. jsonaf
  912. jsonoo
  913. jsonrpc < "1.8.2"
  914. jsonxt
  915. jsoo-react
  916. jsoo_broadcastchannel >= "2.0.0"
  917. jsoo_storage >= "1.0.1"
  918. jst-config
  919. junit >= "2.0.1"
  920. junit_alcotest >= "2.0.1"
  921. junit_ounit >= "2.0.1"
  922. jupyter >= "2.3.2"
  923. jupyter-archimedes >= "2.3.2"
  924. jupyter-kernel >= "0.4"
  925. jwto
  926. kafka >= "0.5"
  927. kafka_async
  928. kafka_lwt
  929. kappa-agents
  930. kappa-binaries
  931. kappa-library
  932. kappa-server
  933. kcas < "0.1.6"
  934. ke
  935. key-parsers >= "0.10.0"
  936. kicadsch >= "0.4.0"
  937. kind2
  938. kinetic-client >= "0.0.11"
  939. kittyimg
  940. kqueue < "0.2.0"
  941. krb
  942. lablgtk3 >= "3.0.beta4"
  943. lablgtk3-goocanvas2
  944. lablgtk3-gtkspell3
  945. lablgtk3-rsvg2
  946. lablgtk3-sourceview3
  947. lablqml >= "0.6"
  948. labrys
  949. lacaml >= "11.0.2"
  950. ladspa >= "0.2.0"
  951. lambda
  952. lambda-runtime
  953. lambda-term >= "2.0" & < "3.3.0"
  954. lambda_streams
  955. lambda_streams_async
  956. lambda_streams_lwt
  957. lambdapi >= "2.0.0" & < "2.3.1"
  958. lambdasoup >= "0.6.4"
  959. lame >= "0.3.4"
  960. landmarks >= "1.4"
  961. landmarks-ppx
  962. lascar >= "0.6-alpha"
  963. lastfm = "0.3.3"
  964. launchd >= "1.3"
  965. lazy-trie >= "1.2.0"
  966. lbfgs >= "0.9.1"
  967. lbvs_consent >= "2.1.0"
  968. ldap >= "2.4.1"
  969. learn-ocaml
  970. learn-ocaml-client
  971. ledgerwallet
  972. ledgerwallet-tezos
  973. lens >= "1.2.3"
  974. let-if >= "0.2.0"
  975. letsencrypt
  976. letsencrypt-app
  977. letsencrypt-dns
  978. letsencrypt-mirage
  979. letters
  980. leveldb >= "1.3.0"
  981. libabsolute
  982. libsvm >= "0.10.0"
  983. libzipperposition
  984. lilac
  985. lilv
  986. line-up-words >= "v0.12.0"
  987. line_oriented
  988. linenoise >= "1.2.0"
  989. links >= "0.9"
  990. links-mysql
  991. links-postgresql >= "0.9"
  992. links-sqlite3
  993. linol
  994. linol-lwt
  995. lintcstubs-arity < "0.2.0" | >= "0.4.1"
  996. linwrap
  997. liquid_interpreter
  998. liquid_ml
  999. liquid_parser
  1000. liquid_std
  1001. liquid_syntax
  1002. little_logger
  1003. llama-cpp-ocaml
  1004. llvm >= "15.0.7+nnp-2"
  1005. lmdb >= "1.0"
  1006. lo >= "0.2.0"
  1007. loga >= "0.0.5"
  1008. logical
  1009. logs-async < "1.3"
  1010. logs-async-reporter < "1.3"
  1011. logs-ppx
  1012. logs-syslog >= "0.2.0"
  1013. logtk >= "1.5.1"
  1014. lp
  1015. lp-glpk
  1016. lp-glpk-js
  1017. lp-gurobi
  1018. lpd >= "1.2.2"
  1019. lru >= "0.3.0"
  1020. lru_cache >= "v0.16.0"
  1021. lsp < "1.8.2"
  1022. lt-code
  1023. lua_parser
  1024. lun
  1025. lustre-v6 >= "6.103.3"
  1026. lutils >= "1.51.2"
  1027. lutin >= "2.71.10"
  1028. luv
  1029. luv_unix
  1030. lwd
  1031. lwt >= "4.2.0"
  1032. lwt-canceler
  1033. lwt-dllist
  1034. lwt-exit
  1035. lwt-parallel >= "1.0.0"
  1036. lwt-pipe
  1037. lwt-pipeline >= "0.2"
  1038. lwt-watcher
  1039. lwt_domain
  1040. lwt_glib >= "1.1.1"
  1041. lwt_log >= "1.1.1"
  1042. lwt_ppx >= "1.2.2"
  1043. lwt_ppx_let
  1044. lwt_react >= "1.1.2"
  1045. lwt_ssl >= "1.1.3"
  1046. lz4 >= "1.2.0"
  1047. lz4_chans
  1048. macaddr
  1049. macaddr-cstruct
  1050. macaddr-sexp
  1051. mad >= "0.5.0"
  1052. magic-mime >= "1.1.2"
  1053. magic-trace
  1054. make-random
  1055. malfunction >= "0.3" & < "0.5"
  1056. man_in_the_middle_debugger
  1057. markdown
  1058. markup >= "0.8.0"
  1059. markup-lwt
  1060. mastodon-archive-viewer >= "0.2" & < "0.4.0"
  1061. matplotlib
  1062. mc2
  1063. mccs >= "1.1+10"
  1064. md2mld < "0.7.0"
  1065. mdx != "1.7.0" & < "2.2.0"
  1066. mec
  1067. mechaml >= "1.1.0"
  1068. mem_usage
  1069. memcad >= "1.1.0"
  1070. memgraph
  1071. memgraph_kitty
  1072. memo
  1073. memprof-limits
  1074. memtrace
  1075. memtrace-mirage
  1076. memtrace_viewer
  1077. menhir >= "20200123"
  1078. menhirCST
  1079. menhirLib
  1080. menhirSdk
  1081. merge-fmt
  1082. merlin >= "3.2.1" & < "4.3.1-411"
  1083. merlin-extend >= "0.4"
  1084. mesh >= "0.9.5"
  1085. mesh-easymesh >= "0.9.5"
  1086. mesh-graphics >= "0.9.5"
  1087. mesh-triangle >= "0.9.5"
  1088. metapp
  1089. metaquot
  1090. metrics
  1091. metrics-influx
  1092. metrics-lwt
  1093. metrics-mirage
  1094. metrics-rusage
  1095. metrics-unix
  1096. mew
  1097. mew_vi
  1098. mimic
  1099. mimic-happy-eyeballs
  1100. mindstorm >= "0.8"
  1101. mindstorm-lwt
  1102. minicaml
  1103. minicli >= "5.0.2"
  1104. minisat >= "0.3"
  1105. miou
  1106. mirage >= "3.3.0" & < "4.0.0"
  1107. mirage-block >= "1.2.0"
  1108. mirage-block-ccm >= "1.1.0"
  1109. mirage-block-combinators
  1110. mirage-block-lwt >= "1.2.0"
  1111. mirage-block-ramdisk >= "0.4"
  1112. mirage-block-solo5 >= "0.6.0"
  1113. mirage-block-unix >= "2.11.0"
  1114. mirage-block-xen >= "1.6.0"
  1115. mirage-bootvar-solo5 >= "0.6.0"
  1116. mirage-bootvar-unix
  1117. mirage-bootvar-xen >= "0.6.0"
  1118. mirage-channel >= "3.2.0"
  1119. mirage-channel-lwt >= "3.2.0"
  1120. mirage-clock >= "2.0.0"
  1121. mirage-clock-freestanding >= "2.0.0"
  1122. mirage-clock-lwt >= "2.0.0"
  1123. mirage-clock-solo5
  1124. mirage-clock-unix >= "2.0.0"
  1125. mirage-conduit = "1.3.0" | >= "3.1.0"
  1126. mirage-console >= "2.4.0"
  1127. mirage-console-lwt >= "2.4.0"
  1128. mirage-console-solo5 >= "0.6.0"
  1129. mirage-console-unix >= "2.4.1"
  1130. mirage-console-xen >= "2.4.0"
  1131. mirage-console-xen-backend >= "2.4.0"
  1132. mirage-console-xen-proto >= "2.4.0"
  1133. mirage-crypto
  1134. mirage-crypto-ec
  1135. mirage-crypto-entropy
  1136. mirage-crypto-pk
  1137. mirage-crypto-rng
  1138. mirage-crypto-rng-async
  1139. mirage-crypto-rng-eio >= "0.11.0"
  1140. mirage-crypto-rng-lwt
  1141. mirage-crypto-rng-mirage
  1142. mirage-device >= "1.2.0"
  1143. mirage-dns >= "3.1.0"
  1144. mirage-entropy >= "0.5.1"
  1145. mirage-flow >= "1.6.0"
  1146. mirage-flow-combinators
  1147. mirage-flow-lwt >= "1.6.0"
  1148. mirage-flow-rawlink >= "1.1.0"
  1149. mirage-flow-unix >= "1.6.0"
  1150. mirage-fs >= "1.2.0"
  1151. mirage-fs-lwt >= "1.2.0"
  1152. mirage-fs-mem
  1153. mirage-fs-unix >= "1.6.0"
  1154. mirage-kv >= "2.0.0"
  1155. mirage-kv-lwt >= "2.0.0"
  1156. mirage-kv-mem
  1157. mirage-kv-unix < "3.0.0"
  1158. mirage-logs >= "1.0.0" & < "2.0.0"
  1159. mirage-monitoring
  1160. mirage-nat >= "1.1.0"
  1161. mirage-net >= "2.0.0"
  1162. mirage-net-lwt >= "2.0.0"
  1163. mirage-net-macosx >= "1.5.0"
  1164. mirage-net-solo5 >= "0.4.3"
  1165. mirage-net-unix >= "2.5.0"
  1166. mirage-net-xen >= "1.9.0"
  1167. mirage-profile >= "0.9.0"
  1168. mirage-profile-unix >= "0.9.0"
  1169. mirage-profile-xen >= "0.9.0"
  1170. mirage-protocols >= "2.0.0"
  1171. mirage-protocols-lwt >= "2.0.0"
  1172. mirage-qubes >= "0.7.0"
  1173. mirage-qubes-ipv4 >= "0.7.0"
  1174. mirage-random >= "1.2.0"
  1175. mirage-random-stdlib
  1176. mirage-random-test
  1177. mirage-runtime >= "3.3.0" & < "4.0.0"
  1178. mirage-solo5 >= "0.6.2"
  1179. mirage-stack >= "1.4.0"
  1180. mirage-stack-lwt >= "1.4.0"
  1181. mirage-time >= "1.3.0"
  1182. mirage-time-lwt >= "1.3.0"
  1183. mirage-time-unix >= "1.3.0"
  1184. mirage-types >= "3.3.0"
  1185. mirage-types-lwt >= "3.3.0"
  1186. mirage-unix >= "3.2.0"
  1187. mirage-vnetif >= "0.4.2"
  1188. mirage-vnetif-stack
  1189. mirage-xen >= "3.2.0"
  1190. mkaudio >= "1.1.0"
  1191. mkocaml
  1192. mlbdd >= "0.7.2"
  1193. mlfenv
  1194. mlmpfr >= "4.0.2+dune" & < "4.1.0+bugfix1"
  1195. mlpost >= "0.9"
  1196. mlpost-lablgtk
  1197. mlt_parser >= "v0.12.0"
  1198. mm >= "0.7.0" & < "0.8.2"
  1199. mmap
  1200. mmdb
  1201. mock >= "0.1.1"
  1202. mock-ounit >= "0.1.1"
  1203. module-graph
  1204. molenc
  1205. monaco_jsoo
  1206. monolith
  1207. monomorphic >= "2.0"
  1208. monorobot
  1209. morbig >= "0.10.3"
  1210. morsmall
  1211. moss >= "0.1.1"
  1212. mparser >= "1.3"
  1213. mparser-pcre
  1214. mparser-re
  1215. mperf
  1216. mpg123
  1217. mpp >= "0.3.4"
  1218. mpris >= "0.2.0"
  1219. mpris-clients
  1220. mrmime
  1221. mrt-format >= "0.3.1"
  1222. msat >= "0.8"
  1223. msat-bin
  1224. msgpck >= "1.5"
  1225. msgpck-repr
  1226. mssql
  1227. mugen
  1228. mula
  1229. multipart-form-data >= "0.3.0"
  1230. multipart_form
  1231. multipart_form-cohttp-lwt
  1232. multipart_form-eio
  1233. multipart_form-lwt
  1234. murmur3 >= "0.3"
  1235. mustache >= "3.1.0"
  1236. mustache-cli
  1237. mutf8
  1238. mwt
  1239. mysql8
  1240. mysql_protocol >= "3.0.1"
  1241. n_ary
  1242. naboris
  1243. nacc
  1244. nanoid
  1245. nanosvg
  1246. nanosvg_text
  1247. nbd >= "4.0.3"
  1248. nbd-tool
  1249. nbd-unix
  1250. netchannel >= "1.9.0"
  1251. netkat
  1252. netlink >= "0.3.4"
  1253. netsnmp
  1254. nice_parser
  1255. ninja_utils
  1256. nmea
  1257. noCanren >= "0.3.0~alpha1"
  1258. nocoiner
  1259. node_of_ocaml
  1260. noise
  1261. non_empty_list
  1262. nottui
  1263. nottui-lwt
  1264. nottui-pretty
  1265. notty >= "0.2.3"
  1266. notty_async >= "v0.12.0"
  1267. np
  1268. npy >= "0.0.9"
  1269. nsq >= "0.4.0"
  1270. numeric_string
  1271. nuscr
  1272. OCanren < "0.3.0"
  1273. OCanren-ppx < "0.3.0"
  1274. obeam
  1275. obelisk >= "0.5.0"
  1276. obuilder < "0.5"
  1277. obuilder-spec < "0.5"
  1278. obus >= "1.2.0"
  1279. ocal >= "0.2.2"
  1280. ocaml-canvas
  1281. ocaml-compiler-libs >= "v0.12.0"
  1282. ocaml-embed-file
  1283. ocaml-lsp-server < "1.8.0"
  1284. ocaml-lua >= "1.8"
  1285. ocaml-migrate-parsetree >= "1.2.0"
  1286. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1287. ocaml-monadic >= "0.4.1"
  1288. ocaml-print-intf
  1289. ocaml-probes
  1290. ocaml-protoc >= "2.0.1"
  1291. ocaml-protoc-plugin < "4.3.1"
  1292. ocaml-r >= "0.1.1"
  1293. ocaml-syntax-shims
  1294. ocaml-systemd >= "1.3"
  1295. ocaml-top >= "1.2.0"
  1296. ocaml-vdom < "transition"
  1297. ocaml-version >= "1.0.0" & < "3.6.0"
  1298. ocaml_db_model
  1299. ocaml_intrinsics
  1300. ocaml_pgsql_model
  1301. ocaml_plugin >= "v0.12.0"
  1302. ocamlapi
  1303. ocamlapi_async
  1304. ocamlapi_lwt_unix
  1305. ocamlapi_ppx
  1306. ocamlcodoc
  1307. ocamlformat >= "0.7"
  1308. ocamlformat-lib
  1309. ocamlformat-rpc < "removed"
  1310. ocamlformat-rpc-lib
  1311. ocamlfuse >= "2.7.1-cvs6" & < "2.7.1-cvs8"
  1312. ocamlgraph >= "2.0.0"
  1313. ocamlgraph_gtk
  1314. ocamline
  1315. ocamlog
  1316. ocb
  1317. ocluster < "0.2"
  1318. ocluster-api < "0.2"
  1319. ocolor
  1320. ocp-browser >= "1.1.9"
  1321. ocp-indent >= "1.7.0"
  1322. ocp-indent-nlfork >= "1.5.4"
  1323. ocp-index >= "1.1.9"
  1324. ocp-search
  1325. ocp_reveal
  1326. ocplib-endian >= "1.1"
  1327. ocplib-json-typed >= "0.7"
  1328. ocplib-json-typed-browser
  1329. ocplib-json-typed-bson
  1330. ocplib-simplex >= "0.5"
  1331. ocplib_stuff != "0.3.0"
  1332. ocsigen-i18n >= "4.0.0"
  1333. ocsigen-ppx-rpc
  1334. ocsigenserver >= "4.0.1"
  1335. octavius >= "1.2.2"
  1336. odash
  1337. odate >= "0.6"
  1338. odep < "0.2.0"
  1339. odepack >= "0.6.9"
  1340. odnnr
  1341. odoc >= "1.4.0" & < "2.0.0"
  1342. odoc-parser < "2.3.0"
  1343. of_json
  1344. offheap
  1345. ogg = "0.6.0" | >= "0.7.0"
  1346. ohex
  1347. oidc
  1348. ojs
  1349. olinq >= "0.3"
  1350. omd >= "1.3.2"
  1351. omg
  1352. omigrate < "0.3.1"
  1353. omlr
  1354. oniguruma
  1355. opam-0install
  1356. opam-0install-cudf
  1357. opam-bin >= "1.0.0"
  1358. opam-build
  1359. opam-client >= "2.0.2"
  1360. opam-compiler
  1361. opam-core >= "2.0.2"
  1362. opam-custom-install
  1363. opam-devel >= "2.0.2"
  1364. opam-dune-lint < "0.3"
  1365. opam-ed >= "0.4"
  1366. opam-file-format >= "2.1.0" & < "2.1.5"
  1367. opam-format >= "2.0.2"
  1368. opam-graph
  1369. opam-grep >= "0.2.0"
  1370. opam-installer >= "2.0.2"
  1371. opam-monorepo < "0.2.3"
  1372. opam-package-upgrade >= "0.2"
  1373. opam-publish >= "2.0.2"
  1374. opam-repository >= "2.0.2"
  1375. opam-solver >= "2.0.2"
  1376. opam-spin
  1377. opam-state >= "2.0.2"
  1378. opam-test
  1379. opam2web >= "2.0"
  1380. opam_bin_lib != "0.9.5"
  1381. opasswd >= "1.3.1"
  1382. opazl
  1383. openai-gym
  1384. openapi
  1385. openapi_router
  1386. opencc0
  1387. opencc1
  1388. opencc1_1
  1389. openQASM
  1390. opentelemetry < "0.7"
  1391. opentelemetry-client-cohttp-lwt < "0.7"
  1392. opentelemetry-client-ocurl < "0.7"
  1393. opentelemetry-cohttp-lwt < "0.7"
  1394. opentelemetry-lwt < "0.7"
  1395. opium >= "0.17.0"
  1396. opium-graphql
  1397. opium-testing
  1398. opium_kernel >= "0.17.0"
  1399. oplot
  1400. oplsr
  1401. opomodoro
  1402. opsian
  1403. optal
  1404. opti
  1405. optimization1d >= "0.6.1"
  1406. optiml-transport
  1407. optint >= "0.0.2"
  1408. opus >= "0.2.0"
  1409. oraft < "0.3.0"
  1410. oranger >= "2.0.1"
  1411. order-i3-xfce
  1412. ordinal_abbreviation
  1413. ordma >= "0.0.5"
  1414. orec >= "1.0.1"
  1415. orewa
  1416. orf
  1417. orgeat
  1418. orpie
  1419. orrandomForest
  1420. orsvm_e1071 >= "4.0.0"
  1421. orun
  1422. orxgboost >= "1.1.0"
  1423. oseq >= "0.2"
  1424. osh
  1425. oskel
  1426. osnap
  1427. osx-secure-transport >= "0.1.1"
  1428. otf
  1429. otoml
  1430. otr >= "0.3.6"
  1431. ounit = "2.1.2"
  1432. ounit-lwt < "2.2.0"
  1433. ounit2 < "2.2.7"
  1434. ounit2-lwt < "2.2.7"
  1435. override < "0.4.0"
  1436. owee >= "0.3"
  1437. owl >= "0.4.0"
  1438. owl-base >= "0.4.0"
  1439. owl-jupyter
  1440. owl-ode
  1441. owl-ode-base
  1442. owl-ode-odepack
  1443. owl-ode-sundials
  1444. owl-opt
  1445. owl-opt-lbfgs
  1446. owl-plplot
  1447. owl-symbolic
  1448. owl-top >= "0.4.0"
  1449. owl-zoo >= "0.4.0"
  1450. owork
  1451. ozulip
  1452. p4pp
  1453. p5scm
  1454. packstream
  1455. pacomb
  1456. paf
  1457. paf-cohttp
  1458. paf-le
  1459. pam
  1460. pandoc
  1461. pandoc-abbreviations
  1462. pandoc-comment
  1463. pandoc-crossref
  1464. pandoc-include
  1465. pandoc-inspect
  1466. pandoc-pdf2png
  1467. pandoc-replace
  1468. papi >= "0.1.1"
  1469. parany >= "7.0.2"
  1470. pardi
  1471. parmap >= "1.1.1"
  1472. parse-argv >= "0.2.0"
  1473. parsexp >= "v0.12.0"
  1474. parsexp_io >= "v0.12.0"
  1475. parsley
  1476. patch < "2.0.0"
  1477. patdiff >= "v0.12.1"
  1478. path_glob
  1479. patience_diff >= "v0.12.0"
  1480. patoline >= "0.2"
  1481. patricia-tree
  1482. pattern
  1483. pb
  1484. pb-plugin
  1485. pbkdf >= "1.0.0"
  1486. pbrt
  1487. pbrt_services
  1488. pbrt_yojson
  1489. pcap-format >= "0.5.2"
  1490. pcre >= "7.3.5"
  1491. pcre2
  1492. pds-reachability >= "0.2.2"
  1493. pecu >= "0.2"
  1494. petr4
  1495. pf-qubes
  1496. pg_query
  1497. pgocaml >= "4.0"
  1498. pgocaml_ppx
  1499. pgx >= "1.0" & < "2.2"
  1500. pgx_async >= "1.0" & < "2.2"
  1501. pgx_lwt >= "1.0" & < "2.2"
  1502. pgx_lwt_mirage < "2.2"
  1503. pgx_lwt_unix < "2.2"
  1504. pgx_unix >= "1.0" & < "2.2"
  1505. pgx_value_core < "2.2"
  1506. pgx_value_ptime < "2.2"
  1507. phantom-algebra >= "1.0.1"
  1508. phonetic
  1509. phylogenetics < "0.2.0"
  1510. piaf
  1511. picasso
  1512. piqi >= "0.7.8"
  1513. piqilib >= "0.6.16"
  1514. pixel_pusher
  1515. pkcs11 >= "0.18.0"
  1516. pkcs11-cli
  1517. pkcs11-driver
  1518. pkcs11-rev
  1519. pla >= "1.3"
  1520. plato
  1521. plebeia < "2.0.0"
  1522. plist-xml
  1523. plist-xml-lwt
  1524. plotkicadsch >= "0.4.0"
  1525. plplot >= "5.11.0-1"
  1526. polka
  1527. polling_state_rpc
  1528. polly
  1529. polynomial
  1530. pomap >= "4.1.0"
  1531. popper
  1532. portaudio >= "0.2.2"
  1533. portaudio_c_bindings
  1534. portmidi
  1535. posix-base < "2.0.2"
  1536. posix-bindings < "2.0.2"
  1537. posix-getopt >= "2.0.0" & < "2.0.2"
  1538. posix-signal < "2.0.2"
  1539. posix-socket < "2.0.2"
  1540. posix-socket-unix < "2.0.2"
  1541. posix-time2 < "2.0.2"
  1542. posix-types >= "2.0.0" & < "2.0.2"
  1543. posix-uname < "2.0.2"
  1544. posixat >= "v0.12.0"
  1545. postgres_async
  1546. postgresql >= "4.4.1"
  1547. pp
  1548. pp_loc
  1549. pprint >= "20200226"
  1550. ppx-owl-opt
  1551. ppx_accessor
  1552. ppx_assert >= "v0.12.0"
  1553. ppx_bap
  1554. ppx_base >= "v0.12.0"
  1555. ppx_bench >= "v0.12.0"
  1556. ppx_bigarray >= "3.0.0"
  1557. ppx_bin_prot >= "v0.12.0"
  1558. ppx_bitstring >= "4.0.0"
  1559. ppx_blob >= "0.6.0"
  1560. ppx_bsx
  1561. ppx_catch
  1562. ppx_cold
  1563. ppx_compare >= "v0.12.0"
  1564. ppx_compose >= "0.1.0"
  1565. ppx_const >= "2.0"
  1566. ppx_conv_func >= "v0.12.0"
  1567. ppx_counters
  1568. ppx_css
  1569. ppx_cstruct >= "3.3.0"
  1570. ppx_cstubs
  1571. ppx_csv_conv >= "v0.12.0"
  1572. ppx_custom_printf >= "v0.12.0"
  1573. ppx_decimal
  1574. ppx_defer >= "0.4.0"
  1575. ppx_demo
  1576. ppx_derive_at_runtime
  1577. ppx_derivers >= "1.2.1"
  1578. ppx_deriving >= "4.3"
  1579. ppx_deriving_cmdliner >= "0.5.1"
  1580. ppx_deriving_encoding
  1581. ppx_deriving_hardcaml >= "v0.12.0"
  1582. ppx_deriving_hash
  1583. ppx_deriving_jsoo
  1584. ppx_deriving_madcast >= "0.2"
  1585. ppx_deriving_popper
  1586. ppx_deriving_protobuf >= "2.7"
  1587. ppx_deriving_qcheck
  1588. ppx_deriving_rpc >= "6.1.0"
  1589. ppx_deriving_scad
  1590. ppx_deriving_yaml < "0.2.2"
  1591. ppx_deriving_yojson >= "3.3"
  1592. ppx_disable_unused_warnings
  1593. ppx_distr_guards >= "0.2"
  1594. ppx_enum
  1595. ppx_enumerate >= "v0.12.0"
  1596. ppx_expect >= "v0.12.0"
  1597. ppx_factory
  1598. ppx_fail >= "v0.12.0"
  1599. ppx_fast_pipe
  1600. ppx_fields_conv >= "v0.12.0"
  1601. ppx_fixed_literal
  1602. ppx_gen_rec >= "1.1.0"
  1603. ppx_getenv >= "2.0"
  1604. ppx_globalize
  1605. ppx_hash >= "v0.12.0"
  1606. ppx_here >= "v0.12.0"
  1607. ppx_ignore_instrumentation
  1608. ppx_import >= "1.5-3-gbd627d5"
  1609. ppx_inline_alcotest
  1610. ppx_inline_test >= "v0.12.0" & < "v0.16.1"
  1611. ppx_irmin < "3.0.0"
  1612. ppx_jane >= "v0.12.0"
  1613. ppx_js_style >= "v0.12.0"
  1614. ppx_jsobject_conv >= "0.6.0"
  1615. ppx_jsonaf_conv
  1616. ppx_let >= "v0.12.0"
  1617. ppx_log
  1618. ppx_make
  1619. ppx_map
  1620. ppx_meta_conv >= "4.0.1"
  1621. ppx_module_timer
  1622. ppx_monad
  1623. ppx_monoid >= "0.3.2"
  1624. ppx_mysql
  1625. ppx_mysql_identity
  1626. ppx_open
  1627. ppx_optcomp >= "v0.12.0"
  1628. ppx_optional >= "v0.12.0"
  1629. ppx_pattern_bind
  1630. ppx_pbt
  1631. ppx_pipebang >= "v0.12.0"
  1632. ppx_protocol_conv >= "3.1.0"
  1633. ppx_protocol_conv_json >= "3.1.0"
  1634. ppx_protocol_conv_jsonm
  1635. ppx_protocol_conv_msgpack >= "3.1.0"
  1636. ppx_protocol_conv_xml_light >= "3.1.0"
  1637. ppx_protocol_conv_xmlm
  1638. ppx_protocol_conv_yaml >= "3.1.0"
  1639. ppx_pyformat
  1640. ppx_python
  1641. ppx_rapper
  1642. ppx_rapper_async
  1643. ppx_rapper_lwt
  1644. ppx_regexp >= "0.4.0"
  1645. ppx_relit
  1646. ppx_repr
  1647. ppx_sexp_conv >= "v0.12.0"
  1648. ppx_sexp_message >= "v0.12.0"
  1649. ppx_sexp_value >= "v0.12.0"
  1650. ppx_show
  1651. ppx_stable
  1652. ppx_stable_witness
  1653. ppx_string
  1654. ppx_string_interpolation
  1655. ppx_subliner
  1656. ppx_test >= "1.7.0"
  1657. ppx_there
  1658. ppx_tools >= "6.0+4.08.0"
  1659. ppx_tools_versioned >= "5.2.2"
  1660. ppx_tydi
  1661. ppx_type_directed_value
  1662. ppx_typed_fields
  1663. ppx_typerep_conv >= "v0.12.0"
  1664. ppx_tyre
  1665. ppx_units
  1666. ppx_variants_conv >= "v0.12.0"
  1667. ppx_viewpattern
  1668. ppx_wideopen
  1669. ppx_xml_conv >= "v0.12.0"
  1670. ppx_yojson
  1671. ppx_yojson_conv
  1672. ppx_yojson_conv_lib
  1673. ppxfind >= "1.3"
  1674. ppxlib >= "0.4.0"
  1675. ppxx >= "2.4.0"
  1676. pratter
  1677. prbnmcn-basic-structures
  1678. prbnmcn-cgrph
  1679. prbnmcn-clustering
  1680. prbnmcn-dagger
  1681. prbnmcn-dagger-gsl
  1682. prbnmcn-dagger-stats
  1683. prbnmcn-dagger-test
  1684. prbnmcn-gnuplot
  1685. prbnmcn-linalg
  1686. prbnmcn-mcts
  1687. prbnmcn-proptest
  1688. prbnmcn-stats
  1689. prbnmcn-ucb1
  1690. prc
  1691. preface
  1692. prettym
  1693. printbox >= "0.2" & < "0.8"
  1694. printbox-html < "0.8"
  1695. printbox-text < "0.8"
  1696. prof_spacetime >= "0.3.0"
  1697. profunctor
  1698. progress
  1699. prom
  1700. prometheus >= "0.6"
  1701. prometheus-app >= "0.6"
  1702. promise
  1703. promise_jsoo
  1704. promise_jsoo_lwt
  1705. protocell
  1706. protocol-9p >= "1.0.0"
  1707. protocol-9p-tool >= "1.0.0"
  1708. protocol-9p-unix >= "1.0.0"
  1709. protocol_version_header >= "v0.12.0"
  1710. prr
  1711. psmt2-frontend = "0.3.0" | >= "0.4.0"
  1712. psq >= "0.1.1"
  1713. ptmap >= "2.0.5"
  1714. ptset >= "1.0.1"
  1715. pulseaudio >= "0.1.4"
  1716. pure-splitmix >= "0.3"
  1717. py >= "1.1"
  1718. pyast
  1719. pyml >= "20210924"
  1720. pyml_bindgen < "0.3.0"
  1721. pyre-ast
  1722. pythonlib
  1723. qbf >= "0.3"
  1724. qcheck >= "0.9"
  1725. qcheck-alcotest
  1726. qcheck-core
  1727. qcheck-ounit
  1728. qinap
  1729. qiskit < "0.44.0"
  1730. qmp >= "0.19.0"
  1731. qrencode >= "0.2"
  1732. qtest >= "2.10.1"
  1733. queenshead
  1734. quests
  1735. radamsa
  1736. radare2 >= "0.0.3"
  1737. randomconv >= "0.1.1"
  1738. randoml
  1739. range
  1740. rangeSet
  1741. rankers
  1742. rawlink >= "1.0" & < "2.1"
  1743. raygui
  1744. raylib
  1745. rdbg >= "1.196.12"
  1746. re >= "1.9.0"
  1747. re2 >= "v0.12.1"
  1748. re2_stable
  1749. re_parser
  1750. reactiveData >= "0.3.0"
  1751. reanalyze
  1752. reason >= "3.5.0" & < "3.9.0"
  1753. reason-standard
  1754. received
  1755. record_builder >= "v0.12.0"
  1756. records >= "1.0.0"
  1757. reddit_api_async
  1758. reddit_api_kernel
  1759. redirect
  1760. redis >= "0.4"
  1761. redis-async
  1762. redis-lwt >= "0.4"
  1763. redis-sync >= "0.4"
  1764. reed-solomon-erasure >= "1.0.2"
  1765. reedsolomon >= "0.3"
  1766. refl
  1767. regenerate >= "0.2"
  1768. regex_parser_intf
  1769. relit_helper
  1770. remu_ts
  1771. reparse < "3.1.0"
  1772. reparse-lwt < "3.1.0"
  1773. reparse-lwt-unix < "3.1.0"
  1774. reparse-unix
  1775. repr
  1776. repr-bench
  1777. repr-fuzz
  1778. res >= "5.0.1"
  1779. res_tailwindcss
  1780. resource-pooling >= "1.1"
  1781. resource_cache >= "v0.12.0"
  1782. resp
  1783. resp-client
  1784. resp-mirage
  1785. resp-server >= "0.9"
  1786. resp-unix
  1787. resto
  1788. resto-acl
  1789. resto-cohttp
  1790. resto-cohttp-client
  1791. resto-cohttp-self-serving-client
  1792. resto-cohttp-server
  1793. resto-directory
  1794. resto-json
  1795. result >= "1.4"
  1796. rfc1951 >= "0.8.1" & != "1.0.0"
  1797. rfc6287 >= "1.0.4"
  1798. rfc7748
  1799. rfsm >= "1.6-alpha-3" & < "2.0"
  1800. rhythm
  1801. ringo
  1802. ringo-lwt
  1803. rock
  1804. roman
  1805. root1d >= "0.5.1"
  1806. rope >= "0.6.2"
  1807. rosetta >= "0.2.0"
  1808. routes < "2.0.0"
  1809. rpc >= "6.1.0"
  1810. rpc_parallel >= "v0.12.0"
  1811. rpclib >= "6.1.0"
  1812. rpclib-async >= "6.1.0"
  1813. rpclib-html
  1814. rpclib-js
  1815. rpclib-lwt >= "6.1.0"
  1816. rsdd
  1817. rss
  1818. rtop >= "3.5.0" & < "3.9.0"
  1819. rungen
  1820. rusage
  1821. SZXX
  1822. safepass >= "3.1"
  1823. salsa20 >= "1.0.0"
  1824. salsa20-core >= "1.0.0"
  1825. samplerate >= "0.1.5"
  1826. sanddb = "0.2"
  1827. satex
  1828. satyrographos
  1829. scaml < "1.5.0"
  1830. scfg
  1831. scgi
  1832. scipy
  1833. scrypt-kdf >= "1.0.0"
  1834. sd_logic
  1835. searchTree
  1836. secp256k1 >= "0.4.1"
  1837. secp256k1-internal
  1838. sedlex >= "2.0" & < "3.2"
  1839. sek
  1840. selective
  1841. semantic_version
  1842. semaphore-compat
  1843. semver >= "0.2.1"
  1844. semver2
  1845. sendmail
  1846. sendmail-lwt
  1847. sentry
  1848. seq >= "0.2" & < "base"
  1849. sequencer_table >= "v0.12.0"
  1850. serial
  1851. session >= "0.4.1"
  1852. session-cohttp >= "0.4.1"
  1853. session-cohttp-async >= "0.4.1"
  1854. session-cohttp-lwt >= "0.4.1"
  1855. session-cookie
  1856. session-cookie-async
  1857. session-cookie-lwt
  1858. session-postgresql >= "0.4.1"
  1859. session-postgresql-async >= "0.4.1"
  1860. session-postgresql-lwt >= "0.4.1"
  1861. session-redis-lwt >= "0.4.1"
  1862. session-webmachine >= "0.4.1"
  1863. setcore >= "1.0.2"
  1864. sexp
  1865. sexp_diff
  1866. sexp_diff_kernel
  1867. sexp_grammar
  1868. sexp_macro
  1869. sexp_pretty >= "v0.12.0"
  1870. sexp_select
  1871. sexp_string_quickcheck
  1872. sexplib >= "v0.12.0"
  1873. sexplib0 >= "v0.12.0" & < "v0.17.0"
  1874. sgf >= "1.0.1"
  1875. sha >= "1.13" & < "1.15.1"
  1876. shapefile
  1877. shared-block-ring >= "3.0.0"
  1878. shared-memory-ring >= "3.1.0"
  1879. shared-memory-ring-lwt >= "3.1.0"
  1880. shared-secret >= "0.4"
  1881. shell
  1882. shexp >= "v0.12.0"
  1883. shine >= "0.2.2"
  1884. shuttle
  1885. shuttle_http < "0.11.0"
  1886. shuttle_ssl
  1887. sihl
  1888. sihl-cache
  1889. sihl-contract
  1890. sihl-core
  1891. sihl-email
  1892. sihl-facade
  1893. sihl-persistence
  1894. sihl-queue
  1895. sihl-session
  1896. sihl-storage
  1897. sihl-token
  1898. sihl-type
  1899. sihl-user
  1900. sihl-web
  1901. simple63
  1902. sklearn
  1903. slacko >= "0.14.1"
  1904. slug
  1905. smart-print >= "0.3.0"
  1906. smbc >= "0.5"
  1907. smol
  1908. smol-helpers
  1909. smtlib-utils
  1910. snappy >= "0.1.2"
  1911. so
  1912. solidity-alcotest
  1913. solidity-common
  1914. solidity-parser
  1915. solidity-test
  1916. solidity-typechecker
  1917. sortedseq_intersect
  1918. soundtouch >= "0.1.9"
  1919. soupault
  1920. spacetime_lib >= "0.3.0"
  1921. spawn < "v0.9.0" | >= "v0.13.0"
  1922. spdx_licenses
  1923. spectrum
  1924. speex >= "0.4.0"
  1925. spelll >= "0.3"
  1926. spin
  1927. splay_tree >= "v0.12.0"
  1928. splittable_random >= "v0.12.0"
  1929. spotify-web-api >= "0.2.1"
  1930. spotlib >= "4.1.0"
  1931. sqlgg >= "20200521"
  1932. sqlite3 >= "4.4.1"
  1933. sqlite3_utils
  1934. srt
  1935. ssh-agent >= "0.2.0"
  1936. ssh-agent-unix
  1937. ssl >= "0.5.6"
  1938. stdcompat >= "19"
  1939. stdint >= "0.6.0" & < "0.7.2"
  1940. stdint-literals
  1941. stdio >= "v0.12.0"
  1942. stdlib-diff
  1943. stdlib-random
  1944. stdlib-shims
  1945. stitch
  1946. stored_reversed
  1947. streamable
  1948. streaming
  1949. string_dict >= "v0.12.0"
  1950. stringext >= "1.6.0"
  1951. sturgeon >= "0.4.2"
  1952. subscriptions-transport-ws
  1953. subtype-refinement >= "0.2"
  1954. swagger >= "0.2.0"
  1955. swhid
  1956. swhid_compute
  1957. swhid_core
  1958. swhid_types
  1959. syndic >= "1.6.0"
  1960. sys-socket
  1961. sys-socket-unix
  1962. syslog >= "2.0.0"
  1963. syslog-message >= "1.0.0"
  1964. syslog-rfc5424
  1965. systemverilog >= "0.0.2"
  1966. tablecloth-base
  1967. tablecloth-native < "transition"
  1968. taglib >= "0.3.7"
  1969. talaria-bibtex
  1970. tar >= "1.0.0" & < "2.0.0"
  1971. tar-mirage >= "1.0.0" & < "2.0.0"
  1972. tar-unix >= "1.0.0" & < "2.0.0"
  1973. tcalc
  1974. tcpip >= "3.7.0"
  1975. tdigest
  1976. teash
  1977. telltime
  1978. tensorboard
  1979. terminal
  1980. terminal_size >= "0.1.4"
  1981. testu01
  1982. textmate-language
  1983. textrazor
  1984. textutils >= "v0.12.0"
  1985. textutils_kernel >= "v0.12.0"
  1986. textwrap >= "0.2.1"
  1987. tezos-008-PtEdo2Zk-test-helpers
  1988. tezos-009-PsFLoren-test-helpers
  1989. tezos-010-PtGRANAD-test-helpers
  1990. tezos-accuser-006-PsCARTHA
  1991. tezos-accuser-007-PsDELPH1
  1992. tezos-accuser-008-PtEdo2Zk
  1993. tezos-accuser-008-PtEdoTez
  1994. tezos-accuser-009-PsFLoren
  1995. tezos-accuser-010-PtGRANAD
  1996. tezos-accuser-011-PtHangz2 < "11.1"
  1997. tezos-accuser-alpha < "11.1"
  1998. tezos-alpha-test-helpers < "12.0"
  1999. tezos-baker-006-PsCARTHA
  2000. tezos-baker-007-PsDELPH1
  2001. tezos-baker-008-PtEdo2Zk
  2002. tezos-baker-008-PtEdoTez
  2003. tezos-baker-009-PsFLoren
  2004. tezos-baker-010-PtGRANAD
  2005. tezos-baker-011-PtHangz2 < "11.1"
  2006. tezos-baker-alpha < "11.1"
  2007. tezos-baking-006-PsCARTHA
  2008. tezos-baking-006-PsCARTHA-commands
  2009. tezos-baking-007-PsDELPH1
  2010. tezos-baking-007-PsDELPH1-commands
  2011. tezos-baking-008-PtEdo2Zk
  2012. tezos-baking-008-PtEdo2Zk-commands
  2013. tezos-baking-008-PtEdoTez
  2014. tezos-baking-008-PtEdoTez-commands
  2015. tezos-baking-009-PsFLoren
  2016. tezos-baking-009-PsFLoren-commands
  2017. tezos-baking-010-PtGRANAD
  2018. tezos-baking-010-PtGRANAD-commands
  2019. tezos-baking-011-PtHangz2 < "11.1"
  2020. tezos-baking-011-PtHangz2-commands < "11.1"
  2021. tezos-baking-alpha < "11.1"
  2022. tezos-baking-alpha-commands < "11.1"
  2023. tezos-base < "11.1"
  2024. tezos-base-test-helpers < "11.1"
  2025. tezos-base58
  2026. tezos-bls12-381-polynomial
  2027. tezos-clic < "11.1"
  2028. tezos-client < "11.1"
  2029. tezos-client-000-Ps9mPmXa < "11.1"
  2030. tezos-client-001-PtCJ7pwo < "11.1"
  2031. tezos-client-001-PtCJ7pwo-commands < "11.1"
  2032. tezos-client-002-PsYLVpVv < "11.1"
  2033. tezos-client-002-PsYLVpVv-commands < "11.1"
  2034. tezos-client-003-PsddFKi3 < "11.1"
  2035. tezos-client-003-PsddFKi3-commands < "11.1"
  2036. tezos-client-004-Pt24m4xi < "11.1"
  2037. tezos-client-004-Pt24m4xi-commands < "11.1"
  2038. tezos-client-005-PsBabyM1 < "11.1"
  2039. tezos-client-005-PsBabyM1-commands < "11.1"
  2040. tezos-client-006-PsCARTHA < "11.1"
  2041. tezos-client-006-PsCARTHA-commands < "11.1"
  2042. tezos-client-007-PsDELPH1 < "11.1"
  2043. tezos-client-007-PsDELPH1-commands < "11.1"
  2044. tezos-client-007-PsDELPH1-commands-registration < "11.1"
  2045. tezos-client-008-PtEdo2Zk < "11.1"
  2046. tezos-client-008-PtEdo2Zk-commands < "11.1"
  2047. tezos-client-008-PtEdo2Zk-commands-registration < "11.1"
  2048. tezos-client-008-PtEdoTez
  2049. tezos-client-008-PtEdoTez-commands
  2050. tezos-client-008-PtEdoTez-commands-registration
  2051. tezos-client-009-PsFLoren < "11.1"
  2052. tezos-client-009-PsFLoren-commands < "11.1"
  2053. tezos-client-009-PsFLoren-commands-registration < "11.1"
  2054. tezos-client-010-PtGRANAD < "11.1"
  2055. tezos-client-010-PtGRANAD-commands < "11.1"
  2056. tezos-client-010-PtGRANAD-commands-registration < "11.1"
  2057. tezos-client-011-PtHangz2 < "11.1"
  2058. tezos-client-011-PtHangz2-commands < "11.1"
  2059. tezos-client-011-PtHangz2-commands-registration < "11.1"
  2060. tezos-client-alpha < "11.1"
  2061. tezos-client-alpha-commands < "11.1"
  2062. tezos-client-alpha-commands-registration < "11.1"
  2063. tezos-client-base < "11.1"
  2064. tezos-client-base-unix < "11.1"
  2065. tezos-client-commands < "11.1"
  2066. tezos-client-demo-counter < "11.1"
  2067. tezos-client-genesis < "11.1"
  2068. tezos-client-genesis-carthagenet < "11.1"
  2069. tezos-client-sapling-008-PtEdo2Zk < "11.1"
  2070. tezos-client-sapling-008-PtEdoTez
  2071. tezos-client-sapling-009-PsFLoren < "11.1"
  2072. tezos-client-sapling-010-PtGRANAD < "11.1"
  2073. tezos-client-sapling-011-PtHangz2 < "11.1"
  2074. tezos-client-sapling-alpha < "11.1"
  2075. tezos-codec < "11.1"
  2076. tezos-context < "11.1"
  2077. tezos-context-hash
  2078. tezos-context-hash-irmin
  2079. tezos-crypto < "11.1"
  2080. tezos-embedded-protocol-000-Ps9mPmXa < "11.1"
  2081. tezos-embedded-protocol-001-PtCJ7pwo < "11.1"
  2082. tezos-embedded-protocol-002-PsYLVpVv < "11.1"
  2083. tezos-embedded-protocol-003-PsddFKi3 < "11.1"
  2084. tezos-embedded-protocol-004-Pt24m4xi < "11.1"
  2085. tezos-embedded-protocol-005-PsBABY5H < "11.1"
  2086. tezos-embedded-protocol-005-PsBabyM1 < "11.1"
  2087. tezos-embedded-protocol-006-PsCARTHA < "11.1"
  2088. tezos-embedded-protocol-007-PsDELPH1 < "11.1"
  2089. tezos-embedded-protocol-008-PtEdo2Zk < "11.1"
  2090. tezos-embedded-protocol-008-PtEdoTez < "11.1"
  2091. tezos-embedded-protocol-009-PsFLoren < "11.1"
  2092. tezos-embedded-protocol-010-PtGRANAD < "11.1"
  2093. tezos-embedded-protocol-011-PtHangz2 < "11.1"
  2094. tezos-embedded-protocol-alpha < "11.1"
  2095. tezos-embedded-protocol-demo-counter < "11.1"
  2096. tezos-embedded-protocol-demo-noops < "11.1"
  2097. tezos-embedded-protocol-genesis < "11.1"
  2098. tezos-embedded-protocol-genesis-carthagenet < "11.1"
  2099. tezos-endorser-006-PsCARTHA
  2100. tezos-endorser-007-PsDELPH1
  2101. tezos-endorser-008-PtEdo2Zk
  2102. tezos-endorser-008-PtEdoTez
  2103. tezos-endorser-009-PsFLoren
  2104. tezos-endorser-010-PtGRANAD
  2105. tezos-endorser-011-PtHangz2 < "11.1"
  2106. tezos-endorser-alpha < "11.1"
  2107. tezos-error-monad < "11.1"
  2108. tezos-event-logging < "11.1"
  2109. tezos-event-logging-test-helpers < "11.1"
  2110. tezos-hacl-glue < "11.1"
  2111. tezos-hacl-glue-unix < "11.0"
  2112. tezos-legacy-store < "11.1"
  2113. tezos-lmdb
  2114. tezos-lwt-result-stdlib < "11.1"
  2115. tezos-mempool-006-PsCARTHA
  2116. tezos-mempool-007-PsDELPH1
  2117. tezos-mempool-008-PtEdoTez
  2118. tezos-micheline < "11.1"
  2119. tezos-mockup < "11.1"
  2120. tezos-mockup-commands < "11.1"
  2121. tezos-mockup-proxy < "11.1"
  2122. tezos-mockup-registration < "11.1"
  2123. tezos-node < "11.1"
  2124. tezos-p2p < "11.1"
  2125. tezos-p2p-services < "11.1"
  2126. tezos-plompiler
  2127. tezos-plonk
  2128. tezos-protocol-000-Ps9mPmXa < "11.1"
  2129. tezos-protocol-001-PtCJ7pwo < "11.1"
  2130. tezos-protocol-002-PsYLVpVv < "11.1"
  2131. tezos-protocol-003-PsddFKi3 < "11.1"
  2132. tezos-protocol-004-Pt24m4xi < "11.1"
  2133. tezos-protocol-005-PsBABY5H < "11.1"
  2134. tezos-protocol-005-PsBabyM1 < "11.1"
  2135. tezos-protocol-006-PsCARTHA < "11.1"
  2136. tezos-protocol-006-PsCARTHA-parameters
  2137. tezos-protocol-007-PsDELPH1 < "11.1"
  2138. tezos-protocol-007-PsDELPH1-parameters
  2139. tezos-protocol-008-PtEdo2Zk < "11.1"
  2140. tezos-protocol-008-PtEdo2Zk-parameters < "11.1"
  2141. tezos-protocol-008-PtEdoTez < "11.1"
  2142. tezos-protocol-008-PtEdoTez-parameters
  2143. tezos-protocol-009-PsFLoren < "11.1"
  2144. tezos-protocol-009-PsFLoren-parameters < "11.1"
  2145. tezos-protocol-010-PtGRANAD < "11.1"
  2146. tezos-protocol-010-PtGRANAD-parameters < "11.1"
  2147. tezos-protocol-011-PtHangz2 < "11.1"
  2148. tezos-protocol-011-PtHangz2-parameters < "11.1"
  2149. tezos-protocol-alpha < "11.1"
  2150. tezos-protocol-alpha-parameters < "11.1"
  2151. tezos-protocol-compiler < "11.1"
  2152. tezos-protocol-demo-counter < "11.1"
  2153. tezos-protocol-demo-noops < "11.1"
  2154. tezos-protocol-environment < "11.1"
  2155. tezos-protocol-environment-packer < "11.1"
  2156. tezos-protocol-environment-sigs < "11.1"
  2157. tezos-protocol-environment-structs < "11.1"
  2158. tezos-protocol-genesis < "11.1"
  2159. tezos-protocol-genesis-carthagenet < "11.1"
  2160. tezos-protocol-plugin-007-PsDELPH1 < "11.1"
  2161. tezos-protocol-plugin-007-PsDELPH1-registerer < "11.1"
  2162. tezos-protocol-plugin-008-PtEdo2Zk < "11.1"
  2163. tezos-protocol-plugin-008-PtEdo2Zk-registerer < "11.1"
  2164. tezos-protocol-plugin-009-PsFLoren < "11.1"
  2165. tezos-protocol-plugin-009-PsFLoren-registerer < "11.1"
  2166. tezos-protocol-plugin-010-PtGRANAD < "11.1"
  2167. tezos-protocol-plugin-010-PtGRANAD-registerer < "11.1"
  2168. tezos-protocol-plugin-011-PtHangz2 < "11.1"
  2169. tezos-protocol-plugin-011-PtHangz2-registerer < "11.1"
  2170. tezos-protocol-plugin-alpha < "11.1"
  2171. tezos-protocol-plugin-alpha-registerer < "11.1"
  2172. tezos-protocol-updater < "11.1"
  2173. tezos-proxy < "11.1"
  2174. tezos-requester < "11.1"
  2175. tezos-rpc < "11.1"
  2176. tezos-rpc-http < "11.1"
  2177. tezos-rpc-http-client < "11.1"
  2178. tezos-rpc-http-client-unix < "11.1"
  2179. tezos-rpc-http-server < "11.1"
  2180. tezos-sapling < "11.1"
  2181. tezos-shell < "11.1"
  2182. tezos-shell-context < "11.1"
  2183. tezos-shell-services < "11.1"
  2184. tezos-shell-services-test-helpers < "11.1"
  2185. tezos-signer < "11.1"
  2186. tezos-signer-backends < "11.1"
  2187. tezos-signer-services < "11.1"
  2188. tezos-stdlib < "11.1"
  2189. tezos-stdlib-unix < "11.1"
  2190. tezos-storage
  2191. tezos-store < "11.1"
  2192. tezos-test-helpers < "11.1"
  2193. tezos-test-services
  2194. tezos-tooling < "13.0"
  2195. tezos-validation < "11.1"
  2196. tezos-validator < "11.1"
  2197. tezos-version < "11.1"
  2198. tezos-workers < "11.1"
  2199. tezt < "2.0.0"
  2200. theora >= "0.4.0"
  2201. thread-local-storage
  2202. thrift >= "0.10.0"
  2203. tidy >= "5-0.2"
  2204. tidy_email
  2205. tidy_email_mailgun
  2206. tidy_email_sendgrid
  2207. tidy_email_smtp
  2208. tilde_f
  2209. time_now
  2210. timed >= "1.1"
  2211. timedesc < "0.8.0"
  2212. timere < "0.8.0"
  2213. timere-parse
  2214. timezone
  2215. tiny_httpd < "0.15"
  2216. tiny_httpd_camlzip < "0.15"
  2217. tip-parser >= "0.4"
  2218. tldr
  2219. tls >= "0.11.0" & < "0.15.4"
  2220. tls-async < "0.15.4"
  2221. tls-mirage < "0.15.4"
  2222. toml >= "5.0.0" & < "7.1.0"
  2223. toml-cconv
  2224. toml_cconv
  2225. toplevel_backend
  2226. toplevel_expect_test >= "v0.12.0"
  2227. topological_sort >= "v0.12.0"
  2228. torch
  2229. tqdm
  2230. tracing
  2231. tracy-client
  2232. transept
  2233. traverse
  2234. travesty < "0.7.2"
  2235. travis-opam >= "1.5.0"
  2236. trax >= "0.4.0"
  2237. tree_layout >= "0.2"
  2238. treeprint >= "2.3.0"
  2239. trie >= "1.0.0"
  2240. tsdl-image >= "0.3.0"
  2241. tsdl-mixer >= "0.3.0"
  2242. tsdl-ttf >= "0.3"
  2243. tsort
  2244. tube >= "4.4.0"
  2245. tuntap >= "1.7.0"
  2246. twostep
  2247. tyabt
  2248. typerep >= "v0.12.0"
  2249. typeset < "0.4"
  2250. tyre >= "0.5"
  2251. tyxml >= "4.3.0"
  2252. tyxml-jsx
  2253. tyxml-lwd
  2254. tyxml-ppx >= "4.3.0"
  2255. tyxml-syntax
  2256. u2f
  2257. ubase
  2258. ubpf < "0.2"
  2259. uecc >= "0.2"
  2260. uint >= "2.0.1"
  2261. ulid
  2262. um-abt
  2263. unidecode
  2264. unionFind
  2265. unisim_archisec < "0.0.1"
  2266. unison >= "2.51.4" & < "2.53.4"
  2267. universo
  2268. unix-errno >= "0.6.0"
  2269. unstrctrd
  2270. uri >= "2.2.0"
  2271. uri-bench
  2272. uri-re
  2273. uri-sexp
  2274. uring < "0.4"
  2275. uritemplate
  2276. user-agent-parser
  2277. username_kernel
  2278. uspf
  2279. uspf-lwt
  2280. uspf-unix
  2281. utop >= "2.3.0"
  2282. uuuu >= "0.1.1"
  2283. validator
  2284. variantslib >= "v0.12.0"
  2285. varray
  2286. vcaml
  2287. vcardgen >= "1.2"
  2288. vchan >= "4.0.0"
  2289. vchan-unix >= "4.0.0"
  2290. vchan-xen >= "4.0.0"
  2291. vec
  2292. vector
  2293. vercel
  2294. vhd-format >= "0.12.0"
  2295. vhd-format-lwt >= "0.12.0"
  2296. virtual_dom >= "v0.12.0"
  2297. visitors >= "20200207"
  2298. vlq >= "0.2.1"
  2299. vmnet >= "1.3.2"
  2300. vocal
  2301. voqc
  2302. vorbis >= "0.8.0"
  2303. vpt >= "5.0.0"
  2304. vue-jsoo
  2305. wall >= "0.4"
  2306. wasmer
  2307. wasmtime
  2308. wayland
  2309. waylaunch
  2310. webauthn
  2311. weberizer >= "0.8"
  2312. webmachine >= "0.6.2"
  2313. websocket >= "2.12" & < "2.15"
  2314. websocket-async >= "2.12" & < "2.15"
  2315. websocket-lwt >= "2.12"
  2316. websocket-lwt-unix < "2.15"
  2317. websocketaf
  2318. webtest >= "2.0.0"
  2319. webtest-js
  2320. wikitext
  2321. win-error >= "1.0"
  2322. win-eventlog = "0.3"
  2323. winsvc
  2324. ws
  2325. ws-server
  2326. wseg
  2327. wtf8 >= "1.0.2"
  2328. wtr
  2329. wtr-ppx
  2330. wu-manber-fuzzy-search
  2331. x509 >= "0.6.3"
  2332. xapi-backtrace >= "0.7"
  2333. xapi-inventory >= "1.2.1"
  2334. xapi-rrd >= "1.8.2"
  2335. xapi-stdext-date
  2336. xapi-stdext-encodings
  2337. xapi-stdext-pervasives
  2338. xapi-stdext-std
  2339. xapi-stdext-threads
  2340. xapi-stdext-unix
  2341. xapi-stdext-zerocheck
  2342. xdg-basedir
  2343. xen-evtchn >= "2.1.0"
  2344. xen-evtchn-unix >= "2.1.0"
  2345. xen-gnt >= "3.1.0"
  2346. xen-gnt-unix >= "3.1.0"
  2347. xenstore >= "2.1.0"
  2348. xenstore_transport >= "1.1.0"
  2349. xml-light >= "2.5"
  2350. xmlplaylist >= "0.1.5"
  2351. xoshiro
  2352. yaml >= "1.0.0"
  2353. yaml-sexp
  2354. yara >= "0.2"
  2355. yocaml
  2356. yocaml_cmark
  2357. yocaml_git
  2358. yocaml_jingoo
  2359. yocaml_markdown
  2360. yocaml_mustache
  2361. yocaml_syndication
  2362. yocaml_unix
  2363. yocaml_yaml
  2364. yojson >= "1.5.0"
  2365. yojson-bench
  2366. yurt >= "0.6"
  2367. yuscii >= "0.2.1"
  2368. yuujinchou
  2369. zarith-ppx
  2370. zarith_stubs_js
  2371. zed >= "2.0" & < "3.2.0"
  2372. zeit
  2373. zelus
  2374. zelus-gtk
  2375. zipperposition >= "1.5.1"
  2376. zipperposition-tools
  2377. zlib >= "0.6"
  2378. zlist >= "0.4.0"
  2379. zmq >= "5.1.0"
  2380. zmq-async >= "5.1.0"
  2381. zmq-eio
  2382. zmq-lwt >= "5.1.0"
  2383. zstandard >= "v0.12.1"
  2384. zstd = "0.3"
  2385. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "1.3.0"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"
OCaml

Innovation. Community. Security.