package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.6.0.tbz
sha256=08a0c6c9521604e60cf36afba036ecf1b107df51eed14a2fb7eef6cfdd2bf278
sha512=71b94cb7cad4c6f998da5bd59fe3c6d0b4a4188896ae04aa0ffff7142ced0b93bce3a88c3b5b7b7c8c948d10ccfb2fb81fcf764aa421b595e061ac3049fa8870

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: 17 Nov 2022

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 low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It implements a scheme that's 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, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, 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. OCaml is all you need to build Dune and packages using Dune. 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 and arrange them in any way on the file system. 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 can 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

We recommended installing Dune 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 boot/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 installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: 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 fairly stable and 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"

Dev Dependencies

None

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

Innovation. Community. Security.