package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.10.0.tbz
sha256=9ff03384a98a8df79852cc674f0b4738ba8aec17029b6e2eeb514f895e710355
sha512=8133cdcc5499a6bf21cd65b4fc8b12445ae39366731006773fcd3b348c553a8d89d004db161c655aa167a2a3653b7919d32b27f29217106ef762bd01b43afc76

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: 01 Aug 2023

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune 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.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. 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 little 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.

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

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

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

Build 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.

Installation

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

Issues Discussions Discuss OCaml Discord

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

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

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