package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.6.2.tbz
sha256=b6d4ab848efb04aa2a325d0015d32ed4414ed7130ec7aa12f98158eff445cf3c
sha512=d0dd69ada2f1583319a2d6f679b8d49998059117c3258805ee69ae3e71d47bfab7a9c646f19b5fc43a6ccdef934eb87de5bb81205fcd60968bed8bf1790cf0a3

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.

Added to opam-repository:

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.

Main workflow AppVeyor status Release

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